Home | History | Annotate | Download | only in hwui

Lines Matching refs:high

254 void SpotShadow::quicksortCirc(Vector2* points, int low, int high,
256 int i = low, j = high;
257 int p = low + (high - low) / 2;
274 if (i < high) quicksortCirc(points, i, high, center);
896 // The total pair number can be as high as umbraLength + penumbraLength.
945 // Since the umbra can be a faked one when the occluder is too high, the umbra should be lighter