Searched refs:WebCanvas (Results 1 - 25 of 86) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebCanvas.h40 typedef SkCanvas WebCanvas; typedef in namespace:blink
H A DWebScrollbarThemePainter.h29 #include "WebCanvas.h"
51 BLINK_EXPORT void paintScrollbarBackground(WebCanvas*, const WebRect&);
52 BLINK_EXPORT void paintTrackBackground(WebCanvas*, const WebRect&);
53 BLINK_EXPORT void paintBackTrackPart(WebCanvas*, const WebRect&);
54 BLINK_EXPORT void paintForwardTrackPart(WebCanvas*, const WebRect&);
55 BLINK_EXPORT void paintBackButtonStart(WebCanvas*, const WebRect&);
56 BLINK_EXPORT void paintBackButtonEnd(WebCanvas*, const WebRect&);
57 BLINK_EXPORT void paintForwardButtonStart(WebCanvas*, const WebRect&);
58 BLINK_EXPORT void paintForwardButtonEnd(WebCanvas*, const WebRect&);
59 BLINK_EXPORT void paintTickmarks(WebCanvas*, cons
[all...]
H A DWebContentLayerClient.h29 #include "WebCanvas.h"
43 // through the WebCanvas.
50 virtual void paintContents(WebCanvas*, const WebRect& clip, bool canPaintLCDText, GraphicsContextStatus = GraphicsContextEnabled) = 0;
H A DWebThemeEngine.h34 #include "WebCanvas.h"
83 virtual void paintScrollbarThumb(WebCanvas*, State, Size, const WebRect&, const ScrollbarInfo&) { }
188 virtual void paint(WebCanvas*, Part, State, const WebRect&, const ExtraParams*) { }
/external/chromium_org/third_party/WebKit/public/web/
H A DWebPageOverlay.h32 #include "../platform/WebCanvas.h"
40 virtual void paintPageOverlay(WebCanvas*) = 0;
H A DWebPluginScrollbar.h28 #include "../platform/WebCanvas.h"
68 virtual void paint(WebCanvas*, const WebRect&) = 0;
H A DWebFont.h34 #include "../platform/WebCanvas.h"
71 virtual void drawText(WebCanvas*, const WebTextRun&, const WebFloatPoint& leftBaseline, WebColor,
H A DWebPlugin.h35 #include "../platform/WebCanvas.h"
91 virtual void paint(WebCanvas*, const WebRect&) = 0;
132 virtual bool printPage(int pageNumber, WebCanvas* canvas) { return false; }
H A DWebWidget.h34 #include "../platform/WebCanvas.h"
118 virtual void paint(WebCanvas*, const WebRect& viewPort) { }
120 virtual void paintCompositedDeprecated(WebCanvas*, const WebRect&) { }
/external/chromium_org/content/renderer/
H A Dsad_plugin.h8 #include "third_party/WebKit/public/platform/WebCanvas.h"
20 void PaintSadPlugin(blink::WebCanvas* canvas,
H A Dsad_plugin.cc16 void PaintSadPlugin(blink::WebCanvas* webcanvas,
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebScrollbarThemePainter.cpp44 void WebScrollbarThemePainter::paintScrollbarBackground(WebCanvas* canvas, const WebRect& rect)
54 void WebScrollbarThemePainter::paintTrackBackground(WebCanvas* canvas, const WebRect& rect)
61 void WebScrollbarThemePainter::paintBackTrackPart(WebCanvas* canvas, const WebRect& rect)
68 void WebScrollbarThemePainter::paintForwardTrackPart(WebCanvas* canvas, const WebRect& rect)
75 void WebScrollbarThemePainter::paintBackButtonStart(WebCanvas* canvas, const WebRect& rect)
82 void WebScrollbarThemePainter::paintBackButtonEnd(WebCanvas* canvas, const WebRect& rect)
89 void WebScrollbarThemePainter::paintForwardButtonStart(WebCanvas* canvas, const WebRect& rect)
96 void WebScrollbarThemePainter::paintForwardButtonEnd(WebCanvas* canvas, const WebRect& rect)
103 void WebScrollbarThemePainter::paintTickmarks(WebCanvas* canvas, const WebRect& rect)
110 void WebScrollbarThemePainter::paintThumb(WebCanvas* canva
[all...]
H A DWebFontImpl.h53 virtual void drawText(WebCanvas*, const WebTextRun&, const WebFloatPoint& leftBaseline, WebColor,
/external/chromium_org/content/shell/renderer/test_runner/
H A Dmock_web_theme_engine_mac.h21 virtual void paintScrollbarThumb(blink::WebCanvas*,
29 blink::WebCanvas*,
35 blink::WebCanvas*,
H A Dmock_web_theme_engine.h18 virtual void paint(blink::WebCanvas*,
/external/chromium_org/content/child/
H A Dwebthemeengine_impl_mac.h16 blink::WebCanvas* canvas,
H A Dwebthemeengine_impl_default.h17 blink::WebCanvas* canvas,
22 virtual void paintStateTransition(blink::WebCanvas* canvas,
H A Dwebthemeengine_impl_android.h17 blink::WebCanvas* canvas,
H A Dwebfallbackthemeengine_impl.h25 blink::WebCanvas* canvas,
H A Dwebthemeengine_impl_mac.cc10 #include "third_party/WebKit/public/platform/WebCanvas.h"
13 using blink::WebCanvas;
31 WebCanvas* canvas,
/external/chromium_org/mojo/services/html_viewer/
H A Dwebthemeengine_impl.h17 blink::WebCanvas* canvas,
22 virtual void paintStateTransition(blink::WebCanvas* canvas,
/external/chromium_org/chrome/renderer/
H A Dwebview_color_overlay.h26 virtual void paintPageOverlay(blink::WebCanvas* canvas);
H A Dwebview_color_overlay.cc28 void WebViewColorOverlay::paintPageOverlay(blink::WebCanvas* canvas) {
/external/chromium_org/content/renderer/pepper/
H A Dpepper_graphics_2d_host_unittest.cc16 #include "third_party/WebKit/public/platform/WebCanvas.h"
22 using blink::WebCanvas;
75 scoped_ptr<WebCanvas> canvas(new WebCanvas(*bitmap));
H A Dpepper_webplugin_impl.h47 virtual void paint(blink::WebCanvas* canvas, const blink::WebRect& rect);
81 virtual bool printPage(int page_number, blink::WebCanvas* canvas) OVERRIDE;

Completed in 1441 milliseconds

1234