Searched defs:findByProcAndRef (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkTypefaceCache.cpp26 SkTypeface* SkTypefaceCache::findByProcAndRef(FindProc proc, void* ctx) const { function in class:SkTypefaceCache
76 return Get().findByProcAndRef(proc, ctx);
100 (void)Get().findByProcAndRef(DumpProc, nullptr);
/external/skqp/src/core/
H A DSkTypefaceCache.cpp26 SkTypeface* SkTypefaceCache::findByProcAndRef(FindProc proc, void* ctx) const { function in class:SkTypefaceCache
76 return Get().findByProcAndRef(proc, ctx);
100 (void)Get().findByProcAndRef(DumpProc, nullptr);

Completed in 361 milliseconds