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

/frameworks/compile/mclinker/include/mcld/Support/
H A DPathCache.h1 //===- PathCache.h --------------------------------------------------------===//
27 EntryFactory<HashEntryType> > PathCache; typedef in namespace:mcld::sys::fs
/frameworks/base/libs/hwui/
H A DPathCache.cpp31 #include "PathCache.h"
81 bool PathCache::canDrawAsConvexPath(SkPath* path, const SkPaint* paint) {
86 void PathCache::computePathBounds(const SkPath* path, const SkPaint* paint,
89 PathCache::computeBounds(bounds, paint, left, top, offset, width, height);
92 void PathCache::computeBounds(const SkRect& bounds, const SkPaint* paint,
139 PathCache::PathCache(): function in class:android::uirenderer::PathCache
159 PathCache::~PathCache() {
167 uint32_t PathCache
[all...]
H A DPathCache.h172 class PathCache: public OnEntryRemoved<PathDescription, PathTexture*> { class in namespace:android::uirenderer
174 PathCache();
175 ~PathCache();
312 }; // class PathCache

Completed in 88 milliseconds