Searched defs:SkTCompareLT (Results 1 – 2 of 2) sorted by relevance
17 template <typename T> struct SkTCompareLT { struct18 bool operator()(const T a, const T b) const { return a < b; } in operator()