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

  /frameworks/compile/mclinker/include/mcld/Support/
PathCache.h 1 //===- PathCache.h --------------------------------------------------------===//
27 EntryFactory<HashEntryType> > PathCache;
  /external/skia/src/gpu/batches/
GrAADistanceFieldPathRenderer.h 79 typedef SkTDynamicHash<PathData, PathData::Key> PathCache;
83 PathCache fPathCache;
GrAADistanceFieldPathRenderer.cpp 128 typedef SkTDynamicHash<PathData, PathData::Key> PathCache;
152 GrBatchAtlas* atlas, PathCache* pathCache, PathDataList* pathList) {
153 return new AADistanceFieldPathBatch(geometry, viewMatrix, atlas, pathCache, pathList);
303 PathCache* pathCache, PathDataList* pathList)
309 fPathCache = pathCache;
533 PathCache* fPathCache;
584 typedef GrAADistanceFieldPathRenderer::PathCache PathCache;
    [all...]
  /frameworks/base/libs/hwui/
PathCache.cpp 29 #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()
195 PathCache::~PathCache() {
203 uint32_t PathCache::getSize()
    [all...]
PathCache.h 170 class PathCache: public OnEntryRemoved<PathDescription, PathTexture*> {
172 PathCache();
173 ~PathCache();
311 }; // class PathCache

Completed in 102 milliseconds