/external/webkit/Source/WebCore/platform/graphics/qt/ |
GradientQt.cpp | 31 #include "GraphicsContext.h" 114 void Gradient::fill(GraphicsContext* context, const FloatRect& rect)
|
MediaPlayerPrivateQt.h | 91 void paint(GraphicsContext*, const IntRect&); 93 void paintCurrentFrameInContext(GraphicsContext*, const IntRect&);
|
PatternQt.cpp | 30 #include "GraphicsContext.h"
|
StillImageQt.h | 54 virtual void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, ColorSpace styleColorSpace, CompositeOperator);
|
/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)
|
/external/webkit/Source/WebCore/platform/gtk/ |
GtkPluginWidget.cpp | 30 #include "GraphicsContext.h" 69 void GtkPluginWidget::paint(GraphicsContext* context, const IntRect& rect)
|
MainFrameScrollbarGtk.cpp | 25 #include "GraphicsContext.h" 127 void MainFrameScrollbarGtk::paint(GraphicsContext* context, const IntRect& rect)
|
WidgetGtk.cpp | 33 #include "GraphicsContext.h" 85 void Widget::paint(GraphicsContext* context, const IntRect& rect)
|
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)
|
/external/webkit/Source/WebKit/android/jni/ |
PicturePile.h | 56 class GraphicsContext; 60 virtual void paintContents(GraphicsContext* gc, IntRect& dirty) = 0;
|
WebFrameView.h | 43 virtual void draw(WebCore::GraphicsContext* ctx,
|
/external/webkit/Source/WebKit/chromium/src/ |
WebFontImpl.cpp | 36 #include "GraphicsContext.h" 99 GraphicsContext& gc = builder.context();
|
/external/webkit/Source/WebCore/platform/chromium/ |
PlatformThemeChromiumGtk.h | 59 static void paintArrowButton(GraphicsContext*, const IntRect&, ArrowDirection, ControlStates);
|
/external/webkit/Source/WebCore/platform/efl/ |
ScrollbarEfl.h | 52 virtual void paint(GraphicsContext*, const IntRect&);
|
/external/webkit/Source/WebCore/platform/graphics/ |
FontFallbackList.h | 32 class GraphicsContext;
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
PatternAndroid.cpp | 29 #include "GraphicsContext.h"
|
/external/webkit/Source/WebCore/platform/graphics/android/context/ |
PlatformGraphicsContext.h | 30 #include "GraphicsContext.h" 50 void setGraphicsContext(GraphicsContext* gc) { m_gc = gc; } 123 GraphicsContext::TextCheckingLineStyle) = 0; 207 GraphicsContext* m_gc; // Back-ptr to our parent
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
PatternCairo.cpp | 30 #include "GraphicsContext.h"
|
/external/webkit/Source/WebCore/platform/graphics/filters/ |
SourceGraphic.cpp | 26 #include "GraphicsContext.h"
|
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
StillImageHaiku.h | 48 virtual void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, ColorSpace styleColorSpace, CompositeOperator);
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
GraphicsContextPlatformPrivate.h | 39 // This class just holds onto a PlatformContextSkia for GraphicsContext.
|
/external/webkit/Source/WebCore/rendering/ |
EllipsisBox.h | 50 void paintSelection(GraphicsContext*, int tx, int ty, RenderStyle*, const Font&);
|
RenderScrollbarPart.h | 48 void paintIntoRect(GraphicsContext*, int tx, int ty, const IntRect&);
|
/external/webkit/Source/WebCore/rendering/svg/ |
RenderSVGResourcePattern.cpp | 27 #include "GraphicsContext.h" 73 bool RenderSVGResourcePattern::applyResource(RenderObject* object, RenderStyle* style, GraphicsContext*& context, unsigned short resourceMode) 184 void RenderSVGResourcePattern::postApplyResource(RenderObject*, GraphicsContext*& context, unsigned short resourceMode, const Path* path) 265 GraphicsContext* tileImageContext = tileImage->context();
|
/external/webkit/Source/WebKit/android/plugins/ |
PluginViewBridgeAndroid.h | 42 virtual void draw(GraphicsContext* gc, const IntRect& rect);
|