Lines Matching full:viewmatrix
828 if (this->usesLocalCoords() && !this->viewMatrix().invert(&invert)) {
829 SkDebugf("Could not invert viewmatrix\n");
854 const SkMatrix* viewMatrix = &args.fViewMatrix;
859 if (viewMatrix->hasPerspective()) {
862 tmpPathPtr->transform(*viewMatrix);
863 viewMatrix = &SkMatrix::I();
871 if (!get_geometry(*pathPtr, *viewMatrix, triVertices, quadVertices, rp, bounds)) {
961 const SkMatrix& viewMatrix() const { return fGeoData[0].fViewMatrix; }