Home
last modified time | relevance | path

Searched refs:mapHomogeneousPoints (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/docs/examples/
H A Dhomogeneous.cpp27 matrix.mapHomogeneousPoints(src, src, count); in REG_FIDDLE()
H A DMatrix_mapHomogeneousPoints.cpp28 matrix.mapHomogeneousPoints(src, src, count); in REG_FIDDLE()
/third_party/skia/tests/
H A DMatrixTest.cpp685 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 DSkMatrix.h1344 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 DSkDraw_vertices.cpp542 ctm.mapHomogeneousPoints(dev3, info.positions(), vertexCount); in drawVertices()
H A 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
1869 m.mapHomogeneousPoints(&xyw, &p, 1); in DifferentialAreaScale()
H A DSkGeometry.cpp1628 matrix.mapHomogeneousPoints(dst, src, 3);
/third_party/skia/gm/
H A Dbeziereffects.cpp193 fKLM.mapHomogeneousPoints((SkPoint3* ) verts[v].fKLM, &pt3, 1);
/third_party/skia/src/gpu/ops/
H A DAAHairLinePathRenderer.cpp630 klm.mapHomogeneousPoints((SkPoint3* ) verts[i].fConic.fKLM, &pt3, 1); in set_conic_coeffs()
/third_party/skia/src/gpu/text/
H A DGrTextBlob.cpp127 positionMatrix.mapHomogeneousPoints(&result, &pt, 1); in fill_transformed_vertices_3D()

Completed in 18 milliseconds