Searched refs:strokeTrim (Results 1 – 8 of 8) sorted by relevance
| /lvgl-latest/src/libs/thorvg/ |
| D | tvgRender.h | 150 bool strokeTrim(float& begin, float& end) const in strokeTrim() function 216 bool strokeTrim() const in strokeTrim() function
|
| D | tvgShape.h | 218 void strokeTrim(float begin, float end, bool simultaneous) in strokeTrim() function 234 bool strokeTrim(float* begin, float* end) in strokeTrim() function
|
| D | tvgShape.cpp | 413 Result Shape::strokeTrim(float begin, float end, bool simultaneous) noexcept in strokeTrim() function in Shape 415 pImpl->strokeTrim(begin, end, simultaneous); in strokeTrim()
|
| D | tvgSwShape.cpp | 347 if (trimmed) rshape->stroke->strokeTrim(trimBegin, trimEnd); in _genDashOutline() 600 auto trimmed = rshape->strokeTrim(); in shapeGenStrokeRle()
|
| D | thorvg.h | 1076 Result strokeTrim(float begin, float end, bool simultaneous = true) noexcept;
|
| D | tvgSwRenderer.cpp | 91 … rshape->stroke->dashCnt > 0 || rshape->stroke->strokeFirst || rshape->strokeTrim() || rshape->str… in antialiasing()
|
| D | tvgCapi.cpp | 473 return (Tvg_Result) reinterpret_cast<Shape*>(paint)->strokeTrim(begin, end, simultaneous); in tvg_shape_set_stroke_trim()
|
| D | tvgLottieBuilder.cpp | 875 … P(ctx->propagator)->strokeTrim(begin, end, trimpath->type == LottieTrimpath::Type::Simultaneous); in updateTrimpath()
|