Home | History | Annotate | Download | only in batches

Lines Matching full:viewmatrix

151     static GrDrawBatch* Create(const Geometry& geometry, const SkMatrix& viewMatrix,
153 return new AADistanceFieldPathBatch(geometry, viewMatrix, atlas, pathCache, pathList);
190 if (this->usesLocalCoords() && !this->viewMatrix().invert(&invert)) {
191 SkDebugf("Could not invert viewmatrix\n");
196 flags |= this->viewMatrix().isSimilarity() ? kSimilarity_DistanceFieldEffectFlag : 0;
204 this->viewMatrix(),
235 SkScalar maxScale = this->viewMatrix().getMaxScale();
289 this->viewMatrix(),
301 const SkMatrix& viewMatrix,
305 fBatch.fViewMatrix = viewMatrix;
314 viewMatrix.mapRect(&fBounds);
450 const SkMatrix& viewMatrix,
503 const SkMatrix& viewMatrix() const { return fBatch.fViewMatrix; }
514 if (!this->viewMatrix().cheapEqualTo(that->viewMatrix())) {
639 SkMatrix viewMatrix = GrTest::TestMatrix(random);
648 return AADistanceFieldPathBatch::Create(geometry, viewMatrix,