Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DPath.cpp448 int approximationIndex = 0; in approximate() local
451 approximation[approximationIndex++] = lengths[i] / totalLength; in approximate()
452 approximation[approximationIndex++] = point.x(); in approximate()
453 approximation[approximationIndex++] = point.y(); in approximate()