HomeSort by relevance Sort by last modified time
    Searched defs:sorts (Results 1 - 3 of 3) sorted by null

  /external/skia/src/core/
SkRTree.cpp 239 const static SortSide sorts[2][2] = { local
262 SkTQSort(children, children + fMaxChildren, RectLessThan(sorts[i][j]));
299 SkTQSort(children, children + fMaxChildren, RectLessThan(sorts[axis][sortSide]));
  /external/chromium_org/third_party/skia/src/core/
SkRTree.cpp 246 const static SortSide sorts[2][2] = { local
269 SkTQSort(children, children + fMaxChildren, RectLessThan(sorts[i][j]));
306 SkTQSort(children, children + fMaxChildren, RectLessThan(sorts[axis][sortSide]));
  /external/chromium_org/third_party/libxslt/libxslt/
transform.c 4955 xmlNodePtr sorts[XSLT_MAX_SORT]; local
5580 xmlNodePtr sorts[XSLT_MAX_SORT]; local
    [all...]

Completed in 63 milliseconds