Searched refs:PathCache (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/libs/hwui/ |
D | PathCache.cpp | 124 bool PathCache::canDrawAsConvexPath(SkPath* path, const SkPaint* paint) { in canDrawAsConvexPath() 129 void PathCache::computePathBounds(const SkPath* path, const SkPaint* paint, in computePathBounds() 132 PathCache::computeBounds(bounds, paint, left, top, offset, width, height); in computePathBounds() 135 void PathCache::computeBounds(const SkRect& bounds, const SkPaint* paint, in computeBounds() 182 PathCache::PathCache() in PathCache() function in android::uirenderer::PathCache 195 PathCache::~PathCache() { in ~PathCache() 203 uint32_t PathCache::getSize() { in getSize() 207 uint32_t PathCache::getMaxSize() { in getMaxSize() 215 void PathCache::operator()(PathDescription& entry, PathTexture*& texture) { in operator ()() 223 void PathCache::removeTexture(PathTexture* texture) { in removeTexture() [all …]
|
D | PathCache.h | 170 class PathCache: public OnEntryRemoved<PathDescription, PathTexture*> { 172 PathCache(); 173 ~PathCache();
|
D | Caches.h | 153 PathCache pathCache;
|
D | Android.mk | 78 PathCache.cpp \
|
D | DisplayListOp.h | 1184 PathCache::computePathBounds(path, paint, left, top, offset, width, height); in DrawPathOp()
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | Directory.h | 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;
|
D | PathCache.h | 27 EntryFactory<HashEntryType> > PathCache; typedef
|
D | FileSystem.h | 89 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter);
|
/frameworks/compile/mclinker/lib/Support/Windows/ |
D | PathV3.inc | 158 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter) { 159 mcld::sys::fs::PathCache::entry_type* entry = 0;
|
D | FileSystem.inc | 61 fs::PathCache::entry_type* entry = pDir.m_Cache.insert(path, exist);
|
/frameworks/compile/mclinker/lib/Support/Unix/ |
D | PathV3.inc | 189 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter) { 190 mcld::sys::fs::PathCache::entry_type* entry = 0;
|
D | FileSystem.inc | 78 mcld::sys::fs::PathCache::entry_type* entry =
|
/frameworks/compile/mclinker/lib/Support/ |
D | Directory.cpp | 121 PathCache::iterator iter = m_Cache.begin(); in begin()
|