Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSwShape.cpp362 bool isOdd = dash.cnt % 2; in _genDashOutline() local
363 if (isOdd) patternLength *= 2; in _genDashOutline()
368 for (size_t i = 0; i < dash.cnt * (1 + (size_t)isOdd); ++i, ++offIdx) { in _genDashOutline()