Home | History | Annotate | Download | only in batches

Lines Matching full:viewmatrix

28                                     const SkMatrix& viewMatrix,
32 if (viewMatrix.hasPerspective() || (localMatrix && localMatrix->hasPerspective())) {
33 return GrNonAAFillRectBatch::CreateWithPerspective(color, viewMatrix, rect, localRect,
36 return GrNonAAFillRectBatch::Create(color, viewMatrix, rect, localRect, localMatrix);
41 const SkMatrix& viewMatrix,
44 return GrAAFillRectBatch::Create(color, viewMatrix, rect, devRect);
48 const SkMatrix& viewMatrix,
52 return GrAAFillRectBatch::Create(color, viewMatrix, localMatrix, rect, devRect);
56 const SkMatrix& viewMatrix,
60 return GrNonAAStrokeRectBatch::Create(color, viewMatrix, rect, strokeWidth, snapToPixelCenters);
64 const SkMatrix& viewMatrix,
67 return GrAAStrokeRectBatch::Create(color, viewMatrix, rect, stroke);
72 const SkMatrix& viewMatrix,