Searched refs:fFlushInfo (Results 1 – 2 of 2) sorted by relevance
194 : fOp(op), fTarget(target), fFlushInfo(flushInfo) {} in GrBlobRegenHelper()198 void incGlyphCount(int glyphCount = 1) { fFlushInfo->fGlyphsToFlush += glyphCount; }203 GrAtlasTextOp::FlushInfo* fFlushInfo; variable
276 void GrBlobRegenHelper::flush() { fOp->flush(fTarget, fFlushInfo); } in flush()