/external/webkit/WebCore/platform/graphics/android/ |
D | PlatformGraphicsContext.cpp | 33 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()
|
D | PlatformGraphicsContext.h | 144 class PlatformGraphicsContext { 146 PlatformGraphicsContext(); 149 PlatformGraphicsContext(SkCanvas* canvas, WTF::Vector<Container>* buttons); 150 ~PlatformGraphicsContext();
|
D | GraphicsContextAndroid.cpp | 83 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/ |
D | GraphicsContext.h | 39 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/ |
D | RenderSkinAndroid.h | 37 class PlatformGraphicsContext; variable 72 virtual bool draw(PlatformGraphicsContext*) { return false; } in draw() argument
|
/external/webkit/WebKit/win/WebCoreSupport/ |
D | WebDragClient.cpp | 48 HBITMAP allocImage(HDC dc, IntSize size, PlatformGraphicsContext** targetRef); 49 void deallocContext(PlatformGraphicsContext* target); 226 PlatformGraphicsContext* contextRef; in createDragImageForLink()
|
/external/webkit/WebCore/platform/graphics/wx/ |
D | GraphicsContextWx.cpp | 115 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/ |
D | FontChromiumWin.cpp | 175 PlatformGraphicsContext* context = graphicsContext->platformContext(); in drawGlyphs() 283 PlatformGraphicsContext* context = graphicsContext->platformContext(); in drawComplexText()
|
/external/webkit/perf/ |
D | main.cpp | 206 PlatformGraphicsContext ctx(&canvas, NULL); in main()
|
/external/webkit/WebKit/mac/WebInspector/ |
D | WebNodeHighlightView.m | 74 …GraphicsContext context((PlatformGraphicsContext*)[[NSGraphicsContext currentContext] graphicsPort…
|
/external/webkit/WebKit/android/nav/ |
D | CacheBuilder.h | 48 class PlatformGraphicsContext; variable
|
/external/webkit/WebCore/platform/graphics/skia/ |
D | GraphicsContextSkia.cpp | 218 GraphicsContext::GraphicsContext(PlatformGraphicsContext* gc) in GraphicsContext() 231 PlatformGraphicsContext* GraphicsContext::platformContext() const in platformContext()
|
/external/webkit/WebCore/platform/graphics/qt/ |
D | GraphicsContextQt.cpp | 257 GraphicsContext::GraphicsContext(PlatformGraphicsContext* context) in GraphicsContext() 278 PlatformGraphicsContext* GraphicsContext::platformContext() const in platformContext()
|
/external/webkit/WebCore/page/ |
D | Frame.cpp | 1323 GraphicsContext context((PlatformGraphicsContext*)0); in adjustPageHeight() 1625 GraphicsContext context((PlatformGraphicsContext*)0); in markAllMatchesForText()
|
D | FrameView.cpp | 1159 PlatformGraphicsContext* const noContext = 0; in updateControlTints()
|
/external/webkit/WebKit/win/ |
D | WebFrame.cpp | 1792 PlatformGraphicsContext* pctx = (PlatformGraphicsContext*)ctx; in spoolPages()
|
D | ChangeLog | 1128 Switch to generic PlatformGraphicsContext data type, rather than 1133 generic PlatformGraphicsContext data types and calls for better
|
/external/webkit/WebCore/platform/graphics/cairo/ |
D | GraphicsContextCairo.cpp | 106 GraphicsContext::GraphicsContext(PlatformGraphicsContext* cr) in GraphicsContext()
|
/external/webkit/WebKit/mac/WebView/ |
D | WebFrame.mm | 570 …PlatformGraphicsContext* platformContext = static_cast<PlatformGraphicsContext*>([[NSGraphicsConte…
|
/external/webkit/WebCore/ |
D | Android.mk | 648 platform/graphics/android/PlatformGraphicsContext.cpp \
|
D | ChangeLog-2007-10-14 | 9830 when passed a null PlatformGraphicsContext. 65207 PlatformGraphicsContext and don't do anything if painting
|
D | ChangeLog-2006-05-10 | 2563 * platform/GraphicsContext.h: Define a type called PlatformGraphicsContext so the
|
D | ChangeLog | 33494 We don't have a valid PlatformGraphicsContext so schedule
|
/external/webkit/WebKit/android/jni/ |
D | WebViewCore.cpp | 336 WebCore::PlatformGraphicsContext pgc(arp.getRecordingCanvas(), &buttons); in recordPicture() 525 WebCore::PlatformGraphicsContext pgc(recordingCanvas, &buttons); in rebuildPicture()
|
/external/webkit/WebCore/rendering/ |
D | RenderBlock.cpp | 3607 GraphicsContext context((PlatformGraphicsContext*)0); in layoutColumns()
|