Home | History | Annotate | Download | only in platform

Lines Matching refs:graphicsContext

33 #include "GraphicsContext.h"
58 bool ScrollbarThemeComposite::paint(Scrollbar* scrollbar, GraphicsContext* graphicsContext, const IntRect& damageRect)
115 if (page->chrome()->client()->paintCustomScrollbar(graphicsContext,
130 paintScrollbarBackground(graphicsContext, scrollbar);
134 paintButton(graphicsContext, scrollbar, backButtonStartPaintRect, BackButtonStartPart);
136 paintButton(graphicsContext, scrollbar, backButtonEndPaintRect, BackButtonEndPart);
138 paintButton(graphicsContext, scrollbar, forwardButtonStartPaintRect, ForwardButtonStartPart);
140 paintButton(graphicsContext, scrollbar, forwardButtonEndPaintRect, ForwardButtonEndPart);
143 paintTrackBackground(graphicsContext, scrollbar, trackPaintRect);
148 paintTrackPiece(graphicsContext, scrollbar, startTrackRect, BackTrackPart);
150 paintTrackPiece(graphicsContext, scrollbar, endTrackRect, ForwardTrackPart);
152 paintTickmarks(graphicsContext, scrollbar, trackPaintRect);
157 paintThumb(graphicsContext, scrollbar, thumbRect);
307 void ScrollbarThemeComposite::paintScrollCorner(ScrollView* view, GraphicsContext* context, const IntRect& cornerRect)