Searched refs:BottomEdge (Results 1 – 5 of 5) sorted by relevance
150 enum BackgroundEdgeOrigin { TopEdge, RightEdge, BottomEdge, LeftEdge }; enumerator
371 BottomEdge = 1 << 3, enumerator
728 if (clippedEdges & BottomEdge) in drawInnerShadow()
765 …int yOffset = fillLayer.backgroundYOrigin() == BottomEdge ? availableHeight - computedYPosition : … in calculateBackgroundImageGeometry()1961 clippedEdges |= GraphicsContext::BottomEdge; in paintBoxShadow()
847 case BottomEdge: in CSSPrimitiveValue()865 return BottomEdge; in BackgroundEdgeOrigin()