Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSwRaster.cpp150 static inline bool _blending(const SwSurface* surface) in _blending()
158 static inline bool _compositing(const SwSurface* surface) in _compositing()
165 static inline bool _matting(const SwSurface* surface) in _matting()
233 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()
[all …]
DtvgSwRasterC.h66 static bool inline cRasterTranslucentRle(SwSurface* surface, const SwRle* rle, uint8_t r, uint8_t g… in cRasterTranslucentRle()
100 static bool inline cRasterTranslucentRect(SwSurface* surface, const SwBBox& region, uint8_t r, uint… in cRasterTranslucentRect()
131 static bool inline cRasterABGRtoARGB(RenderSurface* surface) in cRasterABGRtoARGB()
162 static bool inline cRasterARGBtoABGR(RenderSurface* surface) in cRasterARGBtoABGR()
DtvgWgCanvas.cpp63 Result WgCanvas::target(void* instance, void* surface, uint32_t w, uint32_t h, void* device) noexce… in target()
DtvgSwRasterNeon.h95 static bool neonRasterTranslucentRle(SwSurface* surface, const SwRle* rle, uint8_t r, uint8_t g, ui… in neonRasterTranslucentRle()
152 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()
164 static bool avxRasterTranslucentRle(SwSurface* surface, const SwRle* rle, uint8_t r, uint8_t g, uin… in avxRasterTranslucentRle()
DtvgSwRenderer.cpp45 SwSurface* surface = nullptr; member
274 static void _renderFill(SwShapeTask* task, SwSurface* surface, uint8_t opacity) in _renderFill()
286 static void _renderStroke(SwShapeTask* task, SwSurface* surface, uint8_t opacity) in _renderStroke()
729 RenderData SwRenderer::prepare(RenderSurface* surface, RenderData data, const Matrix& transform, Ar… in prepare()
DtvgSwRasterTexmap.h275 static void _rasterBlendingPolygonImageSegment(SwSurface* surface, const SwImage* image, const SwBB… in _rasterBlendingPolygonImageSegment()
452 static void _rasterPolygonImageSegment(SwSurface* surface, const SwImage* image, const SwBBox* regi… in _rasterPolygonImageSegment()
650 static void _rasterPolygonImage(SwSurface* surface, const SwImage* image, const SwBBox* region, Pol… in _rasterPolygonImage()
1042 static bool _apply(SwSurface* surface, AASpans* aaSpans) in _apply()
1114 static bool _rasterTexmapPolygon(SwSurface* surface, const SwImage* image, const Matrix& transform,… in _rasterTexmapPolygon()
DtvgCanvas.h146 auto surface = renderer->mainSurface(); in viewport() local
DtvgLoadModule.h86 RenderSurface surface; member
DtvgPicture.h66 RenderSurface* surface = nullptr; //bitmap picture uses member
DtvgSwShape.cpp635 …lColors(SwShape* shape, const Fill* fill, const Matrix& transform, SwSurface* surface, uint8_t opa… in shapeGenFillColors()
641 …lColors(SwShape* shape, const Fill* fill, const Matrix& transform, SwSurface* surface, uint8_t opa… in shapeGenStrokeFillColors()
DtvgSwFill.cpp129 static bool _updateColorTable(SwFill* fill, const Fill* fdata, const SwSurface* surface, uint8_t op… in _updateColorTable()
828 bool fillGenColorTable(SwFill* fill, const Fill* fdata, const Matrix& transform, SwSurface* surface in fillGenColorTable()
/lvgl-latest/src/drivers/wayland/
Dlv_wayland.c141 struct wl_surface * surface; member
350 uint32_t serial, struct wl_surface * surface, in pointer_handle_enter()
448 uint32_t serial, struct wl_surface * surface) in pointer_handle_leave()
793 uint32_t serial, struct wl_surface * surface, in keyboard_handle_enter()
811 uint32_t serial, struct wl_surface * surface) in keyboard_handle_leave()
884 uint32_t serial, uint32_t time, struct wl_surface * surface, in touch_handle_down()