Home
last modified time | relevance | path

Searched defs:strokeFill (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgShape.h285 Result strokeFill(unique_ptr<Fill> f) in strokeFill() function
DtvgShape.cpp352 const Fill* Shape::strokeFill() const noexcept in strokeFill() function in Shape
DtvgRender.h236 const Fill* strokeFill() const in strokeFill() function
DtvgSwRenderer.cpp289 if (auto strokeFill = task->rshape->strokeFill()) { in _renderStroke() local