Searched refs:yStart (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgSwRasterTexmap.h | 47 int32_t yStart; member 58 static bool _arrange(const SwImage* image, const SwBBox* region, int& yStart, int& yEnd) in _arrange() argument 70 if (yStart >= regionBottom) return false; in _arrange() 72 if (yStart < regionTop) yStart = regionTop; in _arrange() 79 …ment(SwSurface* surface, const SwImage* image, const SwBBox* region, int yStart, int yEnd, AASpans… 98 if (!_arrange(image, region, yStart, yEnd)) return false; 108 while (span->y < yStart) { 114 y = yStart; 135 ay = y - aaSpans->yStart; 275 …ment(SwSurface* surface, const SwImage* image, const SwBBox* region, int yStart, int yEnd, AASpans… in _rasterBlendingPolygonImageSegment() argument [all …]
|