Searched refs:getBatchFontCache (Results 1 – 3 of 3) sorted by relevance
33 GrBatchFontCache* getBatchFontCache() const { return fBatchFontCache; } in getBatchFontCache() function
1228 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()
525 GrBatchFontCache* getBatchFontCache() { return fBatchFontCache; } in getBatchFontCache() function