HomeSort by relevance Sort by last modified time
    Searched defs:mapPoints (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/graphics/src/android/graphics/cts/
MatrixTest.java 337 mMatrix.mapPoints(value);
340 mMatrix.mapPoints(null);
351 mMatrix.mapPoints(dst, src);
354 mMatrix.mapPoints(new float[8], new float[9]);
365 mMatrix.mapPoints(dst, 0, src, 0, 9 >> 1);
368 mMatrix.mapPoints(null, 0, new float[9], 0, 1);
  /external/chromium_org/third_party/skia/include/core/
SkMatrix.h 388 void mapPoints(SkPoint dst[], const SkPoint src[], int count) const;
397 void mapPoints(SkPoint pts[], int count) const {
398 this->mapPoints(pts, pts, count);
401 /** Like mapPoints but with custom byte stride between the points. Stride
408 this->mapPoints(pts, pts, 1);
413 /** Like mapPoints but with custom byte stride between the points.
420 this->mapPoints(dst, src, 1);
446 This is similar to mapPoints, but ignores any translation in the matrix.
458 This is similar to mapPoints, but ignores any translation in the matrix.
495 this->mapPoints(dst, 4)
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkMatrix.cpp 1001 void SkMatrix::mapPoints(SkPoint dst[], const SkPoint src[], int count) const {
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 405 milliseconds