/external/webkit/Source/WebCore/platform/chromium/ |
ThemeChromiumMac.mm | 31 #import "GraphicsContext.h" 373 static void paintCheckbox(ControlStates states, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollView) 456 static void paintRadio(ControlStates states, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollView) 556 static void paintButton(ControlPart part, ControlStates states, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollView) 621 static void paintStepper(ControlStates states, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView*) 820 void ThemeChromiumMac::paint(ControlPart part, ControlStates states, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollView) const
|
/external/webkit/Source/WebCore/platform/gtk/ |
RenderThemeGtk.cpp | 31 #include "GraphicsContext.h" 228 static void paintGdkPixbuf(GraphicsContext* context, const GdkPixbuf* icon, const IntRect& iconRect) 478 bool RenderThemeGtk::paintMediaButton(RenderObject* renderObject, GraphicsContext* context, const IntRect& rect, const char* iconName) 528 GraphicsContext* context = paintInfo.context; 595 GraphicsContext* context = paintInfo.context; 617 GraphicsContext* context = paintInfo.context;
|
/external/webkit/Source/WebCore/platform/mac/ |
ThemeMac.mm | 30 #import "GraphicsContext.h" 255 static void paintCheckbox(ControlStates states, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollView) 335 static void paintRadio(ControlStates states, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollView) 442 static void paintButton(ControlPart part, ControlStates states, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollView) 517 static void paintStepper(ControlStates states, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView*) 729 void ThemeMac::paint(ControlPart part, ControlStates states, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollView) const
|
/external/webkit/Source/WebCore/ |
ChangeLog-2010-01-29 | 32 rectangles to PainterOpenVG and GraphicsContext. 37 (WebCore::GraphicsContext::drawLine): 38 (WebCore::GraphicsContext::drawEllipse): 39 (WebCore::GraphicsContext::strokeArc): 40 (WebCore::GraphicsContext::drawConvexPolygon): 41 (WebCore::GraphicsContext::fillRect): 42 (WebCore::GraphicsContext::fillRoundedRect): 43 (WebCore::GraphicsContext::drawFocusRing): 44 (WebCore::GraphicsContext::drawLineForText): 45 (WebCore::GraphicsContext::clearRect) [all...] |
ChangeLog-2006-12-31 | 444 (WebCore::GraphicsContext::endTransparencyLayer): [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderInline.cpp | 28 #include "GraphicsContext.h" [all...] |
/external/webkit/Source/WebCore/platform/graphics/skia/ |
ImageSkia.cpp | 39 #include "GraphicsContext.h" 338 void Image::drawPattern(GraphicsContext* context, 434 static void drawBitmapGLES2(GraphicsContext* ctxt, NativeImageSkia* bitmap, const FloatRect& srcRect, const FloatRect& dstRect, ColorSpace styleColorSpace, CompositeOperator compositeOp) 474 void BitmapImage::draw(GraphicsContext* ctxt, const FloatRect& dstRect, 511 void BitmapImageSingleFrameSkia::draw(GraphicsContext* ctxt,
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
MediaPlayerPrivateQuickTimeWin.cpp | 35 #include "GraphicsContext.h" 595 void MediaPlayerPrivate::paint(GraphicsContext* p, const IntRect& r) 605 OwnPtr<GraphicsContext::WindowsBitmap> bitmap; 635 void MediaPlayerPrivate::paintCompleted(GraphicsContext& context, const IntRect& rect) 849 void MediaPlayerPrivate::paintContents(const GraphicsLayer*, GraphicsContext& context, GraphicsLayerPaintingPhase, const IntRect&)
|
/external/webkit/Source/WebKit/win/ |
FullscreenVideoController.cpp | 39 #include <WebCore/GraphicsContext.h> 116 void HUDButton::draw(GraphicsContext& context) 131 void HUDSlider::draw(GraphicsContext& context) 187 virtual void platformCALayerPaintContents(GraphicsContext&, const IntRect& inClip) { } 489 GraphicsContext context(bitmapDC, true);
|
/external/webkit/Source/WebCore/html/ |
HTMLCanvasElement.cpp | 41 #include "GraphicsContext.h" 281 void HTMLCanvasElement::paint(GraphicsContext* context, const IntRect& r) 469 GraphicsContext* HTMLCanvasElement::drawingContext() const
|
/external/webkit/Source/WebCore/page/ |
Chrome.cpp | 520 bool ChromeClient::paintCustomScrollbar(GraphicsContext*, const FloatRect&, ScrollbarControlSize, 527 bool ChromeClient::paintCustomScrollCorner(GraphicsContext*, const FloatRect&) 532 bool ChromeClient::paintCustomOverhangArea(GraphicsContext*, const IntRect&, const IntRect&, const IntRect&)
|
/external/webkit/Source/WebCore/platform/graphics/ |
Font.cpp | 119 // style anyway. Other copies are transient, e.g., the state in the GraphicsContext, and 127 void Font::drawText(GraphicsContext* context, const TextRun& run, const FloatPoint& point, int from, int to) const 148 void Font::drawEmphasisMarks(GraphicsContext* context, const TextRun& run, const AtomicString& mark, const FloatPoint& point, int from, int to) const
|
MediaPlayer.cpp | 134 virtual void paint(GraphicsContext*, const IntRect&) { } 621 void MediaPlayer::paint(GraphicsContext* p, const IntRect& r) 626 void MediaPlayer::paintCurrentFrameInContext(GraphicsContext* p, const IntRect& r)
|
TiledBackingStore.cpp | 25 #include "GraphicsContext.h" 125 void TiledBackingStore::paint(GraphicsContext* context, const IntRect& rect)
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
PathCairo.cpp | 31 #include "GraphicsContext.h" 288 GraphicsContext gc(cr); 313 GraphicsContext gc(cr);
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
UniscribeHelper.h | 47 class GraphicsContext; 193 void draw(GraphicsContext* graphicsContext, HDC dc, int x, int y, int from,
|
/external/webkit/Source/WebKit/chromium/src/ |
WebPluginContainerImpl.cpp | 61 #include "GraphicsContext.h" 92 void WebPluginContainerImpl::paint(GraphicsContext* gc, const IntRect& damageRect) 239 WebCore::GraphicsContext* gc)
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
NetscapePlugin.cpp | 33 #include <WebCore/GraphicsContext.h> 507 void NetscapePlugin::paint(GraphicsContext* context, const IntRect& dirtyRect) 522 OwnPtr<GraphicsContext> context = bitmap->createGraphicsContext();
|
/external/webkit/Source/WebCore/platform/ |
ScrollView.cpp | 37 #include "GraphicsContext.h" [all...] |
Widget.h | 115 class GraphicsContext; 170 virtual void paint(GraphicsContext*, const IntRect&);
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
GraphicsLayerAndroid.cpp | 34 #include "GraphicsContext.h" 760 GraphicsContext graphicsContext(&platformContext); 764 paintGraphicsLayerContents(graphicsContext, layerBounds); 769 paintGraphicsLayerContents(graphicsContext, layerBounds); 834 void GraphicsLayerAndroid::paintContents(GraphicsContext* gc, IntRect& dirty) [all...] |
/external/webkit/Source/WebCore/html/canvas/ |
CanvasRenderingContext2D.h | 54 class GraphicsContext; 281 GraphicsContext* drawingContext() const;
|
/external/webkit/Source/WebCore/platform/graphics/android/context/ |
GraphicsOperation.h | 426 GraphicsContext::TextCheckingLineStyle lineStyle) 436 GraphicsContext::TextCheckingLineStyle m_lineStyle;
|
/external/webkit/Source/WebCore/platform/graphics/android/fonts/ |
FontAndroid.cpp | 37 #include "GraphicsContext.h" 77 static SkPaint* setupFill(SkPaint* paint, GraphicsContext* gc, 84 static SkPaint* setupStroke(SkPaint* paint, GraphicsContext* gc, 91 static bool setupForText(SkPaint* paint, GraphicsContext* gc, 190 void Font::drawGlyphs(GraphicsContext* gc, const SimpleFontData* font, 298 void Font::drawEmphasisMarksForComplexText(WebCore::GraphicsContext*, WebCore::TextRun const&, WTF::AtomicString const&, WebCore::FloatPoint const&, int, int) const 323 void Font::drawComplexText(GraphicsContext* gc, TextRun const& run, [all...] |
/external/webkit/Source/WebCore/plugins/symbian/ |
PluginViewSymbian.cpp | 32 #include "GraphicsContext.h" 134 void PluginView::paint(GraphicsContext* context, const IntRect& rect)
|