/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
GraphicsLayerClient.h | 35 class GraphicsContext; 69 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) = 0;
|
Image.h | 48 class GraphicsContext; 59 friend class GraphicsContext; 113 virtual void drawPattern(GraphicsContext*, const FloatRect&, 124 static void fillWithSolidColor(GraphicsContext*, const FloatRect& dstRect, const Color&, CompositeOperator); 127 virtual void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, CompositeOperator, blink::WebBlendMode) = 0; 128 virtual void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, CompositeOperator, blink::WebBlendMode, RespectImageOrientationEnum); 129 void drawTiled(GraphicsContext*, const FloatRect& dstRect, const FloatPoint& srcPoint, const FloatSize& tileSize, 131 void drawTiled(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, const FloatSize& tileScaleFactor, TileRule hRule, TileRule vRule, CompositeOperator);
|
GraphicsContext.cpp | 28 #include "platform/graphics/GraphicsContext.h" 93 struct GraphicsContext::DeferredSaveState { 100 struct GraphicsContext::RecordingState { 113 GraphicsContext::GraphicsContext(SkCanvas* canvas) 133 GraphicsContext::~GraphicsContext() 141 const SkBitmap* GraphicsContext::bitmap() const 143 TRACE_EVENT0("skia", "GraphicsContext::bitmap"); 147 const SkBitmap& GraphicsContext::layerBitmap(AccessMode access) cons [all...] |
ImageBuffer.h | 36 #include "platform/graphics/GraphicsContext.h" 84 GraphicsContext* context() const; 117 void draw(GraphicsContext*, const FloatRect&, const FloatRect& = FloatRect(0, 0, -1, -1), CompositeOperator = CompositeSourceOver, blink::WebBlendMode = blink::WebBlendModeNormal, bool useLowQualityScale = false); 118 void drawPattern(GraphicsContext*, const FloatRect&, const FloatSize&, const FloatPoint&, CompositeOperator, const FloatRect&, blink::WebBlendMode, const IntSize& repeatSpacing = IntSize()); 121 friend class GraphicsContext; 128 OwnPtr<GraphicsContext> m_context;
|
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
ScrollbarThemeMock.cpp | 51 void ScrollbarThemeMock::paintTrackBackground(GraphicsContext* context, ScrollbarThemeClient* scrollbar, const IntRect& trackRect) 56 void ScrollbarThemeMock::paintThumb(GraphicsContext* context, ScrollbarThemeClient* scrollbar, const IntRect& thumbRect)
|
ScrollbarThemeMock.h | 47 virtual void paintTrackBackground(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE; 48 virtual void paintThumb(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
|
ScrollbarThemeNonMacCommon.h | 49 virtual void paintTrackBackground(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE; 50 virtual void paintTickmarks(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
|
ScrollbarThemeMacOverlayAPI.h | 54 virtual void paintTrackBackground(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE; 55 virtual void paintThumb(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Source/web/ |
PageOverlayList.h | 37 class GraphicsContext; 60 void paintWebFrame(WebCore::GraphicsContext&);
|
PageOverlay.h | 36 class GraphicsContext; 61 void paintWebFrame(WebCore::GraphicsContext&);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
RenderSVGResourceFilter.h | 48 GraphicsContext* savedContext; 56 class GraphicsContext; 69 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode); 70 virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short resourceMode, const Path*, const RenderSVGShape*);
|
RenderSVGResourcePattern.h | 54 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode); 55 virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short resourceMode, const Path*, const RenderSVGShape*);
|
RenderSVGPath.h | 45 virtual void strokeShape(GraphicsContext*) const OVERRIDE;
|
RenderSVGResource.h | 49 class GraphicsContext; 63 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode) = 0; 64 virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short, const Path*, const RenderSVGShape*) { }
|
RenderSVGShape.h | 56 virtual void fillShape(GraphicsContext*) const; 57 virtual void strokeShape(GraphicsContext*) const; 113 void fillShape(RenderStyle*, GraphicsContext*); 114 void strokeShape(RenderStyle*, GraphicsContext*);
|
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/ |
SVGImageForContainer.cpp | 37 void SVGImageForContainer::draw(GraphicsContext* context, const FloatRect& dstRect, 43 void SVGImageForContainer::drawPattern(GraphicsContext* context, const FloatRect& srcRect, const FloatSize& scale,
|
SVGImage.h | 94 virtual void draw(GraphicsContext*, const FloatRect& fromRect, const FloatRect& toRect, CompositeOperator, blink::WebBlendMode) OVERRIDE; 95 void drawForContainer(GraphicsContext*, const FloatSize, float, const FloatRect&, const FloatRect&, CompositeOperator, blink::WebBlendMode); 96 void drawPatternForContainer(GraphicsContext*, const FloatSize, float, const FloatRect&, const FloatSize&, const FloatPoint&,
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/ |
SkiaUtils.h | 52 class GraphicsContext; 86 void ClipRectToCanvas(const GraphicsContext*, const SkRect& srcRect, SkRect* destRect);
|
NativeImageSkia.h | 53 class GraphicsContext; 129 void draw(GraphicsContext*, const SkRect& srcRect, const SkRect& destRect, PassRefPtr<SkXfermode>) const; 131 GraphicsContext*, 178 void drawResampledBitmap(GraphicsContext*, SkPaint&, const SkRect& srcRect, const SkRect& destRect) const;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderLayerReflectionInfo.h | 70 void paint(GraphicsContext*, const LayerPaintingInfo&, PaintLayerFlags);
|
RenderScrollbarTheme.cpp | 110 void RenderScrollbarTheme::paintScrollCorner(GraphicsContext* context, const IntRect& cornerRect) 116 void RenderScrollbarTheme::paintScrollbarBackground(GraphicsContext* context, ScrollbarThemeClient* scrollbar) 121 void RenderScrollbarTheme::paintTrackBackground(GraphicsContext* context, ScrollbarThemeClient* scrollbar, const IntRect& rect) 126 void RenderScrollbarTheme::paintTrackPiece(GraphicsContext* context, ScrollbarThemeClient* scrollbar, const IntRect& rect, ScrollbarPart part) 131 void RenderScrollbarTheme::paintButton(GraphicsContext* context, ScrollbarThemeClient* scrollbar, const IntRect& rect, ScrollbarPart part) 136 void RenderScrollbarTheme::paintThumb(GraphicsContext* context, ScrollbarThemeClient* scrollbar, const IntRect& rect) 141 void RenderScrollbarTheme::paintTickmarks(GraphicsContext* context, ScrollbarThemeClient* scrollbar, const IntRect& rect)
|
ImageQualityController.h | 56 bool shouldPaintAtLowQuality(GraphicsContext*, RenderObject*, Image*, const void* layer, const LayoutSize&);
|
/external/chromium_org/third_party/WebKit/Source/platform/mac/ |
LocalCurrentGraphicsContext.mm | 24 #include "platform/graphics/GraphicsContext.h" 29 LocalCurrentGraphicsContext::LocalCurrentGraphicsContext(GraphicsContext* graphicsContext) 31 , m_skiaBitLocker(graphicsContext->canvas()) 33 m_savedGraphicsContext = graphicsContext; 34 graphicsContext->save(); 67 ContextContainer::ContextContainer(GraphicsContext* graphicsContext) 68 : m_skiaBitLocker(graphicsContext->canvas())
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
Caret.h | 37 class GraphicsContext; 53 void paintCaret(Node*, GraphicsContext*, const LayoutPoint&, const LayoutRect& clipRect) const; 81 void paintDragCaret(Frame*, GraphicsContext*, const LayoutPoint&, const LayoutRect& clipRect) const;
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLCanvasElement.h | 42 class GraphicsContext; 100 void paint(GraphicsContext*, const LayoutRect&, bool useLowQualityScale = false); 102 GraphicsContext* drawingContext() const; 103 GraphicsContext* existingDrawingContext() const;
|