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

<<11121314151617181920>>

  /external/webkit/Source/WebCore/platform/chromium/
ScrollbarThemeChromium.cpp 96 void ScrollbarThemeChromium::paintTrackBackground(GraphicsContext* context, Scrollbar* scrollbar, const IntRect& rect)
103 void ScrollbarThemeChromium::paintTickmarks(GraphicsContext* context, Scrollbar* scrollbar, const IntRect& rect)
  /external/webkit/Source/WebCore/platform/graphics/
Gradient.h 136 virtual void fill(GraphicsContext*, const FloatRect&);
143 void paint(GraphicsContext*);
MediaPlayerPrivate.h 98 virtual void paint(GraphicsContext*, const IntRect&) = 0;
100 virtual void paintCurrentFrameInContext(GraphicsContext* c, const IntRect& r) { paint(c, r); }
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextSkia.h 91 GraphicsContext::TextCheckingLineStyle);
111 // have a GraphicsContext
  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundation.h 145 virtual void paint(GraphicsContext*, const IntRect&);
146 virtual void paintCurrentFrameInContext(GraphicsContext*, const IntRect&) = 0;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerRendererChromium.h 193 OwnPtr<GraphicsContext> m_rootLayerGraphicsContext;
197 OwnPtr<GraphicsContext> m_rootLayerGraphicsContext;
  /external/webkit/Source/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.h 129 void paint(GraphicsContext*, const IntRect&);
130 void paintCurrentFrameInContext(GraphicsContext*, const IntRect&);
  /external/webkit/Source/WebCore/platform/graphics/qt/
TextureMapperQt.cpp 112 void TextureMapperQt::setGraphicsContext(GraphicsContext* context)
165 PassOwnPtr<TextureMapper> TextureMapper::create(GraphicsContext* context)
  /external/webkit/Source/WebCore/platform/qt/
RenderThemeQt.h 199 explicit StylePainter(ScrollbarThemeQt*, GraphicsContext*);
216 void init(GraphicsContext* context, QStyle*);
  /external/webkit/Source/WebCore/platform/win/
DragImageWin.cpp 34 #include "GraphicsContext.h"
200 GraphicsContext context(contextRef);
  /external/webkit/Source/WebCore/platform/wx/
ScrollbarThemeWx.cpp 175 void ScrollbarThemeWx::paintScrollCorner(ScrollView* view, GraphicsContext* context, const IntRect& cornerRect)
184 bool ScrollbarThemeWx::paint(Scrollbar* scrollbar, GraphicsContext* context, const IntRect& rect)
  /external/webkit/Source/WebCore/rendering/
RenderInline.h 79 void paintOutline(GraphicsContext*, int tx, int ty);
165 void paintOutlineForLine(GraphicsContext*, int tx, int ty, const IntRect& prevLine, const IntRect& thisLine, const IntRect& nextLine);
  /external/webkit/Source/WebKit/android/nav/
SelectText.cpp 57 // TextRunIterator has been copied verbatim from GraphicsContext.cpp
98 // ReverseBidi is a trimmed-down version of GraphicsContext::drawBidiText()
  /external/webkit/Source/WebKit/chromium/src/
WebMediaPlayerClientImpl.h 115 virtual void paint(WebCore::GraphicsContext*, const WebCore::IntRect&);
116 virtual void paintCurrentFrameInContext(WebCore::GraphicsContext*, const WebCore::IntRect&);
WebPluginContainerImpl.h 69 virtual void paint(WebCore::GraphicsContext*, const WebCore::IntRect&);
109 bool printPage(int pageNumber, WebCore::GraphicsContext* gc);
  /external/webkit/Source/WebKit/win/
WebKitGraphics.cpp 37 #include <WebCore/GraphicsContext.h>
103 GraphicsContext context(info->cgContext);
WebNodeHighlight.cpp 35 #include <WebCore/GraphicsContext.h>
155 GraphicsContext context(hdc);
  /external/webkit/Source/WebKit2/UIProcess/
TiledDrawingAreaProxy.h 32 #include <WebCore/GraphicsContext.h>
84 void paint(WebCore::GraphicsContext*, const WebCore::IntRect&);
  /external/webkit/Source/WebKit2/UIProcess/qt/
TiledDrawingAreaTileQt.cpp 31 #include "GraphicsContext.h"
107 void TiledDrawingAreaTile::paint(GraphicsContext* context, const IntRect& rect)
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.h 132 void platformPaint(WebCore::GraphicsContext*, const WebCore::IntRect& dirtyRect, bool isSnapshot = false);
144 virtual void paint(WebCore::GraphicsContext*, const WebCore::IntRect& dirtyRect);
  /external/webkit/Source/WebCore/platform/graphics/cairo/
ContextShadowCairo.cpp 34 #include "GraphicsContext.h"
86 PlatformContext ContextShadow::beginShadowLayer(GraphicsContext* context, const FloatRect& layerArea)
110 void ContextShadow::endShadowLayer(GraphicsContext* context)
133 void ContextShadow::drawRectShadowWithoutTiling(GraphicsContext* context, const IntRect& shadowRect, const IntSize& topLeftRadius, const IntSize& topRightRadius, const IntSize& bottomLeftRadius, const IntSize& bottomRightRadius, float alpha)
190 void ContextShadow::drawRectShadow(GraphicsContext* context, const IntRect& rect, const IntSize& topLeftRadius, const IntSize& topRightRadius, const IntSize& bottomLeftRadius, const IntSize& bottomRightRadius)
  /external/webkit/Source/WebCore/page/
FrameView.h 213 virtual void paintContents(GraphicsContext*, const IntRect& damageRect);
220 virtual void paintOverhangAreas(GraphicsContext*, const IntRect& horizontalOverhangArea, const IntRect& verticalOverhangArea, const IntRect& dirtyRect);
221 virtual void paintScrollCorner(GraphicsContext*, const IntRect& cornerRect);
  /external/webkit/Source/WebCore/platform/graphics/android/
ImageAndroid.cpp 32 #include "GraphicsContext.h"
174 void BitmapImage::draw(GraphicsContext* gc, const FloatRect& dstRect,
230 void Image::drawPattern(GraphicsContext* gc, const FloatRect& srcRect,
PathAndroid.cpp 31 #include "GraphicsContext.h"
289 GraphicsContext* scratch = scratchContext();
308 GraphicsContext* scratch = scratchContext();
  /external/webkit/Source/WebCore/platform/mac/
WidgetMac.mm 40 #import "GraphicsContext.h"
232 void Widget::paint(GraphicsContext* p, const IntRect& r)
246 if (currentContext == [[view window] graphicsContext] || ![currentContext isDrawingToScreen]) {

Completed in 820 milliseconds

<<11121314151617181920>>