HomeSort by relevance Sort by last modified time
    Searched refs:PathCache (Results 1 - 9 of 9) sorted by null

  /frameworks/base/libs/hwui/
PathCache.cpp 31 #include "PathCache.h"
82 bool PathCache::canDrawAsConvexPath(SkPath* path, const SkPaint* paint) {
87 void PathCache::computePathBounds(const SkPath* path, const SkPaint* paint,
90 PathCache::computeBounds(bounds, paint, left, top, offset, width, height);
93 void PathCache::computeBounds(const SkRect& bounds, const SkPaint* paint,
152 PathCache::PathCache():
172 PathCache::~PathCache() {
180 uint32_t PathCache::getSize()
    [all...]
PathCache.h 160 class PathCache: public OnEntryRemoved<PathDescription, PathTexture*> {
162 PathCache();
163 ~PathCache();
313 }; // class PathCache
Android.mk 42 PathCache.cpp \
Caches.h 47 #include "PathCache.h"
338 PathCache pathCache;
DisplayListOp.h     [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
Directory.h 18 #include "PathCache.h"
33 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
91 mcld::sys::fs::PathCache m_Cache;
107 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
110 typedef mcld::sys::fs::PathCache DirCache;
PathCache.h 1 //===- PathCache.h --------------------------------------------------------===//
27 typedef HashTable<HashEntryType, hash::StringHash<hash::BKDR>, EntryFactory<HashEntryType> > PathCache;
FileSystem.h 17 #include "mcld/Support/PathCache.h"
93 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter);
  /frameworks/compile/mclinker/lib/Support/
Directory.cpp 131 PathCache::iterator iter = m_Cache.begin();

Completed in 403 milliseconds