Lines Matching refs:kMPersp1
30 if (0 == fMat[SkMatrix::kMPersp0] && 0 == fMat[SkMatrix::kMPersp1]) {
79 fMat[kMPersp1] = 0;
100 if (fMat[kMPersp0] != 0 || fMat[kMPersp1] != 0 || fMat[kMPersp2] != 1) {
114 if (fMat[kMPersp0] != 0 || fMat[kMPersp1] != 0 || fMat[kMPersp2] != 1) {
354 fMat[kMPersp1] *= sy;
422 fMat[kMPersp0] = fMat[kMPersp1] = 0;
438 fMat[kMPersp0] = fMat[kMPersp1] = 0;
454 fMat[kMPersp0] = fMat[kMPersp1] = 0;
514 fMat[kMPersp0] = fMat[kMPersp1] = 0;
636 tmp.fMat[kMPersp1] = rowcol3(&a.fMat[6], &b.fMat[1]);
672 tmp.fMat[kMPersp1] = 0;
727 mat[SkMatrix::kMTransY], mat[SkMatrix::kMPersp1])
734 dcross(mat[SkMatrix::kMSkewY], mat[SkMatrix::kMPersp1],
796 dst[kMScaleX] = scross_dscale(src[kMScaleY], src[kMPersp2], src[kMTransY], src[kMPersp1], invDet);
797 dst[kMSkewX] = scross_dscale(src[kMTransX], src[kMPersp1], src[kMSkewX], src[kMPersp2], invDet);
804 dst[kMPersp0] = scross_dscale(src[kMSkewY], src[kMPersp1], src[kMScaleY], src[kMPersp0], invDet);
805 dst[kMPersp1] = scross_dscale(src[kMSkewX], src[kMPersp0], src[kMScaleX], src[kMPersp1], invDet);
817 dst[kMPersp1] = 0;
843 inv->fMat[kMPersp0] = inv->fMat[kMPersp1] = 0;
976 SkScalar z = sx * m.fMat[kMPersp0] + (sy * m.fMat[kMPersp1] + m.fMat[kMPersp2]);
978 SkScalar z = sdot(sx, m.fMat[kMPersp0], sy, m.fMat[kMPersp1]) + m.fMat[kMPersp2];
1066 SkScalar w = sdot(sx, mat[M::kMPersp0], sy, mat[M::kMPersp1], sw, mat[M::kMPersp2]);
1200 SkScalar z = sdot(sx, m.fMat[kMPersp0], sy, m.fMat[kMPersp1]) + m.fMat[kMPersp2];
1295 if (PerspNearlyZero(fMat[kMPersp1]) &&
1299 SkScalar z = y * fMat[kMPersp1] + fMat[kMPersp2];
1318 dst->fMat[kMPersp1] = 0;
1334 dst->fMat[kMPersp1] = 0;
1390 dst->fMat[kMPersp1] = a1;