Searched refs:RenderSurface (Results 1 – 8 of 8) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgLoadModule.h | 86 RenderSurface surface; 93 virtual RenderSurface* bitmap() in bitmap()
|
D | tvgRender.h | 54 struct RenderSurface struct 68 RenderSurface() in RenderSurface() function 72 RenderSurface(const RenderSurface* rhs) in RenderSurface() argument 316 …virtual RenderData prepare(RenderSurface* surface, RenderData data, const Matrix& transform, Array… 327 virtual const RenderSurface* mainSurface() = 0;
|
D | tvgSwRenderer.h | 43 …RenderData prepare(RenderSurface* surface, RenderData data, const Matrix& transform, Array<RenderD… 54 const RenderSurface* mainSurface() override;
|
D | tvgSwRasterC.h | 131 static bool inline cRasterABGRtoARGB(RenderSurface* surface) in cRasterABGRtoARGB() 162 static bool inline cRasterARGBtoABGR(RenderSurface* surface) in cRasterARGBtoABGR()
|
D | tvgSwCommon.h | 250 struct SwSurface : RenderSurface 268 SwSurface(const SwSurface* rhs) : RenderSurface(rhs) in SwSurface() 576 void rasterUnpremultiply(RenderSurface* surface); 577 void rasterPremultiply(RenderSurface* surface); 578 bool rasterConvertCS(RenderSurface* surface, ColorSpace to);
|
D | tvgPicture.h | 66 RenderSurface* surface = nullptr; //bitmap picture uses
|
D | tvgSwRenderer.cpp | 209 RenderSurface* source; //Image source 546 const RenderSurface* SwRenderer::mainSurface() in mainSurface() 729 RenderData SwRenderer::prepare(RenderSurface* surface, RenderData data, const Matrix& transform, Ar… in prepare()
|
D | tvgSwRaster.cpp | 1682 void rasterUnpremultiply(RenderSurface* surface) in rasterUnpremultiply() 1712 void rasterPremultiply(RenderSurface* surface) in rasterPremultiply() 1804 bool rasterConvertCS(RenderSurface* surface, ColorSpace to) in rasterConvertCS()
|