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

  /frameworks/base/libs/hwui/
PathCache.cpp 21 #include "PathCache.h"
31 PathCache::PathCache(): ShapeCache<PathCacheEntry>("path",
35 void PathCache::remove(SkPath* path) {
54 void PathCache::removeDeferred(SkPath* path) {
59 void PathCache::clearGarbage() {
68 PathTexture* PathCache::get(SkPath* path, SkPaint* paint) {
PathCache.h 61 class PathCache: public ShapeCache<PathCacheEntry> {
63 PathCache();
87 }; // class PathCache

Completed in 16 milliseconds