Searched refs:kMPersp1 (Results 1 – 18 of 18) sorted by relevance
/third_party/skia/src/core/ |
D | SkMatrix.cpp | 30 if (0 == fMat[SkMatrix::kMPersp0] && 0 == fMat[SkMatrix::kMPersp1]) { in doNormalizePerspective() 79 fMat[kMPersp1] = 0; in setAffine() 100 if (fMat[kMPersp0] != 0 || fMat[kMPersp1] != 0 || fMat[kMPersp2] != 1) { in computePerspectiveTypeMask() 114 if (fMat[kMPersp0] != 0 || fMat[kMPersp1] != 0 || fMat[kMPersp2] != 1) { in computeTypeMask() 354 fMat[kMPersp1] *= sy; in preScale() 422 fMat[kMPersp0] = fMat[kMPersp1] = 0; in setSinCos() 438 fMat[kMPersp0] = fMat[kMPersp1] = 0; in setRSXform() 454 fMat[kMPersp0] = fMat[kMPersp1] = 0; in setSinCos() 514 fMat[kMPersp0] = fMat[kMPersp1] = 0; in setSkew() 636 tmp.fMat[kMPersp1] = rowcol3(&a.fMat[6], &b.fMat[1]); in setConcat() [all …]
|
D | SkScalerContext.cpp | 836 G.get(SkMatrix::kMPersp0), G.get(SkMatrix::kMPersp1), G.get(SkMatrix::kMPersp2)); in computeMatrices()
|
D | SkPath.cpp | 3833 matrix[SkMatrix::kMPersp1], in PerspectiveClip()
|
/third_party/skia/tests/ |
D | ShadowTest.cpp | 186 ctm[SkMatrix::kMPersp1] = 12.f; in check_bounds() 189 ctm[SkMatrix::kMPersp1] = -12.f; in check_bounds() 192 ctm[SkMatrix::kMPersp1] = 0.0001f; in check_bounds()
|
D | MatrixTest.cpp | 598 mat[SkMatrix::kMPersp1] = 4.f; in test_matrix_decomposition() 944 mat.set(SkMatrix::kMPersp1, SK_Scalar1 / 2); in DEF_TEST()
|
/third_party/skia/include/core/ |
D | SkMatrix.h | 352 static constexpr int kMPersp1 = 7; //!< input y perspective factor variable 456 SkScalar getPerspY() const { return fMat[kMPersp1]; } in getPerspY() 536 SkMatrix& setPerspY(SkScalar v) { return this->set(kMPersp1, v); } in setPerspY() 564 fMat[kMPersp1] = persp1; in setAll() 1812 fMat[kMPersp1] = 0; in setScaleTranslate()
|
D | SkM44.h | 410 src[SkMatrix::kMPersp0], src[SkMatrix::kMPersp1], 0, src[SkMatrix::kMPersp2]) in SkM44()
|
/third_party/skia/docs/examples/ |
D | Matrix_getPerspY.cpp | 10 m.set(SkMatrix::kMPersp1, -0.004f);
|
D | MemberIndex.cpp | 16 SkMatrix::kMPersp0, SkMatrix::kMPersp1, SkMatrix::kMPersp2 } ) {
|
/third_party/skia/src/gpu/glsl/ |
D | GrGLSLProgramDataManager.cpp | 21 matrix.get(SkMatrix::kMPersp1), in setSkMatrix()
|
/third_party/skia/src/utils/ |
D | SkCamera.cpp | 108 orien->set(SkMatrix::kMPersp1, axis.y); in doUpdate() 142 matrix->set(SkMatrix::kMPersp1, SkScalarDotDiv(3, patchPtr, 1, mapPtr+6, 1, dot)); in patchToMatrix()
|
/third_party/skia/gm/ |
D | shadowutils.cpp | 321 mat[SkMatrix::kMPersp1] = 0.005f;
|
/third_party/skia/src/gpu/ |
D | GrTestUtils.cpp | 39 gMatrices[4].set(SkMatrix::kMPersp1, -0.000039f); in test_matrix()
|
/third_party/skia/src/pdf/ |
D | SkPDFGradientShader.cpp | 340 const SkScalar p1 = inversePerspectiveMatrix[SkMatrix::kMPersp1]; in apply_perspective_to_coordinates() 558 const SkScalar p1 = in[SkMatrix::kMPersp1]; in split_perspective()
|
/third_party/skia/experimental/graphite/src/ |
D | UniformManager.cpp | 209 m[i].get(SkMatrix::kMPersp1), in WriteSkMatrices()
|
/third_party/skia/samplecode/ |
D | SampleClip.cpp | 426 return { m[SkMatrix::kMPersp0], m[SkMatrix::kMPersp1], m[SkMatrix::kMPersp2] - 0.05f }; in half_plane_w0()
|
/third_party/skia/src/gpu/geometry/ |
D | GrPathUtils.cpp | 217 m[SkMatrix::kMPersp1] = 0.0f; in set()
|
/third_party/skia/tools/fiddle/ |
D | documumentation_examples_map.txt | 1979 …t kMTransY = 5; static constexpr int kMPersp0 = 6; static constexpr int kMPersp1 = 7; static const…
|