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

  /frameworks/compile/mclinker/include/mcld/Support/
PathCache.h 1 //===- PathCache.h --------------------------------------------------------===//
30 typedef HashTable<HashEntryType, hash::StringHash<hash::BKDR>, EntryFactory<HashEntryType> > PathCache;
  /frameworks/base/libs/hwui/
PathCache.cpp 30 #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():
169 PathCache::~PathCache() {
173 void PathCache::init()
    [all...]
PathCache.h 181 class PathCache: public OnEntryRemoved<PathDescription, PathTexture*> {
183 PathCache();
184 ~PathCache();
330 }; // class PathCache

Completed in 415 milliseconds