Home
last modified time | relevance | path

Searched refs:strokeJoin (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgShape.cpp379 pImpl->strokeJoin(join); in stroke()
401 StrokeJoin Shape::strokeJoin() const noexcept in strokeJoin() function in Shape
403 return pImpl->rs.strokeJoin(); in strokeJoin()
DtvgRender.h256 StrokeJoin strokeJoin() const in strokeJoin() function
DtvgShape.h254 void strokeJoin(StrokeJoin join) in strokeJoin() function
Dthorvg.h1208 StrokeJoin strokeJoin() const noexcept;
DtvgSwStroke.cpp830 stroke->joinSaved = stroke->join = rshape->strokeJoin(); in strokeReset()
DtvgCapi.cpp450 *join = (Tvg_Stroke_Join) reinterpret_cast<const Shape*>(paint)->strokeJoin(); in tvg_shape_get_stroke_join()