Home
last modified time | relevance | path

Searched refs:Round (Results 1 – 11 of 11) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgLottieModifier.h53 …LottieOffsetModifier(float offset, float miter = 4.0f, StrokeJoin join = StrokeJoin::Round) : offs… in offset()
DtvgSwStroke.cpp239 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()
DtvgLottieModel.h78 StrokeCap cap = StrokeCap::Round;
79 StrokeJoin join = StrokeJoin::Round;
204 enum Shape : uint8_t { Square = 1, RampUp, RampDown, Triangle, Round, Smooth }; enumerator
Dthorvg.h124Round, ///< The stroke is extended in both end-points of a sub-path by a half circle, with a … enumerator
135Round, ///< The outer corner of the joined path segments is rounded. The circular region is ce… enumerator
DtvgLottieModifier.cpp112 if (join == StrokeJoin::Round) { in corner()
311 outPts.reserve(inPtsCnt * (join == StrokeJoin::Round ? 4 : 2)); in modifyPath()
DtvgLottieParser.cpp145 case 2: return StrokeCap::Round; in getStrokeCap()
155 case 2: return StrokeJoin::Round; in getStrokeJoin()
DtvgSvgLoader.cpp313 { StrokeCap::Round, "round" },
332 { StrokeJoin::Round, "round" },
DtvgLottieBuilder.cpp1061 shape->stroke(StrokeJoin::Round); in updateText()
/lvgl-latest/src/others/vg_lite_tvg/
Dvg_lite_tvg.cpp2230 return StrokeCap::Round; in stroke_cap_conv()
2246 return StrokeJoin::Round; in stroke_join_conv()
/lvgl-latest/docs/details/main-components/
Ddisplay.rst581 /* Round the height to the nearest multiple of 8 */
/lvgl-latest/
DKconfig2039 bool "Enable Round"