Searched
full:graphicscontext (Results
401 -
425 of
580) sorted by null
<<11121314151617181920>>
/external/webkit/Source/WebCore/rendering/svg/ |
SVGRenderSupport.cpp | 132 void SVGRenderSupport::finishRenderSVGContent(RenderObject* object, PaintInfo& paintInfo, GraphicsContext* savedContext) 318 void SVGRenderSupport::applyStrokeStyleToContext(GraphicsContext* context, const RenderStyle* style, const RenderObject* object)
|
/external/webkit/Source/WebKit2/UIProcess/API/mac/ |
PageClientImpl.mm | 42 #import <WebCore/GraphicsContext.h> 335 return static_cast<CGContextRef>([[window graphicsContext] graphicsPort]);
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/x11/ |
NetscapePluginX11.cpp | 33 #include <WebCore/GraphicsContext.h> 196 void NetscapePlugin::platformPaint(GraphicsContext* context, const IntRect& dirtyRect, bool /*isSnapshot*/)
|
/external/webkit/Tools/WinLauncher/ |
WinLauncher.cpp | 357 void* graphicsContext = 0; 360 framePrivate->spoolPages(printDC, page, page, graphicsContext);
|
/external/webkit/Source/WebCore/html/ |
HTMLVideoElement.cpp | 215 void HTMLVideoElement::paintCurrentFrameInContext(GraphicsContext* context, const IntRect& destRect)
|
/external/webkit/Source/WebCore/platform/ |
ScrollableArea.cpp | 35 #include "GraphicsContext.h"
|
ScrollableArea.h | 36 class GraphicsContext;
|
/external/webkit/Source/WebCore/platform/graphics/android/context/ |
PlatformGraphicsContextRecording.h | 132 GraphicsContext::TextCheckingLineStyle);
|
/external/webkit/Source/WebCore/platform/graphics/ca/ |
PlatformCALayer.h | 31 #include "GraphicsContext.h"
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
ContentLayerChromium.cpp | 78 virtual void paint(GraphicsContext& context, const IntRect& contentRect)
|
GLES2Canvas.h | 84 // These are not standard GraphicsContext functions, and should be pushed
|
LayerTilerChromium.h | 47 virtual void paint(GraphicsContext& context, const IntRect& contentRect) = 0;
|
/external/webkit/Source/WebCore/platform/graphics/filters/ |
FEBlend.cpp | 30 #include "GraphicsContext.h"
|
FEDisplacementMap.cpp | 30 #include "GraphicsContext.h"
|
/external/webkit/Source/WebCore/platform/graphics/texmap/ |
TextureMapperNode.h | 24 #include "GraphicsContext.h"
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
PlatformPathWinCE.h | 30 class GraphicsContext;
|
/external/webkit/Source/WebCore/platform/qt/ |
ScrollbarQt.cpp | 34 #include "GraphicsContext.h"
|
/external/webkit/Source/WebCore/platform/win/ |
DragImageCairoWin.cpp | 31 #include "GraphicsContext.h"
|
/external/webkit/Source/WebCore/plugins/win/ |
PluginViewWin.cpp | 45 #include "GraphicsContext.h" 561 void PluginView::paintWindowedPluginIntoContext(GraphicsContext* context, const IntRect& rect) 597 void PluginView::paint(GraphicsContext* context, const IntRect& rect) 624 // On Safari/Windows without transparency layers the GraphicsContext returns the HDC
|
/external/webkit/Source/WebCore/rendering/ |
RenderButton.cpp | 25 #include "GraphicsContext.h"
|
RenderInputSpeech.cpp | 36 #include "GraphicsContext.h"
|
RenderMediaControls.cpp | 32 #include "GraphicsContext.h"
|
RenderTableCell.h | 152 void paintCollapsedBorder(GraphicsContext*, int x, int y, int w, int h);
|
RenderThemeChromiumSkia.h | 156 bool paintMediaButtonInternal(GraphicsContext*, const IntRect&, Image*);
|
RenderThemeChromiumWin.cpp | 36 #include "GraphicsContext.h" 68 ThemePainter(GraphicsContext* context, const IntRect& r) 98 GraphicsContext* context() { return m_helper.context(); } 110 static TransparencyWin::LayerMode getLayerMode(GraphicsContext* context, TransparencyWin::TransformMode transformMode)
|
Completed in 1074 milliseconds
<<11121314151617181920>>