Searched defs:mapPoints (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkMatrix.h383 void mapPoints(SkPoint dst[], const SkPoint src[], int count) const;
392 void mapPoints(SkPoint pts[], int count) const { function in class:SkMatrix
393 this->mapPoints(pts, pts, count);
396 /** Like mapPoints but with custom byte stride between the points. Stride
403 this->mapPoints(pts, pts, 1);
408 /** Like mapPoints but with custom byte stride between the points.
415 this->mapPoints(dst, src, 1);
441 This is similar to mapPoints, but ignores any translation in the matrix.
453 This is similar to mapPoints, but ignores any translation in the matrix.
490 this->mapPoints(ds
[all...]
/external/skia/include/core/
H A DSkMatrix.h383 void mapPoints(SkPoint dst[], const SkPoint src[], int count) const;
392 void mapPoints(SkPoint pts[], int count) const { function in class:SkMatrix
393 this->mapPoints(pts, pts, count);
396 /** Like mapPoints but with custom byte stride between the points. Stride
403 this->mapPoints(pts, pts, 1);
408 /** Like mapPoints but with custom byte stride between the points.
415 this->mapPoints(dst, src, 1);
441 This is similar to mapPoints, but ignores any translation in the matrix.
453 This is similar to mapPoints, but ignores any translation in the matrix.
490 this->mapPoints(ds
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkMatrix.cpp1007 void SkMatrix::mapPoints(SkPoint dst[], const SkPoint src[], int count) const { function in class:SkMatrix
1065 tmp.mapPoints(dst, src, count);
1073 this->mapPoints((SkPoint*)dst, (const SkPoint*)&src, 2);
1080 this->mapPoints(quad, quad, 4);
/external/skia/src/core/
H A DSkMatrix.cpp1007 void SkMatrix::mapPoints(SkPoint dst[], const SkPoint src[], int count) const { function in class:SkMatrix
1065 tmp.mapPoints(dst, src, count);
1073 this->mapPoints((SkPoint*)dst, (const SkPoint*)&src, 2);
1080 this->mapPoints(quad, quad, 4);
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 138 milliseconds