Searched defs:PathCache (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
H A DPathCache.h1 //===- PathCache.h --------------------------------------------------------===//
27 typedef HashTable<HashEntryType, hash::StringHash<hash::BKDR>, EntryFactory<HashEntryType> > PathCache; typedef in namespace:mcld::sys::fs
/frameworks/base/libs/hwui/
H A DPathCache.cpp31 #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(): function in class:android::uirenderer::PathCache
172 PathCache::~PathCache() {
180 uint32_t PathCache
[all...]
H A DPathCache.h160 class PathCache: public OnEntryRemoved<PathDescription, PathTexture*> { class in namespace:android::uirenderer
162 PathCache();
163 ~PathCache();
313 }; // class PathCache

Completed in 59 milliseconds