Home
last modified time | relevance | path

Searched refs:VisitAllCaches (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gl/
DSkGLCanvas.cpp166 SkGlyphCache::VisitAllCaches(deleteCachesProc, reinterpret_cast<void*>(true)); in DeleteAllTextures()
178 SkGlyphCache::VisitAllCaches(deleteCachesProc, reinterpret_cast<void*>(false)); in AbandonAllTextures()
/external/skia/src/core/
DSkGlyphCache.h116 static void VisitAllCaches(bool (*proc)(SkGlyphCache*, void*), void* ctx);
DSkGlyphCache.cpp461 void SkGlyphCache::VisitAllCaches(bool (*proc)(SkGlyphCache*, void*), in VisitAllCaches() function in SkGlyphCache