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

  /external/skia/tools/
sk_tool_utils_font.cpp 26 SkSafeUnref(fontData.fFontCache);
59 if (fontData->fFontCache) {
60 font = SkSafeRef(fontData->fFontCache);
65 fontData->fFontCache = SkSafeRef(font);
  /external/skia/src/gpu/batches/
GrAtlasTextBatch.h 38 batch->fFontCache = fontCache;
53 batch->fFontCache = fontCache;
65 batch->fFontCache = fontCache;
179 GrBatchFontCache* fFontCache;
GrAtlasTextBatch.cpp 92 GrTexture* texture = fFontCache->getTexture(this->maskFormat());
152 blob->regenInBatch(target, fFontCache, &helper, args.fRun, args.fSubRun, &cache,
  /external/skia/src/fonts/
SkTestScalerContext.h 28 SkTestFont* fFontCache;

Completed in 529 milliseconds