/lvgl-latest/src/libs/thorvg/ |
D | tvgSwShape.cpp | 54 static bool _outlineMoveTo(SwOutline& outline, const Point* to, const Matrix& transform, bool close… in _outlineMoveTo() 65 static void _outlineLineTo(SwOutline& outline, const Point* to, const Matrix& transform) in _outlineLineTo() 72 …Outline& outline, const Point* ctrl1, const Point* ctrl2, const Point* to, const Matrix& transform) in _outlineCubicTo() 104 static void _dashLineTo(SwDashStroke& dash, const Point* to, const Matrix& transform) in _dashLineTo() 165 …DashStroke& dash, const Point* ctrl1, const Point* ctrl2, const Point* to, const Matrix& transform) in _dashCubicTo() 226 static void _dashClose(SwDashStroke& dash, const Matrix& transform) in _dashClose() 329 static SwOutline* _genDashOutline(const RenderShape* rshape, const Matrix& transform, bool trimmed,… in _genDashOutline() 443 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() 581 void shapeResetStroke(SwShape* shape, const RenderShape* rshape, const Matrix& transform) in shapeResetStroke() [all …]
|
D | tvgSwImage.cpp | 40 static bool _genOutline(SwImage* image, const Matrix& transform, SwMpool* mpool, unsigned tid) in _genOutline() 78 bool imagePrepare(SwImage* image, const Matrix& transform, const SwBBox& clipRegion, SwBBox& render… in imagePrepare()
|
D | tvgLottieBuilder.h | 41 Matrix transform; member 61 Matrix* transform = nullptr; member
|
D | tvgFill.cpp | 138 Result Fill::transform(const Matrix& m) noexcept in transform() function in Fill 148 Matrix Fill::transform() const noexcept in transform() function in Fill
|
D | tvgSwRenderer.cpp | 48 Matrix transform; member 690 void* SwRenderer::prepareCommon(SwTask* task, const Matrix& transform, const Array<RenderData>& cli… in prepareCommon() 729 RenderData SwRenderer::prepare(RenderSurface* surface, RenderData data, const Matrix& transform, Ar… in prepare() 742 RenderData SwRenderer::prepare(const RenderShape& rshape, RenderData data, const Matrix& transform,… in prepare()
|
D | tvgLottieBuilder.cpp | 107 static bool _updateTransform(LottieTransform* transform, float frameNo, bool autoOrient, Matrix& ma… in _updateTransform() 157 auto transform = layer->transform; in updateTransform() local 178 auto transform = static_cast<LottieTransform*>(*child); in updateTransform() local 386 … float w, float h, float r, const LottieOffsetModifier* offsetPath, Matrix* transform, bool clockw… in _appendRect() 497 …oat cy, float rx, float ry, const LottieOffsetModifier* offsetPath, Matrix* transform, bool clockw… in _appendCircle() 576 static void _updateStar(TVG_UNUSED LottieGroup* parent, LottiePolyStar* star, Matrix* transform, co… in _updateStar() 704 static void _updatePolygon(LottieGroup* parent, LottiePolyStar* star, Matrix* transform, const Lott… in _updatePolygon()
|
D | tvgFill.h | 57 Matrix* transform = nullptr; member
|
D | tvgPaint.cpp | 422 Result Paint::transform(const Matrix& m) noexcept in transform() function in Paint 429 Matrix Paint::transform() noexcept in transform() function in Paint
|
D | tvgPaint.h | 111 bool transform(const Matrix& m) in transform() function
|
D | tvgSwMath.cpp | 269 SwPoint mathTransform(const Point* to, const Matrix& transform) in mathTransform()
|
D | tvgSwFill.cpp | 213 bool _prepareLinear(SwFill* fill, const LinearGradient* linear, const Matrix& transform) in _prepareLinear() 258 bool _prepareRadial(SwFill* fill, const RadialGradient* radial, const Matrix& transform) in _prepareRadial() 828 bool fillGenColorTable(SwFill* fill, const Fill* fdata, const Matrix& transform, SwSurface* surface… in fillGenColorTable()
|
D | tvgSwRaster.cpp | 787 static bool _scaledRleImage(SwSurface* surface, const SwImage* image, const Matrix& transform, cons… in _scaledRleImage() 1023 static bool _scaledImage(SwSurface* surface, const SwImage* image, const Matrix& transform, const S… in _scaledImage() 1245 static bool _rasterImage(SwSurface* surface, SwImage* image, const Matrix& transform, const SwBBox&… in _rasterImage() 1795 bool rasterImage(SwSurface* surface, SwImage* image, const Matrix& transform, const SwBBox& bbox, u… in rasterImage()
|
D | tvgSwStroke.cpp | 821 void strokeReset(SwStroke* stroke, const RenderShape* rshape, const Matrix& transform) in strokeReset()
|
D | tvgSvgLoaderCommon.h | 454 Matrix* transform; member 515 Matrix* transform; member
|
D | tvgSwRasterTexmap.h | 1114 static bool _rasterTexmapPolygon(SwSurface* surface, const SwImage* image, const Matrix& transform,… in _rasterTexmapPolygon()
|
D | tvgSvgSceneBuilder.cpp | 471 …Data, SvgNode* node, Shape* shape, const Box& vBox, const string& svgPath, const Matrix* transform) in _appendClipShape()
|
D | tvgLottieParser.cpp | 579 auto transform = new LottieTransform; in parseTransform() local
|
D | tvgLottieProperty.h | 156 static void _copy(PathSet* pathset, Array<Point>& outPts, Matrix* transform) in _copy()
|
D | tvgLottieExpressions.cpp | 156 static void _buildTransform(jerry_value_t context, float frameNo, LottieTransform* transform) in _buildTransform()
|
D | tvgLottieModel.h | 771 LottieTransform* transform = nullptr; member
|
/lvgl-latest/tests/src/test_cases/draw/ |
D | test_clip_corner.c | 17 static lv_obj_t * create_panel(int32_t radius, bool transform) in create_panel()
|