HomeSort by relevance Sort by last modified time
    Searched refs:mapHomogeneousPoints (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/skia/tests/
MatrixTest.cpp 648 mat.mapHomogeneousPoints(dst, randTriples, kTripleCount);
656 mat.mapHomogeneousPoints(dst, randTriples, kTripleCount);
668 mats[i].mapHomogeneousPoints(dst, zeros, 1);
675 mats[0].mapHomogeneousPoints(NULL, NULL, 0);
685 mat.mapHomogeneousPoints(dst, src, 1);
699 mat.mapHomogeneousPoints(dst, src, 1);
715 mat.mapHomogeneousPoints(dst, src, 1);
727 mats[i].mapHomogeneousPoints(dst, &randTriples[j*3], 1);
    [all...]
Matrix44Test.cpp 513 a33.mapHomogeneousPoints(vec3transformed, vec3, 1);
  /external/skia/tests/
MatrixTest.cpp 618 mat.mapHomogeneousPoints(dst, randTriples, kTripleCount);
626 mat.mapHomogeneousPoints(dst, randTriples, kTripleCount);
638 mats[i].mapHomogeneousPoints(dst, zeros, 1);
645 mats[0].mapHomogeneousPoints(NULL, NULL, 0);
655 mat.mapHomogeneousPoints(dst, src, 1);
669 mat.mapHomogeneousPoints(dst, src, 1);
685 mat.mapHomogeneousPoints(dst, src, 1);
697 mats[i].mapHomogeneousPoints(dst, &randTriples[j*3], 1);
Matrix44Test.cpp 513 a33.mapHomogeneousPoints(vec3transformed, vec3, 1);
  /external/chromium_org/third_party/skia/src/gpu/
GrPathUtils.cpp 609 inverse.mapHomogeneousPoints(k, controlK, 1);
610 inverse.mapHomogeneousPoints(l, controlL, 1);
611 inverse.mapHomogeneousPoints(m, controlM, 1);
  /external/skia/src/gpu/
GrPathUtils.cpp 609 inverse.mapHomogeneousPoints(k, controlK, 1);
610 inverse.mapHomogeneousPoints(l, controlL, 1);
611 inverse.mapHomogeneousPoints(m, controlM, 1);
  /external/chromium_org/third_party/skia/include/core/
SkMatrix.h 437 void mapHomogeneousPoints(SkScalar dst[], const SkScalar src[], int count) const;
  /external/skia/include/core/
SkMatrix.h 432 void mapHomogeneousPoints(SkScalar dst[], const SkScalar src[], int count) const;
  /external/chromium_org/third_party/skia/src/core/
SkMatrix.cpp 1011 void SkMatrix::mapHomogeneousPoints(SkScalar dst[], const SkScalar src[], int count) const {
    [all...]
  /external/skia/src/core/
SkMatrix.cpp 1017 void SkMatrix::mapHomogeneousPoints(SkScalar dst[], const SkScalar src[], int count) const {
    [all...]

Completed in 946 milliseconds