Searched refs:mapHomogeneousPoints (Results 1 - 10 of 10) sorted by relevance
/third_party/skia/docs/examples/ |
H A D | homogeneous.cpp | 27 matrix.mapHomogeneousPoints(src, src, count); in REG_FIDDLE()
|
H A D | Matrix_mapHomogeneousPoints.cpp | 28 matrix.mapHomogeneousPoints(src, src, count); in REG_FIDDLE()
|
/third_party/skia/tests/ |
H A D | MatrixTest.cpp | 685 mat.mapHomogeneousPoints(dst, randTriples, kTripleCount); in test_matrix_homogeneous() 694 mat.mapHomogeneousPoints(dst, randTriples, kTripleCount); in test_matrix_homogeneous() 704 mats[i].mapHomogeneousPoints(&dst, &zeros, 1); in test_matrix_homogeneous() 711 mats[0].mapHomogeneousPoints(nullptr, (const SkPoint3*)nullptr, 0); in test_matrix_homogeneous() 721 mat.mapHomogeneousPoints(&dst, &src, 1); in test_matrix_homogeneous() 735 mat.mapHomogeneousPoints(&dst, &src, 1); in test_matrix_homogeneous() 751 mat.mapHomogeneousPoints(&dst, &src, 1); in test_matrix_homogeneous() 763 mats[i].mapHomogeneousPoints(&dst, &randTriples[j], 1); in test_matrix_homogeneous()
|
/third_party/skia/include/core/ |
H A D | SkMatrix.h | 1344 void mapHomogeneousPoints(SkPoint3 dst[], const SkPoint3 src[], int count) const; 1349 void mapHomogeneousPoints(SkPoint3 dst[], const SkPoint src[], int count) const;
|
/third_party/skia/src/core/ |
H A D | SkDraw_vertices.cpp | 542 ctm.mapHomogeneousPoints(dev3, info.positions(), vertexCount); in drawVertices()
|
H A 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 1869 m.mapHomogeneousPoints(&xyw, &p, 1); in DifferentialAreaScale()
|
H A D | SkGeometry.cpp | 1628 matrix.mapHomogeneousPoints(dst, src, 3);
|
/third_party/skia/gm/ |
H A D | beziereffects.cpp | 193 fKLM.mapHomogeneousPoints((SkPoint3* ) verts[v].fKLM, &pt3, 1);
|
/third_party/skia/src/gpu/ops/ |
H A D | AAHairLinePathRenderer.cpp | 630 klm.mapHomogeneousPoints((SkPoint3* ) verts[i].fConic.fKLM, &pt3, 1); in set_conic_coeffs()
|
/third_party/skia/src/gpu/text/ |
H A D | GrTextBlob.cpp | 127 positionMatrix.mapHomogeneousPoints(&result, &pt, 1); in fill_transformed_vertices_3D()
|
Completed in 18 milliseconds