Searched defs:getSubset (Results 1 – 4 of 4) sorted by relevance
78 void getSubset( in getSubset() function86 void getSubset(property< Tag, Value, Next >& p, in getSubset() function92 inline void getSubset(no_property&, const no_property&) {} in getSubset() function95 template < typename T, typename U > void getSubset(T& p, const U& s) { p = s; } in getSubset() function97 template < typename T > void getSubset(T&, const no_property&) {} in getSubset() function
385 SkIRect getSubset() const { in getSubset() function
375 SkIRect getSubset() const { in getSubset() function
860 def getSubset(self): member in InternalSubsetExtractor