Searched refs:mapHomogeneousPoints (Results 1 – 6 of 6) sorted by relevance
/external/skia/tests/ |
D | MatrixTest.cpp | 700 mat.mapHomogeneousPoints(dst, randTriples, kTripleCount); in test_matrix_homogeneous() 708 mat.mapHomogeneousPoints(dst, randTriples, kTripleCount); in test_matrix_homogeneous() 720 mats[i].mapHomogeneousPoints(dst, zeros, 1); in test_matrix_homogeneous() 727 mats[0].mapHomogeneousPoints(nullptr, nullptr, 0); in test_matrix_homogeneous() 737 mat.mapHomogeneousPoints(dst, src, 1); in test_matrix_homogeneous() 751 mat.mapHomogeneousPoints(dst, src, 1); in test_matrix_homogeneous() 767 mat.mapHomogeneousPoints(dst, src, 1); in test_matrix_homogeneous() 779 mats[i].mapHomogeneousPoints(dst, &randTriples[j*3], 1); in test_matrix_homogeneous()
|
D | Matrix44Test.cpp | 546 a33.mapHomogeneousPoints(vec3transformed, vec3, 1); in test_3x3_conversion()
|
/external/skia/src/gpu/ |
D | GrPathUtils.cpp | 594 inverse.mapHomogeneousPoints(k, controlK, 1); in calc_cubic_klm() 595 inverse.mapHomogeneousPoints(l, controlL, 1); in calc_cubic_klm() 596 inverse.mapHomogeneousPoints(m, controlM, 1); in calc_cubic_klm()
|
/external/skia/include/core/ |
D | SkMatrix.h | 486 void mapHomogeneousPoints(SkScalar dst[], const SkScalar src[], int count) const;
|
/external/skia/src/core/ |
D | SkGeometry.cpp | 1253 matrix.mapHomogeneousPoints(&dst[0].fX, &src[0].fX, 3); in TransformW()
|
D | SkMatrix.cpp | 973 void SkMatrix::mapHomogeneousPoints(SkScalar dst[], const SkScalar src[], int count) const { in mapHomogeneousPoints() function in SkMatrix
|