Searched refs:RightEdge (Results 1 – 5 of 5) sorted by relevance
173 enum BackgroundEdgeOrigin { TopEdge, RightEdge, BottomEdge, LeftEdge }; enumerator
331 RightEdge = 1 << 2, enumerator
720 if (clippedEdges & RightEdge) in drawInnerShadow()
872 case RightEdge: in CSSPrimitiveValue()891 return RightEdge; in BackgroundEdgeOrigin()
1115 …int xOffset = fillLayer->backgroundXOrigin() == RightEdge ? availableWidth - computedXPosition : c… in calculateBackgroundImageGeometry()2579 clippedEdges |= GraphicsContext::RightEdge; in paintBoxShadow()