Home
last modified time | relevance | path

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

/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/src/core/
H A DSkLRUCache.h34 : fMaxCount(maxCount) {} in SkLRUCache()
64 while (fMap.count() > fMaxCount) { in insert()
121 int fMaxCount; variable