Home | History | Annotate | Download | only in hwui

Lines Matching defs:getThreshold

995 static inline float getThreshold(const PathApproximationInfo& info, float dx, float dy) {
1011 if (depth >= MAX_DEPTH || d * d <= getThreshold(approximationInfo, dx, dy)) {
1048 if (depth >= MAX_DEPTH || d * d <= getThreshold(approximationInfo, dx, dy)) {