Home
last modified time | relevance | path

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

/external/skia/tests/
DMatrixTest.cpp706 mat.mapHomogeneousPoints(dst, randTriples, kTripleCount); in test_matrix_homogeneous()
714 mat.mapHomogeneousPoints(dst, randTriples, kTripleCount); in test_matrix_homogeneous()
726 mats[i].mapHomogeneousPoints(dst, zeros, 1); in test_matrix_homogeneous()
733 mats[0].mapHomogeneousPoints(nullptr, nullptr, 0); in test_matrix_homogeneous()
743 mat.mapHomogeneousPoints(dst, src, 1); in test_matrix_homogeneous()
757 mat.mapHomogeneousPoints(dst, src, 1); in test_matrix_homogeneous()
773 mat.mapHomogeneousPoints(dst, src, 1); in test_matrix_homogeneous()
785 mats[i].mapHomogeneousPoints(dst, &randTriples[j*3], 1); in test_matrix_homogeneous()
DMatrix44Test.cpp563 a33.mapHomogeneousPoints(vec3transformed, vec3, 1); in test_3x3_conversion()
/external/skia/include/core/
DSkMatrix.h487 void mapHomogeneousPoints(SkScalar dst[], const SkScalar src[], int count) const;
/external/skia/gm/
Dbeziereffects.cpp269 fKLM.mapHomogeneousPoints(verts[v].fKLM, pt3, 1); in onPrepareDraws()
/external/skia/src/gpu/ops/
DGrAAHairLinePathRenderer.cpp601 klm.mapHomogeneousPoints(verts[i].fConic.fKLM, pt3, 1); in set_conic_coeffs()
/external/skia/src/core/
DSkGeometry.cpp1353 matrix.mapHomogeneousPoints(&dst[0].fX, &src[0].fX, 3); in TransformW()
DSkMatrix.cpp1046 void SkMatrix::mapHomogeneousPoints(SkScalar dst[], const SkScalar src[], int count) const { in mapHomogeneousPoints() function in SkMatrix