Home
last modified time | relevance | path

Searched defs:stroke (Results 1 – 11 of 11) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgSwStroke.cpp45 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 …]
DtvgShape.cpp318 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
DtvgLottieCommon.h69 } stroke; member
DtvgLottieParser.cpp639 void LottieParser::parseStrokeDash(LottieStroke* stroke) in parseStrokeDash()
661 auto stroke = new LottieSolidStroke; in parseSolidStroke() local
797 auto stroke = new LottieGradientStroke; in parseGradientStroke() local
DtvgLottieBuilder.cpp228 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
DtvgSwShape.cpp584 auto stroke = shape->stroke; in shapeResetStroke() local
DtvgRender.h192 RenderStroke *stroke = nullptr; member
DtvgSwCommon.h215 SwStroke* stroke = nullptr; member
DtvgSvgLoaderCommon.h495 SvgStyleStroke stroke; member
/lvgl-latest/src/draw/vg_lite/
Dlv_vg_lite_utils.c343 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/
Dvg_lite.h847 vg_lite_stroke_t *stroke; /*! Pointer to a vg_lite_stroke_t structure.*/ member