Home
last modified time | relevance | path

Searched refs:fFlushInfo (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/ops/
DGrAtlasTextOp.h194 : fOp(op), fTarget(target), fFlushInfo(flushInfo) {} in GrBlobRegenHelper()
198 void incGlyphCount(int glyphCount = 1) { fFlushInfo->fGlyphsToFlush += glyphCount; }
203 GrAtlasTextOp::FlushInfo* fFlushInfo; variable
DGrAtlasTextOp.cpp276 void GrBlobRegenHelper::flush() { fOp->flush(fTarget, fFlushInfo); } in flush()