Home
last modified time | relevance | path

Searched defs:aaSpans (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgSwRasterTexmap.h275 …, const SwImage* image, const SwBBox* region, int yStart, int yEnd, AASpans* aaSpans, uint8_t opac… in _rasterBlendingPolygonImageSegment()
452 …, const SwImage* image, const SwBBox* region, int yStart, int yEnd, AASpans* aaSpans, uint8_t opac… in _rasterPolygonImageSegment()
650 …face, const SwImage* image, const SwBBox* region, Polygon& polygon, AASpans* aaSpans, uint8_t opac… in _rasterPolygonImage()
834 auto aaSpans = static_cast<AASpans*>(malloc(sizeof(AASpans))); in _AASpans() local
895 static void _calcAAEdge(AASpans *aaSpans, int32_t eidx) in _calcAAEdge()
1042 static bool _apply(SwSurface* surface, AASpans* aaSpans) in _apply()
1139 auto aaSpans = _AASpans(ys, ye, image, region); in _rasterTexmapPolygon() local