Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSwRaster.cpp233 static bool _compositeMaskImage(SwSurface* surface, const SwImage* image, const SwBBox& region) in _compositeMaskImage()
330 static bool _rasterCompositeMaskedRect(SwSurface* surface, const SwBBox& region, SwMask maskOp, uin… in _rasterCompositeMaskedRect()
349 static bool _rasterDirectMaskedRect(SwSurface* surface, const SwBBox& region, SwMask maskOp, uint8_… in _rasterDirectMaskedRect()
370 static bool _rasterMaskedRect(SwSurface* surface, const SwBBox& region, uint8_t r, uint8_t g, uint8… in _rasterMaskedRect()
384 static bool _rasterMattedRect(SwSurface* surface, const SwBBox& region, uint8_t r, uint8_t g, uint8… in _rasterMattedRect()
421 static bool _rasterBlendingRect(SwSurface* surface, const SwBBox& region, uint8_t r, uint8_t g, uin… in _rasterBlendingRect()
440 static bool _rasterTranslucentRect(SwSurface* surface, const SwBBox& region, uint8_t r, uint8_t g, … in _rasterTranslucentRect()
452 static bool _rasterSolidRect(SwSurface* surface, const SwBBox& region, uint8_t r, uint8_t g, uint8_… in _rasterSolidRect()
477 static bool _rasterRect(SwSurface* surface, const SwBBox& region, uint8_t r, uint8_t g, uint8_t b, … in _rasterRect()
700 …Surface* surface, const SwImage* image, const Matrix* itransform, const SwBBox& region, uint8_t op… in _rasterScaledMaskedRleImage()
[all …]
DtvgSwRasterTexmap.h58 static bool _arrange(const SwImage* image, const SwBBox* region, int& yStart, int& yEnd) in _arrange()
275 …dingPolygonImageSegment(SwSurface* surface, const SwImage* image, const SwBBox* region, int yStart… in _rasterBlendingPolygonImageSegment()
452 …sterPolygonImageSegment(SwSurface* surface, const SwImage* image, const SwBBox* region, int yStart… in _rasterPolygonImageSegment()
650 static void _rasterPolygonImage(SwSurface* surface, const SwImage* image, const SwBBox* region, Pol… in _rasterPolygonImage()
827 static AASpans* _AASpans(float ymin, float ymax, const SwImage* image, const SwBBox* region) in _AASpans()
1114 …wSurface* surface, const SwImage* image, const Matrix& transform, const SwBBox* region, uint8_t op… in _rasterTexmapPolygon()
DtvgSwRenderer.cpp60 RenderRegion region; in bounds() local
502 RenderRegion SwRenderer::region(RenderData data) in region() function in SwRenderer
589 RenderCompositor* SwRenderer::target(const RenderRegion& region, ColorSpace cs) in target()
DtvgPaint.cpp64 …float region[4] = {float(before.x), float(before.x + before.w), float(before.y), float(before.y + … in _clipRect() local
217 RenderRegion region; in render() local
DtvgSwRasterC.h100 static bool inline cRasterTranslucentRect(SwSurface* surface, const SwBBox& region, uint8_t r, uint… in cRasterTranslucentRect()
DtvgSwPostEffect.cpp40 static void _gaussianExtendRegion(RenderRegion& region, int extra, int8_t direction) in _gaussianExtendRegion()
DtvgSwRasterNeon.h152 static bool neonRasterTranslucentRect(SwSurface* surface, const SwBBox& region, uint8_t r, uint8_t … in neonRasterTranslucentRect()
DtvgSwRasterAvx.h105 static bool avxRasterTranslucentRect(SwSurface* surface, const SwBBox& region, uint8_t r, uint8_t g… in avxRasterTranslucentRect()
DtvgScene.h169 auto region = paint->pImpl->bounds(renderer); in bounds() local
/lvgl-latest/src/misc/
Dlv_color.c145 uint8_t region, remainder, p, q, t; in lv_color_hsv_to_rgb() local