Lines Matching refs:polygon
650 …SwSurface* surface, const SwImage* image, const SwBBox* region, Polygon& polygon, AASpans* aaSpans… in _rasterPolygonImage() argument
652 float x[3] = {polygon.vertex[0].pt.x, polygon.vertex[1].pt.x, polygon.vertex[2].pt.x}; in _rasterPolygonImage()
653 float y[3] = {polygon.vertex[0].pt.y, polygon.vertex[1].pt.y, polygon.vertex[2].pt.y}; in _rasterPolygonImage()
654 float u[3] = {polygon.vertex[0].uv.x, polygon.vertex[1].uv.x, polygon.vertex[2].uv.x}; in _rasterPolygonImage()
655 float v[3] = {polygon.vertex[0].uv.y, polygon.vertex[1].uv.y, polygon.vertex[2].uv.y}; in _rasterPolygonImage()
1142 Polygon polygon; in _rasterTexmapPolygon() local
1145 polygon.vertex[0] = vertices[0]; in _rasterTexmapPolygon()
1146 polygon.vertex[1] = vertices[1]; in _rasterTexmapPolygon()
1147 polygon.vertex[2] = vertices[3]; in _rasterTexmapPolygon()
1149 _rasterPolygonImage(surface, image, region, polygon, aaSpans, opacity); in _rasterTexmapPolygon()
1152 polygon.vertex[0] = vertices[1]; in _rasterTexmapPolygon()
1153 polygon.vertex[1] = vertices[2]; in _rasterTexmapPolygon()
1154 polygon.vertex[2] = vertices[3]; in _rasterTexmapPolygon()
1156 _rasterPolygonImage(surface, image, region, polygon, aaSpans, opacity); in _rasterTexmapPolygon()