Lines Matching refs:fViewMatrix
89 const SkMatrix& viewMatrix = geo.fViewMatrix; in init()
109 geo.fBlob->computeSubRunBounds(&bounds, geo.fRun, geo.fSubRun, geo.fViewMatrix, geo.fX, geo.fY, in init()
300 if (this->usesLocalCoords() && !fGeoData[0].fViewMatrix.invert(&localMatrix)) { in onPrepareDraws()
329 bool vmPerspective = fGeoData[0].fViewMatrix.hasPerspective(); in onPrepareDraws()
363 resourceProvider, blob, args.fRun, args.fSubRun, args.fViewMatrix, args.fX, args.fY, in onPrepareDraws()
383 if (fNeedsGlyphTransform && !args.fViewMatrix.isIdentity()) { in onPrepareDraws()
387 if (args.fViewMatrix.hasPerspective()) { in onPrepareDraws()
390 args.fViewMatrix, pos, vertexStride, pos, vertexStride, in onPrepareDraws()
395 args.fViewMatrix, pos, vertexStride, in onPrepareDraws()
469 const SkMatrix& thisFirstMatrix = fGeoData[0].fViewMatrix; in onCombineIfPossible()
470 const SkMatrix& thatFirstMatrix = that->fGeoData[0].fViewMatrix; in onCombineIfPossible()
546 bool result = fGeoData[0].fViewMatrix.invert(&localMatrix); in setupDfProcessor()