Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DPath.cpp455 int approximationIndex = 0; in approximate() local
458 approximation[approximationIndex++] = lengths[i] / totalLength; in approximate()
459 approximation[approximationIndex++] = point.x(); in approximate()
460 approximation[approximationIndex++] = point.y(); in approximate()