Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/jni/
H A DPath.cpp464 int approximationIndex = 0; in approximate() local
467 approximation[approximationIndex++] = lengths[i] / totalLength; in approximate()
468 approximation[approximationIndex++] = point.x(); in approximate()
469 approximation[approximationIndex++] = point.y(); in approximate()