Searched refs:Round (Results 1 – 11 of 11) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgLottieModifier.h | 53 …LottieOffsetModifier(float offset, float miter = 4.0f, StrokeJoin join = StrokeJoin::Round) : offs… in offset()
|
D | tvgSwStroke.cpp | 239 if (stroke.join == StrokeJoin::Round) { in _outside() 477 stroke.join = StrokeJoin::Round; in _cubicTo() 597 } else if (stroke.cap == StrokeCap::Round) { in _addCap() 680 …if ((stroke.join != StrokeJoin::Round) || (!stroke.closedSubPath && stroke.cap == StrokeCap::Butt)) in _beginSubPath()
|
D | tvgLottieModel.h | 78 StrokeCap cap = StrokeCap::Round; 79 StrokeJoin join = StrokeJoin::Round; 204 enum Shape : uint8_t { Square = 1, RampUp, RampDown, Triangle, Round, Smooth }; enumerator
|
D | thorvg.h | 124 …Round, ///< The stroke is extended in both end-points of a sub-path by a half circle, with a … enumerator 135 …Round, ///< The outer corner of the joined path segments is rounded. The circular region is ce… enumerator
|
D | tvgLottieModifier.cpp | 112 if (join == StrokeJoin::Round) { in corner() 311 outPts.reserve(inPtsCnt * (join == StrokeJoin::Round ? 4 : 2)); in modifyPath()
|
D | tvgLottieParser.cpp | 145 case 2: return StrokeCap::Round; in getStrokeCap() 155 case 2: return StrokeJoin::Round; in getStrokeJoin()
|
D | tvgSvgLoader.cpp | 313 { StrokeCap::Round, "round" }, 332 { StrokeJoin::Round, "round" },
|
D | tvgLottieBuilder.cpp | 1061 shape->stroke(StrokeJoin::Round); in updateText()
|
/lvgl-latest/src/others/vg_lite_tvg/ |
D | vg_lite_tvg.cpp | 2230 return StrokeCap::Round; in stroke_cap_conv() 2246 return StrokeJoin::Round; in stroke_join_conv()
|
/lvgl-latest/docs/details/main-components/ |
D | display.rst | 581 /* Round the height to the nearest multiple of 8 */
|
/lvgl-latest/ |
D | Kconfig | 2039 bool "Enable Round"
|