Home | History | Annotate | Download | only in gpu

Lines Matching full:persp

342     bool persp = m.hasPerspective();
370 SkPoint* cPts = persp ? chopPnts : devPts;
420 SkPoint* qPts = persp ? quadPts : devPts;
443 if (persp) {
455 if (persp) {
868 // Non-persp matrices cause this path renderer to draw in device space.