Searched refs:PathCache (Results 1 – 12 of 12) sorted by relevance
179 PathCache::PathCache() in PathCache() function in android::uirenderer::PathCache192 PathCache::~PathCache() { in ~PathCache()200 uint32_t PathCache::getSize() { in getSize()204 uint32_t PathCache::getMaxSize() { in getMaxSize()212 void PathCache::operator()(PathDescription& entry, PathTexture*& texture) { in operator ()()220 void PathCache::removeTexture(PathTexture* texture) { in removeTexture()251 void PathCache::purgeCache(uint32_t width, uint32_t height) { in purgeCache()261 void PathCache::trim() { in trim()274 PathTexture* PathCache::addTexture(const PathDescription& entry, const SkPath *path, in addTexture()290 void PathCache::generateTexture(const PathDescription& entry, Bitmap& bitmap, in generateTexture()[all …]
176 class PathCache: public OnEntryRemoved<PathDescription, PathTexture*> {178 PathCache();179 ~PathCache();
157 PathCache pathCache;
95 PathCache.cpp \
32 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(95 mcld::sys::fs::PathCache m_Cache;110 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(115 typedef mcld::sys::fs::PathCache DirCache;
27 EntryFactory<HashEntryType> > PathCache; typedef
89 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter);
158 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter) {159 mcld::sys::fs::PathCache::entry_type* entry = 0;
61 fs::PathCache::entry_type* entry = pDir.m_Cache.insert(path, exist);
189 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter) {190 mcld::sys::fs::PathCache::entry_type* entry = 0;
78 mcld::sys::fs::PathCache::entry_type* entry =
121 PathCache::iterator iter = m_Cache.begin(); in begin()