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

/external/chromium_org/third_party/skia/src/core/
H A DSkGlyphCache.h149 return VisitCache(typeface, desc, DetachProc, NULL);
188 static bool DetachProc(const SkGlyphCache*, void*) { return true; } function in class:SkGlyphCache
268 static bool DetachProc(const SkGlyphCache*, void*);
/external/skia/src/core/
H A DSkGlyphCache.h163 return VisitCache(typeface, desc, DetachProc, NULL);
202 static bool DetachProc(const SkGlyphCache*, void*) { return true; } function in class:SkGlyphCache
282 static bool DetachProc(const SkGlyphCache*, void*);

Completed in 116 milliseconds