Home | History | Annotate | Download | only in WebCore

Lines Matching full:brush

3864         - removed Brush class since it just amounted to a color, using an RGBA32
3865 instead where we used to use a Brush
3910 Eliminated a use of obsolete class Brush.
4042 * platform/Brush.h: Removed.
4051 graphics contexts only. Replaced brush-related calls with fill color calls.
4052 Replaced use of Brush with use of Color. Changed Image::CompositeOperator to
4063 (WebCore::GraphicsContextState::GraphicsContextState): Replaced Brush with
4066 (WebCore::GraphicsContext::fillColor): Renamed from brush.
4116 (WebCore::GraphicsContext::fillRect): Changed to take color instead of Brush.
12153 (WebCore::GraphicsContext::brush):
15131 * platform/Brush.h:
16811 (WebCore::GraphicsContext::brush):
28003 Rename QBrush to Brush and move it to platform/. Remove unused QPoint/Size/RectF forwarding
28018 (QPainter::brush):
28024 (QColorGroup::brush):
28025 * platform/Brush.h: Added.
28026 (WebCore::Brush::):
28027 (WebCore::Brush::Brush::Brush):
28028 (WebCore::Brush::operator==):
28029 (WebCore::Brush::operator!=):