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

  /external/skia/legacy/src/core/
SkTypefaceCache.h 27 * Callback for FindByProc. Returns true if the given typeface is a match
80 SkTypeface* findByProc(FindProc proc, void* ctx) const;
SkTypefaceCache.cpp 39 SkTypeface* SkTypefaceCache::findByProc(FindProc proc, void* ctx) const {
99 SkTypeface* typeface = Get().findByProc(proc, ctx);
122 (void)Get().findByProc(DumpProc, NULL);

Completed in 1183 milliseconds