Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DPath.cpp450 int approximationIndex = 0; in approximate() local
453 approximation[approximationIndex++] = lengths[i] / totalLength; in approximate()
454 approximation[approximationIndex++] = point.x(); in approximate()
455 approximation[approximationIndex++] = point.y(); in approximate()