Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgPaint.cpp252 Result compFastTrack = Result::InsufficientCondition; in update() local
269 … if ((compFastTrack = _compFastTrack(renderer, target, pm, viewport)) == Result::Success) { in update()
275 if (compFastTrack == Result::InsufficientCondition) { in update()
286 …if (!P(this->clipper)->clipper && (compFastTrack = _compFastTrack(renderer, this->clipper, pm, vie… in update()
289 if (compFastTrack == Result::InsufficientCondition) { in update()
306 if (compFastTrack == Result::Success) renderer->viewport(viewport); in update()