Searched refs:swiperFrameSize (Results 1 – 1 of 1) sorted by relevance
1188 SizeF swiperFrameSize = swiperNode->GetGeometryNode()->GetFrameSize(); in CalculateCustomOffset() local1211 … std::min(offset, swiperFrameSize.Width() - indicatorFrameSize.Width() - horizonOffset)); in CalculateCustomOffset()1222 … std::min(offset, swiperFrameSize.Height() - indicatorFrameSize.Height() - verticleOffset)); in CalculateCustomOffset()1271 auto swiperFrameSize = layoutGeometryNode->GetFrameSize(); in ArrowLayout() local1342 … arrowOffset.SetX(swiperFrameSize.Width() - arrowFrameSize.Width() - padding.right.value_or(0.0f)); in ArrowLayout()1348 … : (swiperFrameSize.Width() - padding.right.value_or(0.0f) - arrowFrameSize.Width() - in ArrowLayout()1351 …arrowOffset.SetY((swiperFrameSize.Height() - padding.top.value_or(0.0f) - padding.bottom.value_or(… in ArrowLayout()1377 swiperFrameSize.Height() - padding.bottom.value_or(0.0f))) { in ArrowLayout()1378 …arrowOffset.SetY(swiperFrameSize.Height() - arrowFrameSize.Height() - padding.bottom.value_or(0.0f… in ArrowLayout()1383 … : (swiperFrameSize.Height() - arrowFrameSize.Width() - padding.bottom.value_or(0.0f) - in ArrowLayout()[all …]