Home
last modified time | relevance | path

Searched refs:maxCount (Results 1 – 1 of 1) sorted by relevance

/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/src/core/
H A DSkLRUCache.h33 explicit SkLRUCache(int maxCount) in SkLRUCache() argument
34 : fMaxCount(maxCount) {} in SkLRUCache()