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

1 23 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/platform/graphics/win/
LocalWindowsContext.h 30 #include "GraphicsContext.h"
37 LocalWindowsContext(GraphicsContext* graphicsContext, const IntRect& rect, bool supportAlphaBlend = true, bool mayCreateBitmap = true)
38 : m_graphicsContext(graphicsContext)
54 GraphicsContext* m_graphicsContext;
GraphicsContextWin.cpp 27 #include "GraphicsContext.h"
54 bool GraphicsContext::inTransparencyLayer() const { return m_data->m_transparencyCount; }
56 void GraphicsContext::setShouldIncludeChildWindows(bool include)
61 bool GraphicsContext::shouldIncludeChildWindows() const
66 GraphicsContext::WindowsBitmap::WindowsBitmap(HDC hdc, IntSize size)
86 GraphicsContext::WindowsBitmap::~WindowsBitmap()
95 GraphicsContext::WindowsBitmap* GraphicsContext::createWindowsBitmap(IntSize size)
100 HDC GraphicsContext::getWindowsContext(const IntRect& dstRect, bool supportAlphaBlend, bool mayCreateBitmap)
  /external/webkit/Source/WebCore/platform/qt/
ScrollbarThemeQt.h 43 virtual bool paint(Scrollbar*, GraphicsContext*, const IntRect& damageRect);
44 virtual void paintScrollCorner(ScrollView*, GraphicsContext*, const IntRect& cornerRect);
  /external/webkit/Source/WebCore/platform/wx/
ScrollbarThemeWx.h 38 virtual bool paint(Scrollbar*, GraphicsContext*, const IntRect&);
40 virtual void paintScrollCorner(ScrollView*, GraphicsContext*, const IntRect& cornerRect);
  /external/webkit/Source/WebCore/rendering/svg/
SVGImageBufferTools.h 32 class GraphicsContext;
40 static void clipToImageBuffer(GraphicsContext*, const AffineTransform& absoluteTransform, const FloatRect& clampedAbsoluteTargetRect, OwnPtr<ImageBuffer>&);
RenderSVGResourceFilter.h 53 GraphicsContext* savedContext;
61 class GraphicsContext;
74 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode);
75 virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short resourceMode, const Path*);
RenderSVGResourcePattern.h 54 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode);
55 virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short resourceMode, const Path*);
SVGRenderSupport.h 46 static void finishRenderSVGContent(RenderObject*, PaintInfo&, GraphicsContext* savedContext);
69 static void applyStrokeStyleToContext(GraphicsContext*, const RenderStyle*, const RenderObject*);
  /external/webkit/Source/WebKit2/Shared/API/c/cg/
WKImageCG.cpp 32 #include <WebCore/GraphicsContext.h>
46 OwnPtr<GraphicsContext> graphicsContext = webImage->bitmap()->createGraphicsContext();
47 CGContextDrawImage(graphicsContext->platformContext(), CGRectMake(0, 0, imageSize.width(), imageSize.height()), imageRef);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/gtk/
ChunkedUpdateDrawingAreaGtk.cpp 35 #include <WebCore/GraphicsContext.h>
48 GraphicsContext gc(cr.get());
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 33 #include "GraphicsContext.h"
73 static inline void setPlatformFill(GraphicsContext* context, cairo_t* cr)
94 static inline void setPlatformStroke(GraphicsContext* context, cairo_t* cr)
144 static inline void drawPathShadow(GraphicsContext* context, PathDrawingStyle drawingStyle)
187 static void fillCurrentCairoPath(GraphicsContext* context, cairo_t* cairoContext)
196 static void strokeCurrentCairoPath(GraphicsContext* context, cairo_t* cairoContext)
203 GraphicsContext::GraphicsContext(cairo_t* cr)
209 void GraphicsContext::platformInit(PlatformContextCairo* platformContext)
218 void GraphicsContext::platformDestroy(
    [all...]
  /external/webkit/Source/WebCore/page/
PrintContext.h 33 class GraphicsContext;
64 void spoolPage(GraphicsContext& ctx, int pageNumber, float width);
66 void spoolRect(GraphicsContext& ctx, const IntRect&);
80 static void spoolAllPagesWithBoundaries(Frame*, GraphicsContext&, const FloatSize& pageSizeInPixels);
  /external/webkit/Source/WebCore/platform/graphics/
TiledBackingStoreClient.h 29 virtual void tiledBackingStorePaint(GraphicsContext*, const IntRect&) = 0;
ImageBuffer.h 46 class GraphicsContext;
83 GraphicsContext* context() const;
105 void clip(GraphicsContext*, const FloatRect&) const;
108 void draw(GraphicsContext*, ColorSpace styleColorSpace, const FloatRect& destRect, const FloatRect& srcRect = FloatRect(0, 0, -1, -1),
110 void drawPattern(GraphicsContext*, const FloatRect& srcRect, const AffineTransform& patternTransform,
112 friend class GraphicsContext;
120 OwnPtr<GraphicsContext> m_context;
GeneratedImage.h 60 virtual void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, ColorSpace styleColorSpace, CompositeOperator);
61 virtual void drawPattern(GraphicsContext*, const FloatRect& srcRect, const AffineTransform& patternTransform,
  /external/webkit/Source/WebCore/platform/graphics/chromium/
IconChromium.cpp 34 #include "GraphicsContext.h"
48 void Icon::paint(GraphicsContext* context, const IntRect& rect)
  /external/webkit/Source/WebCore/platform/graphics/efl/
IconEfl.cpp 37 #include "GraphicsContext.h"
61 void Icon::paint(GraphicsContext* context, const IntRect& rect)
  /external/webkit/Source/WebKit2/Shared/
WebGraphicsContext.cpp 37 WebGraphicsContext::WebGraphicsContext(GraphicsContext* graphicsContext)
39 : m_platformContext(graphicsContext->platformContext())
41 : m_platformContext(graphicsContext->platformContext()->cr())
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 32 #include "GraphicsContext.h"
223 void GraphicsContext::platformInit(PlatformGraphicsContext* gc)
229 void GraphicsContext::platformDestroy()
234 PlatformGraphicsContext* GraphicsContext::platformContext() const
242 void GraphicsContext::savePlatformState()
254 void GraphicsContext::restorePlatformState()
266 void GraphicsContext::beginTransparencyLayer(float opacity)
282 void GraphicsContext::endTransparencyLayer()
291 void GraphicsContext::addInnerRoundedRectClip(const IntRect& rect, int thickness)
314 void GraphicsContext::clearPlatformShadow(
    [all...]
  /external/webkit/Source/WebKit2/Shared/cg/
ShareableBitmapCG.cpp 29 #include <WebCore/GraphicsContext.h>
48 PassOwnPtr<GraphicsContext> ShareableBitmap::createGraphicsContext()
62 return adoptPtr(new GraphicsContext(bitmapContext.get()));
65 void ShareableBitmap::paint(WebCore::GraphicsContext& context, const IntPoint& dstPoint, const IntRect& srcRect)
72 OwnPtr<GraphicsContext> graphicsContext = createGraphicsContext();
73 RetainPtr<CGImageRef> image(AdoptCF, CGBitmapContextCreateImage(graphicsContext->platformContext()));
  /external/webkit/Source/WebCore/rendering/
InlineTextBox.h 39 void updateGraphicsContext(GraphicsContext*, const Color& fillColor, const Color& strokeColor, float strokeThickness, ColorSpace);
147 static FloatSize applyShadowToGraphicsContext(GraphicsContext*, const ShadowData*, const FloatRect& textRect, bool stroked, bool opaque, bool horizontal);
160 void paintCompositionBackground(GraphicsContext*, const FloatPoint& boxOrigin, RenderStyle*, const Font&, int startPos, int endPos);
161 void paintDocumentMarkers(GraphicsContext*, const FloatPoint& boxOrigin, RenderStyle*, const Font&, bool background);
162 void paintCompositionUnderline(GraphicsContext*, const FloatPoint& boxOrigin, const CompositionUnderline&);
168 void paintDecoration(GraphicsContext*, const FloatPoint& boxOrigin, int decoration, const ShadowData*);
169 void paintSelection(GraphicsContext*, const FloatPoint& boxOrigin, RenderStyle*, const Font&);
170 void paintSpellingOrGrammarMarker(GraphicsContext*, const FloatPoint& boxOrigin, const DocumentMarker&, RenderStyle*, const Font&, bool grammar);
171 void paintTextMatchMarker(GraphicsContext*, const FloatPoint& boxOrigin, const DocumentMarker&, RenderStyle*, const Font&);
  /external/webkit/Source/WebCore/platform/chromium/
FramelessScrollView.cpp 76 void FramelessScrollView::paintContents(GraphicsContext*, const IntRect&)
80 void FramelessScrollView::paintScrollCorner(GraphicsContext* context, const IntRect& cornerRect)
  /external/webkit/Source/WebKit2/UIProcess/
FindIndicator.h 36 class GraphicsContext;
53 void draw(WebCore::GraphicsContext&, const WebCore::IntRect& dirtyRect);
  /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/mac/
ChunkedUpdateDrawingAreaMac.cpp 34 #include <WebCore/GraphicsContext.h>
55 GraphicsContext graphicsContext(bitmapContext.get());
56 graphicsContext.translate(-updateChunk->rect().x(), -updateChunk->rect().y());
58 m_webPage->drawRect(graphicsContext, updateChunk->rect());

Completed in 286 milliseconds

1 23 4 5 6 7 8 91011>>