Home | History | Annotate | Download | only in effects

Lines Matching full:viewmatrix

35                                       const SkMatrix& viewMatrix) {
43 if (!viewMatrix.preservesRightAngles()) {
90 const SkMatrix& viewMatrix, const SkPoint pts[2]) {
98 viewMatrix.mapVectors(&vecSrc, 1);
99 viewMatrix.mapVectors(&vecSrcPerp, 1);
345 gp.reset(create_dash_gp(this->color(), this->aaMode(), capType, this->viewMatrix(),
355 gp.reset(CreateForDeviceSpace(color, coverage, localCoords, this->viewMatrix()));
660 if (this->usesLocalCoords() && !this->viewMatrix().cheapEqualTo(that->viewMatrix())) {
671 const SkMatrix& viewMatrix() const { return fGeoData[0].fViewMatrix; }
696 static GrDrawBatch* create_batch(GrColor color, const SkMatrix& viewMatrix, const SkPoint pts[2],
723 calc_dash_scaling(&geometry.fParallelScale, &geometry.fPerpendicularScale, viewMatrix,
741 geometry.fViewMatrix = viewMatrix;
751 const SkMatrix& viewMatrix, const SkPoint pts[2],
754 create_batch(color, viewMatrix, pts, useAA, strokeInfo,
1219 const SkMatrix& viewMatrix,
1222 if (usesLocalCoords && !viewMatrix.invert(&invert)) {
1242 SkMatrix viewMatrix = GrTest::TestMatrixPreservesRightAngles(random);
1312 return create_batch(color, viewMatrix, pts, useAA, strokeInfo, msaaRT);