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

  /external/skia/src/core/
SkResourceCache.h 131 typedef bool (*FindVisitor)(const Rec&, void* context);
148 * do not call the FindVisitor. If a match is found, return whatever the visitor returns.
153 static bool Find(const Key& key, FindVisitor, void* context);
215 * do not call the FindVisitor. If a match is found, return whatever the visitor returns.
220 bool find(const Key&, FindVisitor, void* context);
SkResourceCache.cpp 106 bool SkResourceCache::find(const Key& key, FindVisitor visitor, void* context) {
510 bool SkResourceCache::Find(const Key& key, FindVisitor visitor, void* context) {
  /external/skia/src/utils/
SkShadowUtils.cpp 183 * the FindVisitor and let the cache destroy the Rec. We'll update the tessellations and then add
308 * Used by FindVisitor to determine whether a cache entry can be reused and if so returns the
336 bool FindVisitor(const SkResourceCache::Rec& baseRec, void* ctx) {
404 SkResourceCache::Find(*key, FindVisitor<FACTORY>, &context);

Completed in 98 milliseconds