Home
last modified time | relevance | path

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

/external/skia/docs/examples/
Dhomogeneous.cpp27 matrix.mapHomogeneousPoints(src, src, count); in draw()
DMatrix_mapHomogeneousPoints.cpp28 matrix.mapHomogeneousPoints(src, src, count); in draw()
/external/skia/tests/
DMatrixTest.cpp686 mat.mapHomogeneousPoints(dst, randTriples, kTripleCount); in test_matrix_homogeneous()
695 mat.mapHomogeneousPoints(dst, randTriples, kTripleCount); in test_matrix_homogeneous()
705 mats[i].mapHomogeneousPoints(&dst, &zeros, 1); in test_matrix_homogeneous()
712 mats[0].mapHomogeneousPoints(nullptr, (const SkPoint3*)nullptr, 0); in test_matrix_homogeneous()
722 mat.mapHomogeneousPoints(&dst, &src, 1); in test_matrix_homogeneous()
736 mat.mapHomogeneousPoints(&dst, &src, 1); in test_matrix_homogeneous()
752 mat.mapHomogeneousPoints(&dst, &src, 1); in test_matrix_homogeneous()
764 mats[i].mapHomogeneousPoints(&dst, &randTriples[j], 1); in test_matrix_homogeneous()
DMatrix44Test.cpp549 a33.mapHomogeneousPoints(&vec3transformed, &vec3, 1); in test_3x3_conversion()
/external/skqp/tests/
DMatrixTest.cpp721 mat.mapHomogeneousPoints(dst, randTriples, kTripleCount); in test_matrix_homogeneous()
730 mat.mapHomogeneousPoints(dst, randTriples, kTripleCount); in test_matrix_homogeneous()
740 mats[i].mapHomogeneousPoints(&dst, &zeros, 1); in test_matrix_homogeneous()
747 mats[0].mapHomogeneousPoints(nullptr, nullptr, 0); in test_matrix_homogeneous()
757 mat.mapHomogeneousPoints(&dst, &src, 1); in test_matrix_homogeneous()
771 mat.mapHomogeneousPoints(&dst, &src, 1); in test_matrix_homogeneous()
787 mat.mapHomogeneousPoints(&dst, &src, 1); in test_matrix_homogeneous()
799 mats[i].mapHomogeneousPoints(&dst, &randTriples[j], 1); in test_matrix_homogeneous()
DMatrix44Test.cpp555 a33.mapHomogeneousPoints(&vec3transformed, &vec3, 1); in test_3x3_conversion()
/external/skqp/src/atlastext/
DSkInternalAtlasTextContext.cpp84 matrix.mapHomogeneousPoints(&vertex->fPosition, &vertex->fPosition, 1); in recordDraw()
/external/skia/include/core/
DSkMatrix.h1346 void mapHomogeneousPoints(SkPoint3 dst[], const SkPoint3 src[], int count) const;
1351 void mapHomogeneousPoints(SkPoint3 dst[], const SkPoint src[], int count) const;
/external/skia/gm/
Dbeziereffects.cpp191 fKLM.mapHomogeneousPoints((SkPoint3* ) verts[v].fKLM, &pt3, 1); in onPrepareDraws()
/external/skqp/gm/
Dbeziereffects.cpp113 fKLM.mapHomogeneousPoints((SkPoint3* ) verts[v].fKLM, &pt3, 1); in onPrepareDraws()
/external/skia/src/core/
DSkDraw_vertices.cpp445 ctm.mapHomogeneousPoints(dev3, info.positions(), vertexCount); in drawVertices()
DSkMatrix.cpp1074 void SkMatrix::mapHomogeneousPoints(SkPoint3 dst[], const SkPoint3 src[], int count) const { in mapHomogeneousPoints() function in SkMatrix
1079 void SkMatrix::mapHomogeneousPoints(SkPoint3 dst[], const SkPoint src[], int count) const { in mapHomogeneousPoints() function in SkMatrix
1857 m.mapHomogeneousPoints(&xyw, &p, 1); in DifferentialAreaScale()
DSkGeometry.cpp1632 matrix.mapHomogeneousPoints(dst, src, 3); in TransformW()
/external/skqp/include/core/
DSkMatrix.h1279 void mapHomogeneousPoints(SkPoint3 dst[], const SkPoint3 src[], int count) const;
/external/skqp/docs/
DSkMatrix_Reference.bmh2207 #SeeAlso mapXY mapHomogeneousPoints mapVectors
2230 #SeeAlso mapXY mapHomogeneousPoints mapVectors
2236 #Method void mapHomogeneousPoints(SkPoint3 dst[], const SkPoint3 src[], int count) const
2263 matrix.mapHomogeneousPoints(src, src, count);
/external/skqp/src/gpu/ops/
DGrAAHairLinePathRenderer.cpp617 klm.mapHomogeneousPoints((SkPoint3* ) verts[i].fConic.fKLM, &pt3, 1); in set_conic_coeffs()
/external/skia/src/gpu/ops/
DGrAAHairLinePathRenderer.cpp619 klm.mapHomogeneousPoints((SkPoint3* ) verts[i].fConic.fKLM, &pt3, 1); in set_conic_coeffs()
/external/skqp/src/core/
DSkGeometry.cpp1392 matrix.mapHomogeneousPoints(dst, src, 3); in TransformW()
DSkMatrix.cpp1082 void SkMatrix::mapHomogeneousPoints(SkPoint3 dst[], const SkPoint3 src[], int count) const { in mapHomogeneousPoints() function in SkMatrix
/external/skia/src/gpu/text/
DGrTextBlob.cpp123 positionMatrix.mapHomogeneousPoints(&result, &pt, 1); in fill_transformed_vertices_3D()
/external/skqp/site/user/api/
DSkMatrix_Reference.md112 …void <a href='#SkMatrix_mapHomogeneousPoints'>mapHomogeneousPoints</a>(<a href='undocumented#SkPoi…
3293 <a href='#SkMatrix_mapXY'>mapXY</a> <a href='#SkMatrix_mapHomogeneousPoints'>mapHomogeneousPoints</…
3339 <a href='#SkMatrix_mapXY'>mapXY</a> <a href='#SkMatrix_mapHomogeneousPoints'>mapHomogeneousPoints</…
3346 void <a href='#SkMatrix_mapHomogeneousPoints'>mapHomogeneousPoints</a>(<a href='undocumented#SkPoin…
/external/skia/tools/fiddle/
Ddocumumentation_examples_map.txt1711 void mapHomogeneousPoints(SkPoint3 dst[], const SkPoint3 src[], int count) const;