Lines Matching refs:localMatrix
75 const SkRect* localRect, const SkMatrix* localMatrix)
77 SkASSERT(!viewMatrix.hasPerspective() && (!localMatrix || !localMatrix->hasPerspective()));
82 if (localRect && localMatrix) {
83 info.fLocalQuad.setFromMappedRect(*localRect, *localMatrix);
86 } else if (localMatrix) {
87 info.fLocalQuad.setFromMappedRect(rect, *localMatrix);
184 const SkMatrix* localMatrix) {
186 new NonAAFillRectOp(color, viewMatrix, rect, localRect, localMatrix));
201 SkMatrix localMatrix = GrTest::TestMatrix(random);
209 hasLocalMatrix ? &localMatrix : nullptr);