HomeSort by relevance Sort by last modified time
    Searched refs:quicksortCirc (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
SpotShadow.h 53 static void quicksortCirc(Vector2* points, int low, int high, const Vector2& center);
SpotShadow.cpp 239 quicksortCirc(poly, 0, polyLength - 1, center);
254 void SpotShadow::quicksortCirc(Vector2* points, int low, int high,
273 if (low < j) quicksortCirc(points, low, j, center);
274 if (i < high) quicksortCirc(points, i, high, center);
    [all...]

Completed in 41 milliseconds