Lines Matching refs:genID
373 uint32_t genID,
379 if (helper.init(bounds, genID, out->windowRectsState().windows(), 0)) {
395 out->hardClip().addStencilClip(genID);
744 , fGenID(current.genID()) {
764 SkASSERT(fGenID != current.genID() || ¤t == fOwner);
765 return fGenID == current.genID() && fBounds.contains(drawBounds);
811 uint32_t ClipStack::SaveRecord::genID() const {
869 SkASSERT(masks->empty() || masks->back().genID() != fGenID);
1490 render_stencil_mask(rContext, sdc, cs.genID(), scissorBounds,
1570 SkDEBUGCODE(uint32_t oldGenID = save.genID();)
1581 SkASSERT(oldGenID == save.genID());
1585 SkASSERT(oldGenID != save.genID() && save.genID() != kInvalidGenID);
1603 if (m.genID() != current.genID()) {