HomeSort by relevance Sort by last modified time
    Searched refs:GraphicsContext (Results 76 - 100 of 244) sorted by null

1 2 34 5 6 7 8 910

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextRunRenderingContext.h 46 virtual void drawSVGGlyphs(GraphicsContext*, const TextRun&, const SimpleFontData*, const GlyphBuffer&, int from, int to, const FloatPoint&) const;
RenderSVGRect.cpp 85 void RenderSVGRect::fillShape(GraphicsContext* context) const
95 void RenderSVGRect::strokeShape(GraphicsContext* context) const
RenderSVGResourceClipper.cpp 67 bool RenderSVGResourceClipper::applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short)
74 bool RenderSVGResourceClipper::applyStatefulResource(RenderObject* object, GraphicsContext*& context, ClipperContext& clipperContext)
84 bool RenderSVGResourceClipper::tryPathOnlyClipping(GraphicsContext* context,
148 const FloatRect& repaintRect, GraphicsContext* context, ClipperContext& clipperContext)
213 void RenderSVGResourceClipper::postApplyResource(RenderObject*, GraphicsContext*&, unsigned short,
219 void RenderSVGResourceClipper::postApplyStatefulResource(RenderObject*, GraphicsContext*& context, ClipperContext& clipperContext)
236 void RenderSVGResourceClipper::drawClipMaskContent(GraphicsContext* context, const FloatRect& targetBoundingBox)
255 PassRefPtr<DisplayList> RenderSVGResourceClipper::asDisplayList(GraphicsContext* context,
RenderSVGPath.cpp 68 static void useStrokeStyleToFill(GraphicsContext* context)
78 void RenderSVGPath::strokeShape(GraphicsContext* context) const
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
SkiaFontWin.cpp 37 #include "platform/graphics/GraphicsContext.h"
49 static void skiaDrawText(GraphicsContext* context,
88 static void paintSkiaText(GraphicsContext* context,
148 void paintSkiaText(GraphicsContext* context,
161 void paintSkiaText(GraphicsContext* context,
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
OpaqueRectTrackingContentLayerDelegate.cpp 31 #include "platform/graphics/GraphicsContext.h"
57 GraphicsContext context(canvas);
Image.cpp 38 #include "platform/graphics/GraphicsContext.h"
94 void Image::fillWithSolidColor(GraphicsContext* ctxt, const FloatRect& dstRect, const Color& color, CompositeOperator op)
119 void Image::draw(GraphicsContext* ctx, const FloatRect& dstRect, const FloatRect& srcRect, CompositeOperator op, blink::WebBlendMode blendMode, RespectImageOrientationEnum)
124 void Image::drawTiled(GraphicsContext* ctxt, const FloatRect& destRect, const FloatPoint& srcPoint, const FloatSize& scaledTileSize, CompositeOperator op, blink::WebBlendMode blendMode, const IntSize& repeatSpacing)
167 void Image::drawTiled(GraphicsContext* ctxt, const FloatRect& dstRect, const FloatRect& srcRect,
225 void Image::drawPattern(GraphicsContext* context, const FloatRect& floatSrcRect, const FloatSize& scale,
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
FramelessScrollView.cpp 94 void FramelessScrollView::paintContents(GraphicsContext*, const IntRect&)
FramelessScrollView.h 85 virtual void paintContents(GraphicsContext*, const IntRect&);
ScrollbarThemeOverlay.h 56 virtual void paintThumb(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
ScrollbarThemeNonMacCommon.cpp 88 void ScrollbarThemeNonMacCommon::paintTrackBackground(GraphicsContext* context, ScrollbarThemeClient* scrollbar, const IntRect& rect)
95 void ScrollbarThemeNonMacCommon::paintTickmarks(GraphicsContext* context, ScrollbarThemeClient* scrollbar, const IntRect& rect)
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorController.h 44 class GraphicsContext;
92 void drawHighlight(GraphicsContext&) const;
  /external/chromium_org/third_party/WebKit/Source/web/
PopupContainer.h 58 virtual void paint(GraphicsContext*, const IntRect&) OVERRIDE;
124 void paintBorder(GraphicsContext*, const IntRect&);
WebPluginContainerImpl.h 86 virtual void paint(WebCore::GraphicsContext*, const WebCore::IntRect&);
139 bool printPage(int pageNumber, WebCore::GraphicsContext* gc);
163 bool paintCustomOverhangArea(WebCore::GraphicsContext*, const WebCore::IntRect&, const WebCore::IntRect&, const WebCore::IntRect&);
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ImageLayerChromiumTest.cpp 41 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) OVERRIDE { }
90 virtual void draw(GraphicsContext*, const FloatRect&, const FloatRect&, CompositeOperator, blink::WebBlendMode) OVERRIDE
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
OpaqueRegionSkia.cpp 35 #include "platform/graphics/GraphicsContext.h"
147 static inline bool getDeviceClipAsRect(const GraphicsContext* context, SkRect& deviceClipRect)
170 void OpaqueRegionSkia::popCanvasLayer(const GraphicsContext* context)
196 void OpaqueRegionSkia::didDrawRect(const GraphicsContext* context, const SkRect& fillRect, const SkPaint& paint, const SkBitmap* sourceBitmap)
215 void OpaqueRegionSkia::didDrawPath(const GraphicsContext* context, const SkPath& path, const SkPaint& paint)
233 void OpaqueRegionSkia::didDrawPoints(const GraphicsContext* context, SkCanvas::PointMode mode, int numPoints, const SkPoint points[], const SkPaint& paint)
261 void OpaqueRegionSkia::didDrawBounded(const GraphicsContext* context, const SkRect& bounds, const SkPaint& paint)
274 void OpaqueRegionSkia::didDraw(const GraphicsContext* context, const SkRect& rect, const SkPaint& paint, const SkBitmap* sourceBitmap, bool fillsBounds, DrawType drawType)
300 void OpaqueRegionSkia::didDrawUnbounded(const GraphicsContext* context, const SkPaint& paint, DrawType drawType)
313 void OpaqueRegionSkia::applyOpaqueRegionFromLayer(const GraphicsContext* context, const SkRect& layerOpaqueRect, const SkPaint& paint
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
Widget.h 39 class GraphicsContext;
71 virtual void paint(GraphicsContext*, const IntRect&) { }
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
FontPlatformDataWin.h 60 class GraphicsContext;
81 void setupPaint(SkPaint*, GraphicsContext* = 0) const;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FETile.cpp 28 #include "platform/graphics/GraphicsContext.h"
82 GraphicsContext* tileImageContext = tileImage->context();
92 GraphicsContext* filterContext = resultImage->context();
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/media/
MediaPlayer.h 42 class GraphicsContext;
154 virtual void paint(GraphicsContext*, const IntRect&) = 0;
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp 94 // GraphicsContext dtor.
96 if (GraphicsContext* context = canvas()->existingDrawingContext()) {
114 GraphicsContext* context = drawingContext();
127 // Important: Several of these properties are also stored in GraphicsContext's
130 // GraphicsContext in HTMLCanvasElement::createImageBuffer()!
238 GraphicsContext* context = drawingContext();
258 GraphicsContext* c = drawingContext();
289 GraphicsContext* c = drawingContext();
321 GraphicsContext* c = drawingContext();
341 GraphicsContext* c = drawingContext()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLVideoElement.h 54 void paintCurrentFrameInContext(GraphicsContext*, const IntRect&);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
EllipsisBox.h 53 void paintSelection(GraphicsContext*, const FloatPoint&, RenderStyle*, const Font&);
RenderHTMLCanvas.cpp 58 GraphicsContext* context = paintInfo.context;
RenderLayerScrollableArea.h 152 void paintResizer(GraphicsContext*, const IntPoint& paintOffset, const IntRect& damageRect);
153 void paintOverflowControls(GraphicsContext*, const IntPoint& paintOffset, const IntRect& damageRect, bool paintingOverlayControls);
154 void paintScrollCorner(GraphicsContext*, const IntPoint&, const IntRect& damageRect);
212 void drawPlatformResizerImage(GraphicsContext*, IntRect resizerCornerRect);

Completed in 546 milliseconds

1 2 34 5 6 7 8 910