Searched refs:kMPersp2 (Results 1 - 15 of 15) sorted by relevance

/external/skia/src/gpu/glsl/
H A DGrGLSLProgramDataManager.cpp23 matrix.get(SkMatrix::kMPersp2),
H A DGrGLSLUtil.cpp25 dest[8] = SkScalarToFloat(src[SkMatrix::kMPersp2]);
51 dest[15] = SkScalarToFloat(src[SkMatrix::kMPersp2]);
H A DGrGLSLPrimitiveProcessor.cpp32 combined[SkMatrix::kMPersp2] - combined[SkMatrix::kMTransY]);
/external/skia/src/core/
H A DSkMatrix.cpp28 SkScalar p2 = mat[SkMatrix::kMPersp2];
34 mat[SkMatrix::kMPersp2] = 1;
65 fMat[kMScaleX] = fMat[kMScaleY] = fMat[kMPersp2] = 1;
87 fMat[kMPersp2] = 1;
106 if (fMat[kMPersp0] != 0 || fMat[kMPersp1] != 0 || fMat[kMPersp2] != 1) {
120 if (fMat[kMPersp0] != 0 || fMat[kMPersp1] != 0 || fMat[kMPersp2] != 1) {
279 fMat[kMScaleX] = fMat[kMScaleY] = fMat[kMPersp2] = 1;
337 fMat[kMPersp2] = 1;
449 fMat[kMPersp2] = 1;
464 fMat[kMPersp2]
[all...]
H A DSkMatrixImageFilter.cpp139 fTransform[SkMatrix::kMPersp2]);
H A DSkScalerContext.cpp771 G.get(SkMatrix::kMPersp0), G.get(SkMatrix::kMPersp1), G.get(SkMatrix::kMPersp2));
/external/skia/include/core/
H A DSkMatrix.h122 kMPersp2 enumerator in enum:SkMatrix::__anon15906
188 fMat[kMPersp2] = persp2;
756 fMat[kMPersp2] = 1;
/external/skia/src/effects/
H A DSk2DPathEffect.cpp82 fMatrix[SkMatrix::kMPersp0], fMatrix[SkMatrix::kMPersp1], fMatrix[SkMatrix::kMPersp2]);
/external/skia/src/utils/
H A DSkCamera.cpp245 orien->set(SkMatrix::kMPersp2, axis.fZ);
280 matrix->set(SkMatrix::kMPersp2, SK_Scalar1);
H A DSkMatrix44.cpp962 dst[3][3] = SkScalarToMScalar(src[SkMatrix::kMPersp2]);
993 dst[SkMatrix::kMPersp2] = SkMScalarToScalar(fMat[3][3]);
/external/skia/src/gpu/gl/
H A DGrGLPathRendering.cpp211 coefficients[8] = SkScalarToFloat(matrix[SkMatrix::kMPersp2]);
/external/skia/src/gpu/
H A DGrPathUtils.cpp295 m[SkMatrix::kMPersp2] = (float)((a2 + a5 + a8)*scale);
303 float m33 = m.get(SkMatrix::kMPersp2);
/external/skia/src/pdf/
H A DSkPDFShader.cpp235 const SkScalar p2 = inversePerspectiveMatrix[SkMatrix::kMPersp2];
647 const SkScalar p2 = in[SkMatrix::kMPersp2];
/external/skia/tests/
H A DMatrixTest.cpp107 buffer[SkMatrix::kMPersp2] = 1;
622 mat[SkMatrix::kMPersp2] = 1872.f;
/external/skia/src/effects/gradients/
H A DSkTwoPointConicalGradient_gpu.cpp124 SkScalarMul(r0dr, bMatrix[SkMatrix::kMPersp2]));

Completed in 123 milliseconds