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

/frameworks/base/libs/hwui/
H A DPathCache.cpp30 #include "PathCache.h"
85 bool PathCache::canDrawAsConvexPath(SkPath* path, SkPaint* paint) {
90 void PathCache::computePathBounds(const SkPath* path, const SkPaint* paint,
93 PathCache::computeBounds(bounds, paint, left, top, offset, width, height);
96 void PathCache::computeBounds(const SkRect& bounds, const SkPaint* paint,
156 PathCache::PathCache(): function in class:android::uirenderer::PathCache
169 PathCache::~PathCache() {
173 void PathCache
[all...]
H A DPathCache.h181 class PathCache: public OnEntryRemoved<PathDescription, PathTexture*> { class in namespace:android::uirenderer
183 PathCache();
184 ~PathCache();
330 }; // class PathCache
H A DAndroid.mk33 PathCache.cpp \
H A DCaches.h44 #include "PathCache.h"
331 PathCache pathCache;
H A DDisplayListOp.h1285 PathCache::computePathBounds(path, paint, left, top, offset, width, height);
/frameworks/compile/mclinker/include/mcld/Support/
H A DDirectory.h21 #include "PathCache.h"
36 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
94 mcld::sys::fs::PathCache m_Cache;
110 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
113 typedef mcld::sys::fs::PathCache DirCache;
H A DPathCache.h1 //===- PathCache.h --------------------------------------------------------===//
30 typedef HashTable<HashEntryType, hash::StringHash<hash::BKDR>, EntryFactory<HashEntryType> > PathCache; typedef in namespace:mcld::sys::fs
H A DFileSystem.h20 #include "mcld/Support/PathCache.h"
96 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter);
/frameworks/compile/mclinker/lib/Support/Windows/
H A DFileSystem.inc60 fs::PathCache::entry_type* entry = pDir.m_Cache.insert(path, exist);
/frameworks/compile/mclinker/lib/Support/
H A DDirectory.cpp131 PathCache::iterator iter = m_Cache.begin();
/frameworks/compile/mclinker/lib/Support/Unix/
H A DFileSystem.inc75 mcld::sys::fs::PathCache::entry_type* entry = pDir.m_Cache.insert(path, exist);

Completed in 186 milliseconds