HomeSort by relevance Sort by last modified time
    Searched full:xsort (Results 1 - 4 of 4) sorted by null

  /frameworks/base/libs/hwui/
SpotShadow.h 46 static void xsort(Vector2* points, int pointsLength);
SpotShadow.cpp 143 void SpotShadow::xsort(Vector2* points, int pointsLength) { function in class:android::uirenderer::SpotShadow
156 xsort(points, pointsLength);
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
SkAntiEdge.cpp 681 SkFixed xSort = -SK_FixedMax;
683 if (xSort > active->fX || topLimit > active->fLastY) {
686 xSort = active->fX;
    [all...]
  /external/skia/experimental/Intersection/
SkAntiEdge.cpp 681 SkFixed xSort = -SK_FixedMax;
683 if (xSort > active->fX || topLimit > active->fLastY) {
686 xSort = active->fX;
    [all...]

Completed in 269 milliseconds