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.cpp29 #include "PathCache.h"
124 bool PathCache::canDrawAsConvexPath(SkPath* path, const SkPaint* paint) {
129 void PathCache::computePathBounds(const SkPath* path, const SkPaint* paint,
132 PathCache::computeBounds(bounds, paint, left, top, offset, width, height);
135 void PathCache::computeBounds(const SkRect& bounds, const SkPaint* paint,
182 PathCache::PathCache() function in class:android::uirenderer::PathCache
195 PathCache::~PathCache() {
203 uint32_t PathCache
[all...]
H A DPathCache.h170 class PathCache: public OnEntryRemoved<PathDescription, PathTexture*> { class in namespace:android::uirenderer
172 PathCache();
173 ~PathCache();
311 }; // class PathCache

Completed in 216 milliseconds