Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgPaint.cpp79 static Result _compFastTrack(RenderMethod* renderer, Paint* cmpTarget, const Matrix& pm, RenderRegi… in _compFastTrack() function
269 … if ((compFastTrack = _compFastTrack(renderer, target, pm, viewport)) == Result::Success) { in update()
286 …if (!P(this->clipper)->clipper && (compFastTrack = _compFastTrack(renderer, this->clipper, pm, vie… in update()