Searched defs:stroke (Results 1 – 11 of 11) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgSwStroke.cpp | 45 static inline void SCALE(const SwStroke& stroke, SwPoint& pt) in SCALE() 139 …er, const SwPoint& center, SwFixed radius, SwFixed angleStart, SwFixed angleDiff, SwStroke& stroke) in _borderArcTo() 223 static void _arcTo(SwStroke& stroke, int32_t side) in _arcTo() 235 static void _outside(SwStroke& stroke, int32_t side, SwFixed lineLength) in _outside() 296 static void _inside(SwStroke& stroke, int32_t side, SwFixed lineLength) in _inside() 333 void _processCorner(SwStroke& stroke, SwFixed lineLength) in _processCorner() 354 void _firstSubPath(SwStroke& stroke, SwFixed startAngle, SwFixed lineLength) in _firstSubPath() 376 static void _lineTo(SwStroke& stroke, const SwPoint& to) in _lineTo() 430 static void _cubicTo(SwStroke& stroke, const SwPoint& ctrl1, const SwPoint& ctrl2, const SwPoint& t… in _cubicTo() 569 static void _addCap(SwStroke& stroke, SwFixed angle, int32_t side) in _addCap() [all …]
|
D | tvgShape.cpp | 318 Result Shape::stroke(float width) noexcept in stroke() function in Shape 331 Result Shape::stroke(uint8_t r, uint8_t g, uint8_t b, uint8_t a) noexcept in stroke() function in Shape 346 Result Shape::stroke(unique_ptr<Fill> f) noexcept in stroke() function in Shape 358 Result Shape::stroke(const float* dashPattern, uint32_t cnt) noexcept in stroke() function in Shape 370 Result Shape::stroke(StrokeCap cap) noexcept in stroke() function in Shape 377 Result Shape::stroke(StrokeJoin join) noexcept in stroke() function in Shape
|
D | tvgLottieCommon.h | 69 } stroke; member
|
D | tvgLottieParser.cpp | 639 void LottieParser::parseStrokeDash(LottieStroke* stroke) in parseStrokeDash() 661 auto stroke = new LottieSolidStroke; in parseSolidStroke() local 797 auto stroke = new LottieGradientStroke; in parseGradientStroke() local
|
D | tvgLottieBuilder.cpp | 228 static void _updateStroke(LottieStroke* stroke, float frameNo, RenderContext* ctx, LottieExpression… in _updateStroke() 264 auto stroke = static_cast<LottieSolidStroke*>(*child); in updateSolidStroke() local 277 auto stroke = static_cast<LottieGradientStroke*>(*child); in updateGradientStroke() local
|
D | tvgSwShape.cpp | 584 auto stroke = shape->stroke; in shapeResetStroke() local
|
D | tvgRender.h | 192 RenderStroke *stroke = nullptr; member
|
D | tvgSwCommon.h | 215 SwStroke* stroke = nullptr; member
|
D | tvgSvgLoaderCommon.h | 495 SvgStyleStroke stroke; member
|
/lvgl-latest/src/draw/vg_lite/ |
D | lv_vg_lite_utils.c | 343 void lv_vg_lite_stroke_dump_info(const vg_lite_stroke_t * stroke) in lv_vg_lite_stroke_dump_info()
|
/lvgl-latest/src/others/vg_lite_tvg/ |
D | vg_lite.h | 847 vg_lite_stroke_t *stroke; /*! Pointer to a vg_lite_stroke_t structure.*/ member
|