Home
last modified time | relevance | path

Searched refs:PlatformGraphicsContext (Results 1 – 25 of 25) sorted by relevance

/external/webkit/WebCore/platform/graphics/android/
DPlatformGraphicsContext.cpp33 PlatformGraphicsContext::PlatformGraphicsContext(SkCanvas* canvas, WTF::Vector<Container>* buttons) in PlatformGraphicsContext() function in WebCore::PlatformGraphicsContext
38 PlatformGraphicsContext::PlatformGraphicsContext() : m_deleteCanvas(true) in PlatformGraphicsContext() function in WebCore::PlatformGraphicsContext
46 PlatformGraphicsContext::~PlatformGraphicsContext() in ~PlatformGraphicsContext()
54 void PlatformGraphicsContext::storeButtonInfo(Node* node, const IntRect& r) in storeButtonInfo()
DPlatformGraphicsContext.h144 class PlatformGraphicsContext {
146 PlatformGraphicsContext();
149 PlatformGraphicsContext(SkCanvas* canvas, WTF::Vector<Container>* buttons);
150 ~PlatformGraphicsContext();
DGraphicsContextAndroid.cpp83 PlatformGraphicsContext* mPgc;
162 GraphicsContextPlatformPrivate(GraphicsContext* cg, PlatformGraphicsContext* pgc) in GraphicsContextPlatformPrivate()
339 PlatformGraphicsContext* pgc = new PlatformGraphicsContext(); in createOffscreenContext()
355 GraphicsContext::GraphicsContext(PlatformGraphicsContext *gc) in GraphicsContext()
878 PlatformGraphicsContext* GraphicsContext::platformContext() const in platformContext()
/external/webkit/WebCore/platform/graphics/
DGraphicsContext.h39 typedef struct CGContext PlatformGraphicsContext; typedef
41 typedef struct _cairo PlatformGraphicsContext; typedef
46 typedef QPainter PlatformGraphicsContext; typedef
49 class PlatformGraphicsContext; variable
65 typedef wxDC PlatformGraphicsContext; typedef
67 typedef wxGCDC PlatformGraphicsContext; typedef
70 typedef wxWindowDC PlatformGraphicsContext; typedef
73 typedef class PlatformContextSkia PlatformGraphicsContext; typedef
75 typedef void PlatformGraphicsContext; typedef
144 GraphicsContext(PlatformGraphicsContext*);
[all …]
/external/webkit/WebKit/android/
DRenderSkinAndroid.h37 class PlatformGraphicsContext; variable
72 virtual bool draw(PlatformGraphicsContext*) { return false; } in draw() argument
/external/webkit/WebKit/win/WebCoreSupport/
DWebDragClient.cpp48 HBITMAP allocImage(HDC dc, IntSize size, PlatformGraphicsContext** targetRef);
49 void deallocContext(PlatformGraphicsContext* target);
226 PlatformGraphicsContext* contextRef; in createDragImageForLink()
/external/webkit/WebCore/platform/graphics/wx/
DGraphicsContextWx.cpp115 GraphicsContext::GraphicsContext(PlatformGraphicsContext* context) in GraphicsContext()
138 PlatformGraphicsContext* GraphicsContext::platformContext() const in platformContext()
140 return (PlatformGraphicsContext*)m_data->context; in platformContext()
/external/webkit/WebCore/platform/graphics/chromium/
DFontChromiumWin.cpp175 PlatformGraphicsContext* context = graphicsContext->platformContext(); in drawGlyphs()
283 PlatformGraphicsContext* context = graphicsContext->platformContext(); in drawComplexText()
/external/webkit/perf/
Dmain.cpp206 PlatformGraphicsContext ctx(&canvas, NULL); in main()
/external/webkit/WebKit/mac/WebInspector/
DWebNodeHighlightView.m74 …GraphicsContext context((PlatformGraphicsContext*)[[NSGraphicsContext currentContext] graphicsPort…
/external/webkit/WebKit/android/nav/
DCacheBuilder.h48 class PlatformGraphicsContext; variable
/external/webkit/WebCore/platform/graphics/skia/
DGraphicsContextSkia.cpp218 GraphicsContext::GraphicsContext(PlatformGraphicsContext* gc) in GraphicsContext()
231 PlatformGraphicsContext* GraphicsContext::platformContext() const in platformContext()
/external/webkit/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp257 GraphicsContext::GraphicsContext(PlatformGraphicsContext* context) in GraphicsContext()
278 PlatformGraphicsContext* GraphicsContext::platformContext() const in platformContext()
/external/webkit/WebCore/page/
DFrame.cpp1323 GraphicsContext context((PlatformGraphicsContext*)0); in adjustPageHeight()
1625 GraphicsContext context((PlatformGraphicsContext*)0); in markAllMatchesForText()
DFrameView.cpp1159 PlatformGraphicsContext* const noContext = 0; in updateControlTints()
/external/webkit/WebKit/win/
DWebFrame.cpp1792 PlatformGraphicsContext* pctx = (PlatformGraphicsContext*)ctx; in spoolPages()
DChangeLog1128 Switch to generic PlatformGraphicsContext data type, rather than
1133 generic PlatformGraphicsContext data types and calls for better
/external/webkit/WebCore/platform/graphics/cairo/
DGraphicsContextCairo.cpp106 GraphicsContext::GraphicsContext(PlatformGraphicsContext* cr) in GraphicsContext()
/external/webkit/WebKit/mac/WebView/
DWebFrame.mm570PlatformGraphicsContext* platformContext = static_cast<PlatformGraphicsContext*>([[NSGraphicsConte…
/external/webkit/WebCore/
DAndroid.mk648 platform/graphics/android/PlatformGraphicsContext.cpp \
DChangeLog-2007-10-149830 when passed a null PlatformGraphicsContext.
65207 PlatformGraphicsContext and don't do anything if painting
DChangeLog-2006-05-102563 * platform/GraphicsContext.h: Define a type called PlatformGraphicsContext so the
DChangeLog33494 We don't have a valid PlatformGraphicsContext so schedule
/external/webkit/WebKit/android/jni/
DWebViewCore.cpp336 WebCore::PlatformGraphicsContext pgc(arp.getRecordingCanvas(), &buttons); in recordPicture()
525 WebCore::PlatformGraphicsContext pgc(recordingCanvas, &buttons); in rebuildPicture()
/external/webkit/WebCore/rendering/
DRenderBlock.cpp3607 GraphicsContext context((PlatformGraphicsContext*)0); in layoutColumns()