Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgPaint.cpp47 static Result _clipRect(RenderMethod* renderer, const Point* pts, const Matrix& pm, const Matrix& r… in _clipRect() argument
57 tmp[i] *= pm; in _clipRect()
79 static Result _compFastTrack(RenderMethod* renderer, Paint* cmpTarget, const Matrix& pm, RenderRegi… in _compFastTrack() argument
97 if ((!rightAngle(pm) || skewed(pm))) tryClip = true; in _compFastTrack()
100 if (tryClip) return _clipRect(renderer, pts, pm, rm, before); in _compFastTrack()
117 v1 *= pm; in _compFastTrack()
118 v2 *= pm; in _compFastTrack()
239 RenderData Paint::Impl::update(RenderMethod* renderer, const Matrix& pm, Array<RenderData>& clips, … in update() argument
269 … if ((compFastTrack = _compFastTrack(renderer, target, pm, viewport)) == Result::Success) { in update()
276 trd = P(target)->update(renderer, pm, clips, 255, pFlag, false); in update()
[all …]
DtvgPaint.h175 …RenderData update(RenderMethod* renderer, const Matrix& pm, Array<RenderData>& clips, uint8_t opac…