Searched refs:computedYPosition (Results 1 – 1 of 1) sorted by relevance
1085 …LayoutUnit computedYPosition = minimumValueForLength(fillLayer->yPosition(), availableHeight, rend… in calculateBackgroundImageGeometry() local1095 …try.tileSize().height() ? geometry.tileSize().height() - roundToInt(computedYPosition + top) % geo… in calculateBackgroundImageGeometry()1121 …try.tileSize().height() ? geometry.tileSize().height() - roundToInt(computedYPosition + top) % geo… in calculateBackgroundImageGeometry()1128 computedYPosition = minimumValueForLength(Length(), availableHeight, renderView, true); in calculateBackgroundImageGeometry()1130 …geometry.setPhaseY(actualHeight ? actualHeight - roundToInt(computedYPosition + top) % actualHeigh… in calculateBackgroundImageGeometry()1136 …Layer->backgroundYOrigin() == BottomEdge ? availableHeight - computedYPosition : computedYPosition; in calculateBackgroundImageGeometry()