Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBatchFontCache.h33 GrBatchFontCache* getBatchFontCache() const { return fBatchFontCache; } in getBatchFontCache() function
DGrAtlasTextContext.cpp1228 fCurrStrike = fContext->getBatchFontCache()->getStrike(scaler); in bmpAppendGlyph()
1291 fCurrStrike = fContext->getBatchFontCache()->getStrike(scaler); in dfAppendGlyph()
2103 batch = BitmapTextBatch::Create(format, glyphCount, fContext->getBatchFontCache(), in createBatch()
2108 batch = BitmapTextBatch::Create(format, glyphCount, fContext->getBatchFontCache()); in createBatch()
/external/skia/include/gpu/
DGrContext.h525 GrBatchFontCache* getBatchFontCache() { return fBatchFontCache; } in getBatchFontCache() function