HomeSort by relevance Sort by last modified time
    Searched full:graphicscontext (Results 151 - 175 of 580) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webkit/Source/WebCore/platform/graphics/win/
IconWin.cpp 25 #include "GraphicsContext.h"
85 void Icon::paint(GraphicsContext* context, const IntRect& r)
WebLayer.cpp 77 GraphicsContext graphicsContext(context);
83 m_owner->paintGraphicsLayerContents(graphicsContext, clip);
131 GraphicsContext cg(context);
  /external/webkit/Source/WebCore/platform/graphics/wince/
MediaPlayerPrivateWinCE.h 39 class GraphicsContext;
82 void paint(GraphicsContext*, const IntRect&);
  /external/webkit/Source/WebCore/platform/qt/
WidgetQt.cpp 37 #include "GraphicsContext.h"
104 void Widget::paint(GraphicsContext*, const IntRect&)
  /external/webkit/Source/WebCore/platform/win/
WidgetWin.cpp 35 #include "GraphicsContext.h"
79 void Widget::paint(GraphicsContext*, const IntRect&)
  /external/webkit/Source/WebCore/platform/wx/
WidgetWx.cpp 29 #include "GraphicsContext.h"
99 void Widget::paint(GraphicsContext*,const IntRect& r)
  /external/webkit/Source/WebCore/rendering/
RenderScrollbar.h 55 void paintPart(GraphicsContext*, ScrollbarPart, const IntRect&);
69 virtual void paint(GraphicsContext*, const IntRect& damageRect);
  /external/webkit/Source/WebCore/rendering/svg/
SVGRenderSupport.h 46 static void finishRenderSVGContent(RenderObject*, PaintInfo&, GraphicsContext* savedContext);
69 static void applyStrokeStyleToContext(GraphicsContext*, const RenderStyle*, const RenderObject*);
  /external/webkit/Source/WebKit/android/jni/
WebCoreViewBridge.h 36 class GraphicsContext;
51 virtual void draw(WebCore::GraphicsContext* ctx,
WebFrameView.cpp 31 #include "GraphicsContext.h"
56 void WebFrameView::draw(WebCore::GraphicsContext* gc, const WebCore::IntRect& rect) {
  /external/webkit/Source/WebKit/mac/WebInspector/
WebNodeHighlightView.mm 32 #import <WebCore/GraphicsContext.h>
75 GraphicsContext context((PlatformGraphicsContext*)[[NSGraphicsContext currentContext] graphicsPort]);
  /external/webkit/Source/WebKit2/UIProcess/
FindIndicator.h 36 class GraphicsContext;
53 void draw(WebCore::GraphicsContext&, const WebCore::IntRect& dirtyRect);
TiledDrawingAreaTile.h 32 #include "GraphicsContext.h"
59 void paint(WebCore::GraphicsContext*, const WebCore::IntRect&);
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundlePageUIClient.h 35 class GraphicsContext;
57 void paintCustomOverhangArea(WebPage*, WebCore::GraphicsContext*, const WebCore::IntRect&, const WebCore::IntRect&, const WebCore::IntRect&);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/win/
ChunkedUpdateDrawingAreaWin.cpp 32 #include <WebCore/GraphicsContext.h>
48 GraphicsContext gc(hdc.get());
  /external/webkit/Source/WebCore/platform/graphics/
Image.cpp 32 #include "GraphicsContext.h"
79 void Image::fillWithSolidColor(GraphicsContext* ctxt, const FloatRect& dstRect, const Color& color, ColorSpace styleColorSpace, CompositeOperator op)
108 void Image::drawTiled(GraphicsContext* ctxt, const FloatRect& destRect, const FloatPoint& srcPoint, const FloatSize& scaledTileSize, ColorSpace styleColorSpace, CompositeOperator op)
148 void Image::drawTiled(GraphicsContext* ctxt, const FloatRect& dstRect, const FloatRect& srcRect, TileRule hRule, TileRule vRule, ColorSpace styleColorSpace, CompositeOperator op)
TiledBackingStoreClient.h 29 virtual void tiledBackingStorePaint(GraphicsContext*, const IntRect&) = 0;
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextCG.h 29 #include "GraphicsContext.h"
PDFDocumentImage.cpp 32 #include "GraphicsContext.h"
98 void PDFDocumentImage::adjustCTM(GraphicsContext* context) const
156 void PDFDocumentImage::draw(GraphicsContext* context, const FloatRect& dstRect, const FloatRect& srcRect, ColorSpace, CompositeOperator op)
169 // including accounting for the fact that a GraphicsContext is always flipped
  /external/webkit/Source/WebCore/platform/graphics/qt/
TileQt.cpp 25 #include "GraphicsContext.h"
115 GraphicsContext context(&painter);
142 void Tile::paint(GraphicsContext* context, const IntRect& rect)
156 void Tile::paintCheckerPattern(GraphicsContext* context, const FloatRect& target)
  /external/webkit/Source/WebCore/platform/graphics/wx/
GradientWx.cpp 45 void Gradient::fill(GraphicsContext*, const FloatRect&)
  /external/webkit/Source/WebCore/platform/gtk/
GtkPluginWidget.h 38 void paint(GraphicsContext*, const IntRect&);
MainFrameScrollbarGtk.h 36 virtual void paint(GraphicsContext*, const IntRect&);
ScrollbarThemeGtk3.cpp 67 void ScrollbarThemeGtk::paintTrackBackground(GraphicsContext* context, Scrollbar* scrollbar, const IntRect& rect)
89 void ScrollbarThemeGtk::paintScrollbarBackground(GraphicsContext* context, Scrollbar* scrollbar)
100 void ScrollbarThemeGtk::paintThumb(GraphicsContext* context, Scrollbar* scrollbar, const IntRect& rect)
120 void ScrollbarThemeGtk::paintButton(GraphicsContext* context, Scrollbar* scrollbar, const IntRect& rect, ScrollbarPart part)
  /external/webkit/Source/WebCore/platform/haiku/
ScrollbarThemeHaiku.cpp 30 #include "GraphicsContext.h"
116 void ScrollbarThemeHaiku::paintScrollbarBackground(GraphicsContext* context, Scrollbar* scrollbar)
127 void ScrollbarThemeHaiku::paintButton(GraphicsContext* context, Scrollbar* scrollbar, const IntRect& rect, ScrollbarPart part)
149 void ScrollbarThemeHaiku::paintThumb(GraphicsContext* context, Scrollbar*, const IntRect& rect)

Completed in 1161 milliseconds

1 2 3 4 5 67 8 91011>>