Lines Matching refs:fontCache
141 void GrAtlasTextBlob::regenInOp(GrDrawOp::Target* target, GrAtlasGlyphCache* fontCache, in regenInOp() argument
164 strike = fontCache->getStrike(lazyCache->get()); in regenInOp()
187 if (!fontCache->hasGlyph(glyph) && in regenInOp()
198 fontCache->addGlyphToBulkAndSetUseToken(info->bulkUseToken(), glyph, in regenInOp()
200 log2Width = fontCache->log2Width(info->maskFormat()); in regenInOp()
201 log2Height = fontCache->log2Height(info->maskFormat()); in regenInOp()
220 : fontCache->atlasGeneration(info->maskFormat())); in regenInOp()
241 #define REGEN_ARGS target, fontCache, helper, &run, &info, lazyCache, \
245 GrAtlasGlyphCache* fontCache, in regenInOp() argument
254 uint64_t currentAtlasGen = fontCache->atlasGeneration(info.maskFormat()); in regenInOp()
324 fontCache->setUseTokenBulk(*info.bulkUseToken(), target->nextDrawToken(), in regenInOp()