Home
last modified time | relevance | path

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

/external/skia/src/gpu/ops/
DGrDashOp.cpp245 SkMatrix fSrcRotInv; member
291 SkMatrix& combinedMatrix = fLines[0].fSrcRotInv; in DashOp()
578 setup_dashed_rect(rects[rectIndex], vertices, curVIdx, geom.fSrcRotInv, in onPrepareDraws()
587 setup_dashed_rect_pos(rects[rectIndex], curVIdx, geom.fSrcRotInv, verts); in onPrepareDraws()
595 setup_dashed_rect(rects[rectIndex], vertices, curVIdx, geom.fSrcRotInv, in onPrepareDraws()
604 setup_dashed_rect_pos(rects[rectIndex], curVIdx, geom.fSrcRotInv, verts); in onPrepareDraws()
612 setup_dashed_rect(rects[rectIndex], vertices, curVIdx, geom.fSrcRotInv, in onPrepareDraws()
621 setup_dashed_rect_pos(rects[rectIndex], curVIdx, geom.fSrcRotInv, verts); in onPrepareDraws()
706 if (!rotMatrix.invert(&lineData.fSrcRotInv)) { in MakeDashLineOp()
711 lineData.fSrcRotInv.reset(); in MakeDashLineOp()