/external/skia/docs/examples/ |
D | homogeneous.cpp | 27 matrix.mapHomogeneousPoints(src, src, count); in draw()
|
D | Matrix_mapHomogeneousPoints.cpp | 28 matrix.mapHomogeneousPoints(src, src, count); in draw()
|
/external/skia/tests/ |
D | MatrixTest.cpp | 686 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()
|
D | Matrix44Test.cpp | 549 a33.mapHomogeneousPoints(&vec3transformed, &vec3, 1); in test_3x3_conversion()
|
/external/skqp/tests/ |
D | MatrixTest.cpp | 721 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()
|
D | Matrix44Test.cpp | 555 a33.mapHomogeneousPoints(&vec3transformed, &vec3, 1); in test_3x3_conversion()
|
/external/skqp/src/atlastext/ |
D | SkInternalAtlasTextContext.cpp | 84 matrix.mapHomogeneousPoints(&vertex->fPosition, &vertex->fPosition, 1); in recordDraw()
|
/external/skia/include/core/ |
D | SkMatrix.h | 1346 void mapHomogeneousPoints(SkPoint3 dst[], const SkPoint3 src[], int count) const; 1351 void mapHomogeneousPoints(SkPoint3 dst[], const SkPoint src[], int count) const;
|
/external/skia/gm/ |
D | beziereffects.cpp | 191 fKLM.mapHomogeneousPoints((SkPoint3* ) verts[v].fKLM, &pt3, 1); in onPrepareDraws()
|
/external/skqp/gm/ |
D | beziereffects.cpp | 113 fKLM.mapHomogeneousPoints((SkPoint3* ) verts[v].fKLM, &pt3, 1); in onPrepareDraws()
|
/external/skia/src/core/ |
D | SkDraw_vertices.cpp | 445 ctm.mapHomogeneousPoints(dev3, info.positions(), vertexCount); in drawVertices()
|
D | SkMatrix.cpp | 1074 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()
|
D | SkGeometry.cpp | 1632 matrix.mapHomogeneousPoints(dst, src, 3); in TransformW()
|
/external/skqp/include/core/ |
D | SkMatrix.h | 1279 void mapHomogeneousPoints(SkPoint3 dst[], const SkPoint3 src[], int count) const;
|
/external/skqp/docs/ |
D | SkMatrix_Reference.bmh | 2207 #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/ |
D | GrAAHairLinePathRenderer.cpp | 617 klm.mapHomogeneousPoints((SkPoint3* ) verts[i].fConic.fKLM, &pt3, 1); in set_conic_coeffs()
|
/external/skia/src/gpu/ops/ |
D | GrAAHairLinePathRenderer.cpp | 619 klm.mapHomogeneousPoints((SkPoint3* ) verts[i].fConic.fKLM, &pt3, 1); in set_conic_coeffs()
|
/external/skqp/src/core/ |
D | SkGeometry.cpp | 1392 matrix.mapHomogeneousPoints(dst, src, 3); in TransformW()
|
D | SkMatrix.cpp | 1082 void SkMatrix::mapHomogeneousPoints(SkPoint3 dst[], const SkPoint3 src[], int count) const { in mapHomogeneousPoints() function in SkMatrix
|
/external/skia/src/gpu/text/ |
D | GrTextBlob.cpp | 123 positionMatrix.mapHomogeneousPoints(&result, &pt, 1); in fill_transformed_vertices_3D()
|
/external/skqp/site/user/api/ |
D | SkMatrix_Reference.md | 112 …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/ |
D | documumentation_examples_map.txt | 1711 void mapHomogeneousPoints(SkPoint3 dst[], const SkPoint3 src[], int count) const;
|