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

<<11121314151617181920>>

  /external/webkit/Source/WebCore/platform/graphics/filters/
FEFlood.cpp 29 #include "GraphicsContext.h"
FEOffset.cpp 30 #include "GraphicsContext.h"
  /external/webkit/Source/WebCore/platform/graphics/mac/
WebTiledLayer.mm 32 #import "GraphicsContext.h"
  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.h 113 void paint(GraphicsContext*, const IntRect&);
TextureMapperQt.h 59 virtual void setGraphicsContext(GraphicsContext*);
  /external/webkit/Source/WebCore/platform/haiku/
WidgetHaiku.cpp 121 void Widget::paint(GraphicsContext*, IntRect const&)
  /external/webkit/Source/WebCore/platform/mac/
ScrollbarThemeMac.h 39 virtual bool paint(Scrollbar*, GraphicsContext* context, const IntRect& damageRect);
ThemeMac.h 50 virtual void paint(ControlPart, ControlStates, GraphicsContext*, const IntRect&, float zoomFactor, ScrollView*) const;
  /external/webkit/Source/WebCore/rendering/
RenderHTMLCanvas.cpp 32 #include "GraphicsContext.h"
RenderScrollbar.cpp 101 void RenderScrollbar::paint(GraphicsContext* context, const IntRect& damageRect)
273 void RenderScrollbar::paintPart(GraphicsContext* graphicsContext, ScrollbarPart partType, const IntRect& rect)
278 partRenderer->paintIntoRect(graphicsContext, x(), y(), rect);
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGPath.h 73 void fillAndStrokePath(GraphicsContext*);
RenderSVGResourceFilter.cpp 33 #include "GraphicsContext.h"
139 bool RenderSVGResourceFilter::applyResource(RenderObject* object, RenderStyle*, GraphicsContext*& context, unsigned short resourceMode)
242 GraphicsContext* sourceGraphicContext = sourceGraphic->context();
262 void RenderSVGResourceFilter::postApplyResource(RenderObject* object, GraphicsContext*& context, unsigned short resourceMode, const Path*)
RenderSVGResourceMarker.h 58 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short) { return false; }
RenderSVGViewportContainer.cpp 28 #include "GraphicsContext.h"
  /external/webkit/Source/WebCore/svg/graphics/
SVGImage.h 68 virtual void draw(GraphicsContext*, const FloatRect& fromRect, const FloatRect& toRect, ColorSpace styleColorSpace, CompositeOperator);
  /external/webkit/Source/WebCore/svg/graphics/filters/
SVGFEImage.cpp 30 #include "GraphicsContext.h"
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundlePageOverlay.h 46 typedef void (*WKBundlePageOverlayDrawRectCallback)(WKBundlePageOverlayRef pageOverlay, void* graphicsContext, WKRect dirtyRect, const void* clientInfo);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
FindController.h 63 virtual void drawRect(PageOverlay*, WebCore::GraphicsContext&, const WebCore::IntRect& dirtyRect);
  /external/webkit/Source/WebCore/dom/
CanvasSurface.cpp 33 #include "GraphicsContext.h"
150 GraphicsContext* CanvasSurface::drawingContext() const
  /external/webkit/Source/WebCore/inspector/
InspectorController.cpp 37 #include "GraphicsContext.h"
203 void InspectorController::drawNodeHighlight(GraphicsContext& context) const
InspectorDOMAgent.h 56 class GraphicsContext;
166 void drawNodeHighlight(GraphicsContext&) const;
  /external/webkit/Source/WebCore/page/wince/
FrameWinCE.cpp 33 #include "GraphicsContext.h"
139 GraphicsContext gc(bmpDC.get());
  /external/webkit/Source/WebCore/platform/
Scrollbar.h 37 class GraphicsContext;
84 virtual void paint(GraphicsContext*, const IntRect& damageRect);
Theme.h 39 class GraphicsContext;
100 virtual void paint(ControlPart, ControlStates, GraphicsContext*, const IntRect& /*zoomedRect*/, float /*zoomFactor*/, ScrollView*) const { }
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.h 118 virtual void paint(GraphicsContext*, const IntRect&);
177 void paintBorder(GraphicsContext*, const IntRect&);

Completed in 268 milliseconds

<<11121314151617181920>>