Searched refs:selectedMaskWrapper (Results 1 – 1 of 1) sorted by relevance
639 auto selectedMaskWrapper = layoutWrapper->GetOrCreateChildByIndex(childCount_); in MeasureMask() local640 CHECK_NULL_VOID(selectedMaskWrapper); in MeasureMask()641 …maskLayoutConstraint.selfIdealSize = OptionalSizeF(selectedMaskWrapper->GetGeometryNode()->GetFram… in MeasureMask()642 selectedMaskWrapper->Measure(maskLayoutConstraint); in MeasureMask()1010 auto selectedMaskWrapper = layoutWrapper->GetOrCreateChildByIndex(childCount_); in LayoutMask() local1011 CHECK_NULL_VOID(selectedMaskWrapper); in LayoutMask()1015 auto currentWrapper = (i == 0 ? selectedMaskWrapper : unselectedMaskWrapper); in LayoutMask()