Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSwShape.cpp443 static bool _genOutline(SwShape* shape, const RenderShape* rshape, const Matrix& transform, SwMpool… in _genOutline()
499 bool shapePrepare(SwShape* shape, const RenderShape* rshape, const Matrix& transform, const SwBBox… in shapePrepare()
517 bool shapePrepared(const SwShape* shape) in shapePrepared()
523 bool shapeGenRle(SwShape* shape, TVG_UNUSED const RenderShape* rshape, bool antiAlias) in shapeGenRle()
539 void shapeDelOutline(SwShape* shape, SwMpool* mpool, uint32_t tid) in shapeDelOutline()
546 void shapeReset(SwShape* shape) in shapeReset()
555 void shapeFree(SwShape* shape) in shapeFree()
571 void shapeDelStroke(SwShape* shape) in shapeDelStroke()
581 void shapeResetStroke(SwShape* shape, const RenderShape* rshape, const Matrix& transform) in shapeResetStroke()
592 bool shapeGenStrokeRle(SwShape* shape, const RenderShape* rshape, const Matrix& transform, const Sw… in shapeGenStrokeRle()
[all …]
DtvgLottieBuilder.cpp315 static bool _draw(LottieGroup* parent, LottieShape* shape, RenderContext* ctx) in _draw()
345 auto shape = static_cast<Shape*>((*propagator)->duplicate()); in _repeat() local
371 for (auto shape = shapes.begin(); shape < shapes.end(); ++shape) { in _repeat() local
376 for (auto shape = shapes.end() - 1; shape >= shapes.begin(); --shape) { in _repeat() local
386 static void _appendRect(Shape* shape, float x, float y, float w, float h, float r, const LottieOffs… in _appendRect()
486 auto shape = rect->pooling(); in updateRect() local
497 static void _appendCircle(Shape* shape, float cx, float cy, float rx, float ry, const LottieOffsetM… in _appendCircle()
547 auto shape = ellipse->pooling(); in updateEllipse() local
563 auto shape = path->pooling(); in updatePath() local
597 Shape* shape; in _updateStar() local
[all …]
DtvgSvgSceneBuilder.cpp57 static Box _boundingBox(const Shape* shape) in _boundingBox()
208 static bool _appendClipUseNode(SvgLoaderData& loaderData, SvgNode* node, Shape* shape, const Box& v… in _appendClipUseNode()
225 static bool _appendClipChild(SvgLoaderData& loaderData, SvgNode* node, Shape* shape, const Box& vBo… in _appendClipChild()
400 auto shape = Shape::gen(); in _shapeBuildHelper() local
406 static bool _recognizeShape(SvgNode* node, Shape* shape) in _recognizeShape()
462 static bool _appendShape(SvgLoaderData& loaderData, SvgNode* node, Shape* shape, const Box& vBox, c… in _appendShape()
471 static bool _appendClipShape(SvgLoaderData& loaderData, SvgNode* node, Shape* shape, const Box& vBo… in _appendClipShape()
863 auto shape = _shapeBuildHelper(loaderData, *child, vBox, svgPath); in _sceneBuildHelper() local
DtvgShape.h38 Shape* shape; member
90 auto shape = static_cast<const Shape*>(target); in needComposition() local
356 auto shape = static_cast<Shape*>(ret); in duplicate() local
DtvgText.h38 Shape* shape; member
DtvgPaint.cpp82 auto shape = static_cast<Shape*>(cmpTarget); in _compFastTrack() local
262 auto shape = static_cast<Shape*>(target); in update() local
DtvgSvgPath.cpp549 bool svgPathToShape(const char* svgPath, Shape* shape) in svgPathToShape()
DtvgSwRenderer.cpp81 SwShape shape; member
DtvgSwRaster.cpp1733 bool rasterGradientShape(SwSurface* surface, SwShape* shape, const Fill* fdata, uint8_t opacity) in rasterGradientShape()
1754 bool rasterGradientStroke(SwSurface* surface, SwShape* shape, const Fill* fdata, uint8_t opacity) in rasterGradientStroke()
1771 bool rasterShape(SwSurface* surface, SwShape* shape, uint8_t r, uint8_t g, uint8_t b, uint8_t a) in rasterShape()
1783 bool rasterStroke(SwSurface* surface, SwShape* shape, uint8_t r, uint8_t g, uint8_t b, uint8_t a) in rasterStroke()
DtvgLottieParser.cpp528 bool LottieParser::parseDirection(LottieShape* shape, const char* key) in parseDirection()
DtvgLottieModel.h216 Shape shape = Square; member
/lvgl-latest/src/others/vg_lite_tvg/
Dvg_lite_tvg.cpp598 auto shape = Shape::gen(); in vg_lite_clear() local
660 auto shape = Shape::gen(); in vg_lite_blit_rect() local
880 auto shape = Shape::gen(); in vg_lite_draw() local
1138 auto shape = Shape::gen(); in vg_lite_draw_pattern() local
1454 auto shape = Shape::gen(); in vg_lite_draw_linear_grad() local
1908 auto shape = Shape::gen(); in vg_lite_draw_grad() local
1972 auto shape = Shape::gen(); in vg_lite_draw_radial_grad() local
2343 static Result shape_set_stroke(std::unique_ptr<Shape> & shape, const vg_lite_path_t * path) in shape_set_stroke()
2375 static Result shape_append_path(std::unique_ptr<Shape> & shape, vg_lite_path_t * path, vg_lite_matr… in shape_append_path()
2466 static Result shape_append_rect(std::unique_ptr<Shape> & shape, const vg_lite_buffer_t * target, in shape_append_rect()