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

  /external/chromium_org/third_party/skia/tools/
sk_tool_utils_font.cpp 27 SkSafeUnref(fontData.fFontCache);
56 if (fontData->fFontCache) {
57 font = SkSafeRef(fontData->fFontCache);
62 fontData->fFontCache = SkSafeRef(font);
139 SkTestFont* font = fontData.fFontCache;
  /external/chromium_org/third_party/skia/src/gpu/
GrTextStrike.h 35 GrFontCache* getFontCache() const { return fFontCache; }
69 GrFontCache* fFontCache;
GrContext.cpp 113 fFontCache = NULL;
140 fFontCache = SkNEW_ARGS(GrFontCache, (fGpu));
171 delete fFontCache;
211 fFontCache->freeAll();
231 fFontCache->freeAll();
717 fFontCache->dump();
    [all...]
GrTextStrike.cpp 236 fFontCache = cache; // no need to ref, it won't go away before we do
  /external/skia/src/gpu/
GrTextStrike.h 35 GrFontCache* getFontCache() const { return fFontCache; }
61 GrFontCache* fFontCache;
GrTextStrike.cpp 229 fFontCache = cache; // no need to ref, it won't go away before we do
GrContext.cpp 102 fFontCache = NULL;
129 fFontCache = SkNEW_ARGS(GrFontCache, (fGpu));
162 delete fFontCache;
205 fFontCache->freeAll();
223 fFontCache->freeAll();
684 fFontCache->dump();
    [all...]
  /external/chromium_org/third_party/skia/src/fonts/
SkTestScalerContext.h 28 SkTestFont* fFontCache;
  /external/chromium_org/third_party/skia/include/gpu/
GrContext.h     [all...]
  /external/skia/include/gpu/
GrContext.h     [all...]

Completed in 574 milliseconds