Searched refs:PathCache (Results 1 - 11 of 11) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
H A DPathCache.h1 //===- PathCache.h --------------------------------------------------------===//
27 EntryFactory<HashEntryType> > PathCache; typedef in namespace:mcld::sys::fs
H A DDirectory.h15 #include "mcld/Support/PathCache.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;
H A DFileSystem.h17 #include "mcld/Support/PathCache.h"
89 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter);
/frameworks/base/libs/hwui/
H A DPathCache.cpp29 #include "PathCache.h"
124 bool PathCache::canDrawAsConvexPath(SkPath* path, const SkPaint* paint) {
129 void PathCache::computePathBounds(const SkPath* path, const SkPaint* paint,
132 PathCache::computeBounds(bounds, paint, left, top, offset, width, height);
135 void PathCache::computeBounds(const SkRect& bounds, const SkPaint* paint,
182 PathCache::PathCache() function in class:android::uirenderer::PathCache
195 PathCache::~PathCache() {
203 uint32_t PathCache
[all...]
H A DPathCache.h170 class PathCache: public OnEntryRemoved<PathDescription, PathTexture*> { class in namespace:android::uirenderer
172 PathCache();
173 ~PathCache();
311 }; // class PathCache
H A DCaches.h29 #include "PathCache.h"
153 PathCache pathCache;
H A DAndroid.mk78 PathCache.cpp \
H A DDisplayListOp.h1184 PathCache::computePathBounds(path, paint, left, top, offset, width, height);
/frameworks/compile/mclinker/lib/Support/Windows/
H A DFileSystem.inc61 fs::PathCache::entry_type* entry = pDir.m_Cache.insert(path, exist);
/frameworks/compile/mclinker/lib/Support/
H A DDirectory.cpp121 PathCache::iterator iter = m_Cache.begin();
/frameworks/compile/mclinker/lib/Support/Unix/
H A DFileSystem.inc78 mcld::sys::fs::PathCache::entry_type* entry =

Completed in 101 milliseconds