Searched refs:mapHomogeneousPoints (Results 1 – 6 of 6) sorted by relevance
/external/skia/tests/ |
D | MatrixTest.cpp | 687 mat.mapHomogeneousPoints(dst, randTriples, kTripleCount); in test_matrix_homogeneous() 695 mat.mapHomogeneousPoints(dst, randTriples, kTripleCount); in test_matrix_homogeneous() 707 mats[i].mapHomogeneousPoints(dst, zeros, 1); in test_matrix_homogeneous() 714 mats[0].mapHomogeneousPoints(NULL, NULL, 0); in test_matrix_homogeneous() 724 mat.mapHomogeneousPoints(dst, src, 1); in test_matrix_homogeneous() 738 mat.mapHomogeneousPoints(dst, src, 1); in test_matrix_homogeneous() 754 mat.mapHomogeneousPoints(dst, src, 1); in test_matrix_homogeneous() 766 mats[i].mapHomogeneousPoints(dst, &randTriples[j*3], 1); in test_matrix_homogeneous()
|
D | Matrix44Test.cpp | 521 a33.mapHomogeneousPoints(vec3transformed, vec3, 1); in test_3x3_conversion()
|
/external/skia/src/gpu/ |
D | GrPathUtils.cpp | 582 inverse.mapHomogeneousPoints(k, controlK, 1); in calc_cubic_klm() 583 inverse.mapHomogeneousPoints(l, controlL, 1); in calc_cubic_klm() 584 inverse.mapHomogeneousPoints(m, controlM, 1); in calc_cubic_klm()
|
/external/skia/include/core/ |
D | SkMatrix.h | 476 void mapHomogeneousPoints(SkScalar dst[], const SkScalar src[], int count) const;
|
/external/skia/src/core/ |
D | SkGeometry.cpp | 1492 matrix.mapHomogeneousPoints(&dst[0].fX, &src[0].fX, 3); in TransformW()
|
D | SkMatrix.cpp | 1012 void SkMatrix::mapHomogeneousPoints(SkScalar dst[], const SkScalar src[], int count) const { in mapHomogeneousPoints() function in SkMatrix
|