Home
last modified time | relevance | path

Searched refs:Square (Results 1 – 8 of 8) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgRender.h114 StrokeCap cap = StrokeCap::Square;
252 if (!stroke) return StrokeCap::Square; in strokeCap()
DtvgLottieModel.h204 enum Shape : uint8_t { Square = 1, RampUp, RampDown, Triangle, Round, Smooth }; enumerator
216 Shape shape = Square;
Dthorvg.h123Square = 0, ///< The stroke is extended in both end-points of a sub-path by a rectangle, with the … enumerator
DtvgSwStroke.cpp571 if (stroke.cap == StrokeCap::Square) { in _addCap()
DtvgLottieParser.cpp146 default: return StrokeCap::Square; in getStrokeCap()
DtvgSvgLoader.cpp314 { StrokeCap::Square, "square" }
/lvgl-latest/src/others/vg_lite_tvg/
Dvg_lite_tvg.cpp2228 return StrokeCap::Square; in stroke_cap_conv()
2237 return StrokeCap::Square; in stroke_cap_conv()
/lvgl-latest/
DKconfig2031 bool "Enable Square"