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

/frameworks/base/core/jni/android/graphics/
H A DPath.cpp457 int approximationIndex = 0; local
460 approximation[approximationIndex++] = lengths[i] / totalLength;
461 approximation[approximationIndex++] = point.x();
462 approximation[approximationIndex++] = point.y();

Completed in 855 milliseconds