Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/jni/
H A DPath.cpp462 float* approximation = new float[approximationArraySize]; 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()
473 env->SetFloatArrayRegion(result, 0, approximationArraySize, approximation); in approximate()
474 delete[] approximation; in approximate()
/aosp14/frameworks/base/core/proto/android/os/
H A Dbatterystats.proto113 // after charging (lower bound approximation).
115 // Upper bound approximation.