Searched refs:isOdd (Results 1 – 1 of 1) sorted by relevance
362 bool isOdd = dash.cnt % 2; in _genDashOutline() local363 if (isOdd) patternLength *= 2; in _genDashOutline()368 for (size_t i = 0; i < dash.cnt * (1 + (size_t)isOdd); ++i, ++offIdx) { in _genDashOutline()