Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSwStroke.cpp98 auto tag1 = border->tags + start + 1; in _borderClose() local
101 while (tag1 < tag2) { in _borderClose()
102 auto tmp = *tag1; in _borderClose()
103 *tag1 = *tag2; in _borderClose()
105 ++tag1; in _borderClose()