Searched refs:kMPersp0 (Results 1 - 16 of 16) sorted by relevance

/external/skia/src/gpu/glsl/
H A DGrGLSLProgramDataManager.cpp17 matrix.get(SkMatrix::kMPersp0),
H A DGrGLSLUtil.cpp15 dest[2] = SkScalarToFloat(src[SkMatrix::kMPersp0]);
33 dest[3] = SkScalarToFloat(src[SkMatrix::kMPersp0]);
H A DGrGLSLPrimitiveProcessor.cpp28 combined[SkMatrix::kMPersp0] - combined[SkMatrix::kMSkewY]);
/external/skia/src/core/
H A DSkMatrix.cpp27 if (0 == mat[SkMatrix::kMPersp0] && 0 == mat[SkMatrix::kMPersp1]) {
68 fMat[kMPersp0] = fMat[kMPersp1] = 0;
85 fMat[kMPersp0] = 0;
106 if (fMat[kMPersp0] != 0 || fMat[kMPersp1] != 0 || fMat[kMPersp2] != 1) {
120 if (fMat[kMPersp0] != 0 || fMat[kMPersp1] != 0 || fMat[kMPersp2] != 1) {
281 fMat[kMPersp0] = fMat[kMPersp1] = 0;
341 fMat[kMPersp0] = fMat[kMPersp1] = 0;
377 fMat[kMPersp0] *= sx;
448 fMat[kMPersp0] = fMat[kMPersp1] = 0;
463 fMat[kMPersp0]
[all...]
H A DSkMatrixImageFilter.cpp137 fTransform[SkMatrix::kMPersp0],
H A DSkScalerContext.cpp771 G.get(SkMatrix::kMPersp0), G.get(SkMatrix::kMPersp1), G.get(SkMatrix::kMPersp2));
/external/skia/include/core/
H A DSkMatrix.h120 kMPersp0, enumerator in enum:SkMatrix::__anon15906
153 SkScalar getPerspX() const { return fMat[kMPersp0]; }
174 void setPerspX(SkScalar v) { this->set(kMPersp0, v); }
186 fMat[kMPersp0] = persp0;
754 fMat[kMPersp0] = 0;
/external/skia/src/effects/
H A DSk2DPathEffect.cpp82 fMatrix[SkMatrix::kMPersp0], fMatrix[SkMatrix::kMPersp1], fMatrix[SkMatrix::kMPersp2]);
/external/skia/src/utils/
H A DSkCamera.cpp243 orien->set(SkMatrix::kMPersp0, axis.fX);
270 matrix->set(SkMatrix::kMPersp0, SkScalarDotDiv(3, patchPtr, 1, mapPtr+6, 1, dot));
H A DSkMatrix44.cpp959 dst[0][3] = SkScalarToMScalar(src[SkMatrix::kMPersp0]);
991 dst[SkMatrix::kMPersp0] = SkMScalarToScalar(fMat[0][3]);
/external/skia/src/gpu/
H A DGrTestUtils.cpp32 gMatrices[4].set(SkMatrix::kMPersp0, 0.00013f);
H A DGrPathUtils.cpp293 m[SkMatrix::kMPersp0] = (float)((a0 + a3 + a6)*scale);
299 SkASSERT(SkScalarAbs(m.get(SkMatrix::kMPersp0)) < gTOL);
/external/skia/src/gpu/gl/
H A DGrGLPathRendering.cpp209 coefficients[6] = SkScalarToFloat(matrix[SkMatrix::kMPersp0]);
/external/skia/src/pdf/
H A DSkPDFShader.cpp233 const SkScalar p0 = inversePerspectiveMatrix[SkMatrix::kMPersp0];
662 const SkScalar p0 = in[SkMatrix::kMPersp0];
/external/skia/src/effects/gradients/
H A DSkTwoPointConicalGradient_gpu.cpp120 SkScalarMul(r0dr, bMatrix[SkMatrix::kMPersp0]));
/external/skia/tests/
H A DMatrixTest.cpp620 mat[SkMatrix::kMPersp0] = 12.f;

Completed in 124 milliseconds