HomeSort by relevance Sort by last modified time
    Searched refs:GraphicsContext (Results 176 - 200 of 458) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webkit/Source/WebCore/platform/graphics/win/
ImageCGWin.cpp 75 GraphicsContext gc(cgContext);
89 void BitmapImage::drawFrameMatchingSourceSize(GraphicsContext* ctxt, const FloatRect& dstRect, const IntSize& srcSize, ColorSpace styleColorSpace, CompositeOperator compositeOp)
ImageCairoWin.cpp 29 #include "GraphicsContext.h"
81 GraphicsContext gc(targetRef);
95 void BitmapImage::drawFrameMatchingSourceSize(GraphicsContext* ctxt, const FloatRect& dstRect, const IntSize& srcSize, ColorSpace styleColorSpace, CompositeOperator compositeOp)
WebLayer.cpp 77 GraphicsContext graphicsContext(context);
83 m_owner->paintGraphicsLayerContents(graphicsContext, clip);
131 GraphicsContext cg(context);
IconWin.cpp 25 #include "GraphicsContext.h"
85 void Icon::paint(GraphicsContext* context, const IntRect& r)
  /external/webkit/Source/WebCore/rendering/svg/
SVGImageBufferTools.cpp 26 #include "GraphicsContext.h"
66 GraphicsContext* imageContext = image->context();
94 void SVGImageBufferTools::clipToImageBuffer(GraphicsContext* context, const AffineTransform& absoluteTransform, const FloatRect& clampedAbsoluteTargetRect, OwnPtr<ImageBuffer>& imageBuffer)
  /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/WebKit2/UIProcess/win/
BackingStoreWin.cpp 32 #include <WebCore/GraphicsContext.h>
88 GraphicsContext graphicsContext(dc);
96 bitmap->paint(graphicsContext, updateRect.location(), srcRect);
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundlePageOverlay.cpp 32 #include <WebCore/GraphicsContext.h>
75 virtual void drawRect(PageOverlay* pageOverlay, GraphicsContext& graphicsContext, const IntRect& dirtyRect)
80 m_client.drawRect(toAPI(pageOverlay), graphicsContext.platformContext(), toAPI(dirtyRect), m_client.clientInfo);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
PageOverlay.cpp 33 #include <WebCore/GraphicsContext.h>
100 void PageOverlay::drawRect(GraphicsContext& graphicsContext, const IntRect& dirtyRect)
107 graphicsContext.save();
108 graphicsContext.beginTransparencyLayer(1);
109 graphicsContext.setCompositeOperation(CompositeCopy);
111 m_client->drawRect(this, graphicsContext, paintRect);
113 graphicsContext.endTransparencyLayer();
114 graphicsContext.restore();
  /external/webkit/Source/WebCore/platform/android/
WidgetAndroid.cpp 31 #include "GraphicsContext.h"
62 void Widget::paint(GraphicsContext* ctx, const IntRect& r)
  /external/webkit/Source/WebCore/platform/graphics/
FontFallbackList.h 32 class GraphicsContext;
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GradientCairo.cpp 31 #include "GraphicsContext.h"
89 void Gradient::fill(GraphicsContext* context, const FloatRect& rect)
  /external/webkit/Source/WebCore/platform/graphics/filters/
FEMerge.cpp 28 #include "GraphicsContext.h"
61 GraphicsContext* filterContext = resultImage->context();
SourceAlpha.cpp 27 #include "GraphicsContext.h"
67 GraphicsContext* filterContext = resultImage->context();
  /external/webkit/Source/WebCore/platform/graphics/qt/
StillImageQt.cpp 32 #include "GraphicsContext.h"
65 void StillImage::draw(GraphicsContext* ctxt, const FloatRect& dst,
TextureMapperQt.h 59 virtual void setGraphicsContext(GraphicsContext*);
  /external/webkit/Source/WebCore/platform/graphics/skia/
SkiaUtils.cpp 44 #include "GraphicsContext.h"
81 SkDEBUGF(("GraphicsContext::setCompositeOperation uknown CompositeOperator %d\n", op));
116 SkDEBUGF(("GraphicsContext::setPlatformCompositeOperation unknown CompositeOperator %d\n", op));
255 GraphicsContext* scratchContext()
257 static GraphicsContext* scratch = 0;
263 scratch = new GraphicsContext(pgc);
268 GraphicsContext* scratchContext()
  /external/webkit/Source/WebCore/platform/gtk/
ScrollbarThemeGtk2.cpp 73 void ScrollbarThemeGtk::paintTrackBackground(GraphicsContext* context, Scrollbar* scrollbar, const IntRect& rect)
88 void ScrollbarThemeGtk::paintScrollbarBackground(GraphicsContext* context, Scrollbar* scrollbar)
97 void ScrollbarThemeGtk::paintThumb(GraphicsContext* context, Scrollbar* scrollbar, const IntRect& rect)
130 void ScrollbarThemeGtk::paintButton(GraphicsContext* context, Scrollbar* scrollbar, const IntRect& rect, ScrollbarPart part)
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)
WidgetGtk.cpp 33 #include "GraphicsContext.h"
85 void Widget::paint(GraphicsContext* context, const IntRect& rect)
  /external/webkit/Source/WebCore/platform/haiku/
WidgetHaiku.cpp 121 void Widget::paint(GraphicsContext*, IntRect const&)
  /external/webkit/Source/WebCore/platform/wx/
WidgetWx.cpp 29 #include "GraphicsContext.h"
99 void Widget::paint(GraphicsContext*,const IntRect& r)
  /external/webkit/Source/WebCore/platform/wx/wxcode/mac/carbon/
non-kerned-drawing.cpp 29 #include "GraphicsContext.h"
44 void drawTextWithSpacing(GraphicsContext* graphicsContext, const SimpleFontData* font, const wxColour& color, const GlyphBuffer& glyphBuffer, int from, int numGlyphs, const FloatPoint& point)
46 graphicsContext->save();
48 wxGCDC* dc = static_cast<wxGCDC*>(graphicsContext->platformContext());
51 graphicsContext->setFillColor(graphicsContext->fillColor(), ColorSpaceDeviceRGB);
62 graphicsContext->fillColor().getRGBA(red, green, blue, alpha);
77 graphicsContext->restore();
  /external/webkit/Source/WebCore/plugins/
PluginViewNone.cpp 51 void PluginView::paint(GraphicsContext*, const IntRect&)

Completed in 456 milliseconds

1 2 3 4 5 6 78 91011>>