Searched refs:_rasterTexmapPolygon (Results 1 – 2 of 2) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgSwRasterTexmap.h | 1114 static bool _rasterTexmapPolygon(SwSurface* surface, const SwImage* image, const Matrix& transform,… in _rasterTexmapPolygon() function
|
D | tvgSwRaster.cpp | 1251 else return _rasterTexmapPolygon(surface, image, transform, nullptr, opacity); in _rasterImage() 1256 else return _rasterTexmapPolygon(surface, image, transform, ®ion, opacity); in _rasterImage()
|