Searched refs:BottomEdge (Results 1 – 5 of 5) sorted by relevance
173 enum BackgroundEdgeOrigin { TopEdge, RightEdge, BottomEdge, LeftEdge }; enumerator
332 BottomEdge = 1 << 3, enumerator
722 if (clippedEdges & BottomEdge) in drawInnerShadow()
875 case BottomEdge: in CSSPrimitiveValue()893 return BottomEdge; in BackgroundEdgeOrigin()
1136 …int yOffset = fillLayer->backgroundYOrigin() == BottomEdge ? availableHeight - computedYPosition :… in calculateBackgroundImageGeometry()2581 clippedEdges |= GraphicsContext::BottomEdge; in paintBoxShadow()