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