Home | History | Annotate | Download | only in rendering

Lines Matching refs:ShadowStyle

1066 void InlineFlowBox::paintBoxShadow(GraphicsContext* context, RenderStyle* s, ShadowStyle shadowStyle, int tx, int ty, int w, int h)
1069 boxModelObject()->paintBoxShadow(context, tx, ty, w, h, s, shadowStyle);
1073 boxModelObject()->paintBoxShadow(context, tx, ty, w, h, s, shadowStyle, includeLogicalLeftEdge(), includeLogicalRightEdge());