Lines Matching defs:prior
791 ClipStack::SaveRecord::SaveRecord(const SaveRecord& prior,
794 : fInnerBounds(prior.fInnerBounds)
795 , fOuterBounds(prior.fOuterBounds)
796 , fShader(prior.fShader)
799 , fOldestValidIndex(prior.fOldestValidIndex)
801 , fStackOp(prior.fStackOp)
802 , fState(prior.fState)
804 // If the prior record never needed a mask, this one will insert into the same index
806 SkASSERT(startingMaskIndex >= prior.fStartingMaskIndex);
807 // The same goes for elements (the prior could have been wide open).
808 SkASSERT(startingElementIndex >= prior.fStartingElementIndex);
1092 // All prior active element can be removed from the stack: [startingIndex, count - 1]