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

  /external/skia/src/core/
SkPerspIter.h 29 const SkFixed* getXY() const { return fStorage; }
31 /** Return the number of [x,y] pairs that have been filled in the getXY() buffer.
SkBitmapProcState_matrix_template.h 114 const SkFixed* SK_RESTRICT srcXY = iter.getXY();
SkBitmapProcState_matrix.h 131 const SkFixed* SK_RESTRICT srcXY = iter.getXY();
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputTestsBase.java 317 protected Point getXY(final int codePoint) {
332 Point oldPoint = getXY(startCodePoint);
339 final Point newPoint = getXY(stringToGesture.codePointAt(i));
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
CustomEvaluator.java 107 public XYHolder getXY() {
  /external/skia/src/opts/
SkBitmapProcState_matrix_neon.h 198 const SkFixed* SK_RESTRICT srcXY = iter.getXY();
429 const SkFixed* SK_RESTRICT srcXY = iter.getXY();

Completed in 132 milliseconds