Searched refs:maxCount (Results 1 – 1 of 1) sorted by relevance
33 explicit SkLRUCache(int maxCount) in SkLRUCache() argument34 : fMaxCount(maxCount) {} in SkLRUCache()