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

  /frameworks/base/libs/hwui/
PathCache.h 110 struct PathDescription {
111 DESCRIPTION_TYPE(PathDescription);
149 PathDescription();
150 PathDescription(ShapeType shapeType, const SkPaint* paint);
160 class PathCache: public OnEntryRemoved<PathDescription, PathTexture*> {
169 void operator()(PathDescription& path, PathTexture*& texture);
232 PathTexture* addTexture(const PathDescription& entry,
234 PathTexture* addTexture(const PathDescription& entry, SkBitmap* bitmap);
240 void generateTexture(const PathDescription& entry, SkBitmap* bitmap, PathTexture* texture,
243 PathTexture* get(const PathDescription& entry)
    [all...]
PathCache.cpp 44 PathDescription::PathDescription():
55 PathDescription::PathDescription(ShapeType type, const SkPaint* paint):
66 hash_t PathDescription::hash() const {
153 mCache(LruCache<PathDescription, PathTexture*>::kUnlimitedCapacity),
199 void PathCache::operator()(PathDescription& entry, PathTexture*& texture) {
256 PathTexture* PathCache::addTexture(const PathDescription& entry, const SkPath *path,
278 void PathCache::generateTexture(const PathDescription& entry, SkBitmap* bitmap,
366 void PathCache::remove(Vector<PathDescription>& pathsToRemove, const path_pair_t& pair)
    [all...]

Completed in 365 milliseconds