Lines Matching refs:fBatches
32 fBatches.push_back() = {PrimitiveTallies(), fScissorSubBatches.count(), PrimitiveTallies()};
207 SkASSERT(!fBatches.empty()); in closeCurrentBatch()
209 const auto& lastBatch = fBatches.back(); in closeCurrentBatch()
220 fBatches.push_back() = { in closeCurrentBatch()
225 return fBatches.count() - 1; in closeCurrentBatch()
288 SkASSERT(fBatches.back().fEndNonScissorIndices == // Call closeCurrentBatch(). in prepareToDraw()
290 SkASSERT(fBatches.back().fEndScissorSubBatchIdx == fScissorSubBatches.count()); in prepareToDraw()
468 const PrimitiveTallies& batchTotalCounts = fBatches[batchID].fTotalPrimitiveCounts; in drawFills()
511 SkASSERT(batchID < fBatches.count()); in drawPrimitives()
512 const Batch& previousBatch = fBatches[batchID - 1]; in drawPrimitives()
513 const Batch& batch = fBatches[batchID]; in drawPrimitives()