Home
last modified time | relevance | path

Searched refs:mapHomogeneousPoints (Results 1 – 6 of 6) sorted by relevance

/external/skia/tests/
DMatrixTest.cpp700 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()
DMatrix44Test.cpp546 a33.mapHomogeneousPoints(vec3transformed, vec3, 1); in test_3x3_conversion()
/external/skia/src/gpu/
DGrPathUtils.cpp594 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/
DSkMatrix.h486 void mapHomogeneousPoints(SkScalar dst[], const SkScalar src[], int count) const;
/external/skia/src/core/
DSkGeometry.cpp1253 matrix.mapHomogeneousPoints(&dst[0].fX, &src[0].fX, 3); in TransformW()
DSkMatrix.cpp973 void SkMatrix::mapHomogeneousPoints(SkScalar dst[], const SkScalar src[], int count) const { in mapHomogeneousPoints() function in SkMatrix