Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSvgLoader.cpp266 uint8_t fillPosition = 0; in _toPaintOrder() local
271 fillPosition = position++; in _toPaintOrder()
283 if (fillPosition == 0) fillPosition = position++; in _toPaintOrder()
286 return fillPosition < strokePosition; in _toPaintOrder()