Searched refs:posZOrderListAfterPromote (Results 1 – 1 of 1) sorted by relevance
473 …OwnPtr<Vector<RenderLayerStackingNode*> > posZOrderListAfterPromote = adoptPtr(new Vector<RenderLa… in updateDescendantsAreContiguousInStackingOrder() local477 …collectAfterPromotionZOrderList(stackingNode, posZOrderListAfterPromote, negZOrderListAfterPromote… in updateDescendantsAreContiguousInStackingOrder()479 …size_t maxIndex = std::min(posZOrderListAfterPromote->size() + negZOrderListAfterPromote->size(), … in updateDescendantsAreContiguousInStackingOrder()491 : posZOrderListAfterPromote->at(i - negZOrderListAfterPromote->size()); in updateDescendantsAreContiguousInStackingOrder()502 nodeAfterPromote = i < posZOrderListAfterPromote->size() in updateDescendantsAreContiguousInStackingOrder()503 ? posZOrderListAfterPromote->at(posZOrderListAfterPromote->size() - i - 1) in updateDescendantsAreContiguousInStackingOrder()504 …gZOrderListAfterPromote->at(negZOrderListAfterPromote->size() + posZOrderListAfterPromote->size() … in updateDescendantsAreContiguousInStackingOrder()