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 --------------------------------------------------------===//
27 typedef HashTable<HashEntryType, hash::StringHash<hash::BKDR>, EntryFactory<HashEntryType> > PathCache;
  /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

Completed in 4319 milliseconds