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

/external/chromium_org/third_party/skia/src/core/
H A DSkTypefaceCache.cpp61 SkTypeface* SkTypefaceCache::findByProcAndRef(FindProc proc, void* ctx) const { function in class:SkTypefaceCache
136 SkTypeface* typeface = Get().findByProcAndRef(proc, ctx);
158 (void)Get().findByProcAndRef(DumpProc, NULL);
/external/skia/src/core/
H A DSkTypefaceCache.cpp61 SkTypeface* SkTypefaceCache::findByProcAndRef(FindProc proc, void* ctx) const { function in class:SkTypefaceCache
136 SkTypeface* typeface = Get().findByProcAndRef(proc, ctx);
158 (void)Get().findByProcAndRef(DumpProc, NULL);

Completed in 183 milliseconds