HomeSort by relevance Sort by last modified time
    Searched refs:GraphicsContext (Results 201 - 225 of 458) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/webkit/Source/WebCore/rendering/
EllipsisBox.h 50 void paintSelection(GraphicsContext*, int tx, int ty, RenderStyle*, const Font&);
RenderImage.h 61 virtual void paintIntoRect(GraphicsContext*, const IntRect&);
RenderLayer.h 199 void beginTransparencyLayers(GraphicsContext*, const RenderLayer* rootLayer, PaintBehavior);
272 void paintOverflowControls(GraphicsContext*, int tx, int ty, const IntRect& damageRect, bool paintingOverlayControls = false);
273 void paintScrollCorner(GraphicsContext*, int tx, int ty, const IntRect& damageRect);
274 void paintResizer(GraphicsContext*, int tx, int ty, const IntRect& damageRect);
383 void paint(GraphicsContext*, const IntRect& damageRect, PaintBehavior = PaintBehaviorNormal, RenderObject* paintingRoot = 0);
385 void paintOverlayScrollbars(GraphicsContext*, const IntRect& damageRect, PaintBehavior, RenderObject* paintingRoot);
514 void paintLayer(RenderLayer* rootLayer, GraphicsContext*, const IntRect& paintDirtyRect,
517 void paintList(Vector<RenderLayer*>*, RenderLayer* rootLayer, GraphicsContext* p,
521 void paintPaginatedChildLayer(RenderLayer* childLayer, RenderLayer* rootLayer, GraphicsContext*,
525 void paintChildLayerIntoColumns(RenderLayer* childLayer, RenderLayer* rootLayer, GraphicsContext*,
    [all...]
RenderInline.h 79 void paintOutline(GraphicsContext*, int tx, int ty);
165 void paintOutlineForLine(GraphicsContext*, int tx, int ty, const IntRect& prevLine, const IntRect& thisLine, const IntRect& nextLine);
RenderLayerBacking.h 132 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& clip);
191 void paintIntoLayer(RenderLayer* rootLayer, GraphicsContext*, const IntRect& paintDirtyRect,
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGPath.h 73 void fillAndStrokePath(GraphicsContext*);
RenderSVGResourceClipper.cpp 29 #include "GraphicsContext.h"
94 bool RenderSVGResourceClipper::applyResource(RenderObject* object, RenderStyle*, GraphicsContext*& context, unsigned short resourceMode)
107 bool RenderSVGResourceClipper::pathOnlyClipping(GraphicsContext* context, const FloatRect& objectBoundingBox)
159 const FloatRect& repaintRect, GraphicsContext* context)
182 GraphicsContext* maskContext = clipperData->clipMaskImage->context();
216 GraphicsContext* maskContext = clipperData->clipMaskImage->context();
  /external/webkit/Source/WebKit2/UIProcess/
TiledDrawingAreaTile.h 32 #include "GraphicsContext.h"
59 void paint(WebCore::GraphicsContext*, const WebCore::IntRect&);
FindIndicator.cpp 31 #include <WebCore/GraphicsContext.h>
145 void FindIndicator::draw(GraphicsContext& graphicsContext, const IntRect& dirtyRect)
151 graphicsContext.save();
153 graphicsContext.setShadow(FloatSize(shadowOffsetX, shadowOffsetY), shadowBlurRadius, shadowColor(), ColorSpaceSRGB);
154 graphicsContext.setFillColor(lightBorderColor(), ColorSpaceDeviceRGB);
155 graphicsContext.fillPath(pathWithRoundedRect(outerPathRect, cornerRadius));
156 graphicsContext.restore();
158 graphicsContext.save();
160 graphicsContext.clip(pathWithRoundedRect(innerPathRect, cornerRadius))
    [all...]
TiledDrawingAreaProxy.h 32 #include <WebCore/GraphicsContext.h>
84 void paint(WebCore::GraphicsContext*, const WebCore::IntRect&);
  /external/webkit/Source/WebKit2/UIProcess/mac/
BackingStoreMac.mm 33 #import <WebCore/GraphicsContext.h>
104 GraphicsContext graphicsContext(context);
112 bitmap->paint(graphicsContext, updateRect.location(), srcRect);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/ca/
LayerTreeHostCA.h 72 virtual void paintContents(const WebCore::GraphicsLayer*, WebCore::GraphicsContext&, WebCore::GraphicsLayerPaintingPhase, const WebCore::IntRect& clipRect);
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 45 #include "GraphicsContext.h"
95 virtual void strokeStyle(GraphicsContext* c)
132 if (GraphicsContext* c = drawingContext()) {
178 if (GraphicsContext* c = drawingContext()) {
297 GraphicsContext* c = drawingContext();
311 GraphicsContext* c = drawingContext();
325 GraphicsContext* context = drawingContext();
356 GraphicsContext* c = drawingContext();
385 GraphicsContext* c = drawingContext();
402 GraphicsContext* c = drawingContext()
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
TransparencyWin.cpp 35 #include "GraphicsContext.h"
52 inline SkCanvas* canvasForContext(const GraphicsContext& context)
57 inline const SkBitmap& bitmapForContext(const GraphicsContext& context)
62 void compositeToCopy(const GraphicsContext& sourceLayers,
63 GraphicsContext& destContext,
187 void TransparencyWin::init(GraphicsContext* dest,
  /external/webkit/Source/WebCore/platform/graphics/
ShadowBlur.cpp 34 #include "GraphicsContext.h"
309 void ShadowBlur::adjustBlurRadius(GraphicsContext* context)
342 IntRect ShadowBlur::calculateLayerBoundingRect(GraphicsContext* context, const FloatRect& shadowedRect, const IntRect& clipRect)
399 void ShadowBlur::drawShadowBuffer(GraphicsContext* graphicsContext)
404 graphicsContext->save();
410 graphicsContext->clip(FloatRect(m_layerOrigin, m_layerSize));
412 graphicsContext->clipToImageBuffer(m_layerImage, FloatRect(m_layerOrigin, bufferSize));
413 graphicsContext->setFillColor(m_color, m_colorSpace);
415 graphicsContext->clearShadow()
    [all...]
Gradient.h 136 virtual void fill(GraphicsContext*, const FloatRect&);
143 void paint(GraphicsContext*);
  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundation.h 145 virtual void paint(GraphicsContext*, const IntRect&);
146 virtual void paintCurrentFrameInContext(GraphicsContext*, const IntRect&) = 0;
  /external/webkit/Source/WebCore/platform/graphics/cairo/
ImageCairo.cpp 38 #include "GraphicsContext.h"
96 void BitmapImage::draw(GraphicsContext* context, const FloatRect& dst, const FloatRect& src, ColorSpace styleColorSpace, CompositeOperator op)
166 void Image::drawPattern(GraphicsContext* context, const FloatRect& tileRect, const AffineTransform& patternTransform,
  /external/webkit/Source/WebCore/platform/graphics/cg/
PDFDocumentImage.cpp 32 #include "GraphicsContext.h"
98 void PDFDocumentImage::adjustCTM(GraphicsContext* context) const
156 void PDFDocumentImage::draw(GraphicsContext* context, const FloatRect& dstRect, const FloatRect& srcRect, ColorSpace, CompositeOperator op)
169 // including accounting for the fact that a GraphicsContext is always flipped
  /external/webkit/Source/WebCore/platform/graphics/haiku/
ImageHaiku.cpp 38 #include "GraphicsContext.h"
89 void BitmapImage::draw(GraphicsContext* ctxt, const FloatRect& dst, const FloatRect& src, ColorSpace styleColorSpace, CompositeOperator op)
124 void Image::drawPattern(GraphicsContext* context, const FloatRect& tileRect, const AffineTransform& patternTransform, const FloatPoint& phase, ColorSpace, CompositeOperator op, const FloatRect& dstRect)
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontComplexTextMac.cpp 31 #include "GraphicsContext.h"
83 void Font::drawComplexText(GraphicsContext* context, const TextRun& run, const FloatPoint& point, int from, int to) const
99 void Font::drawEmphasisMarksForComplexText(GraphicsContext* context, const TextRun& run, const AtomicString& mark, const FloatPoint& point, int from, int to) const
MediaPlayerPrivateQTKit.h 129 void paint(GraphicsContext*, const IntRect&);
130 void paintCurrentFrameInContext(GraphicsContext*, const IntRect&);
  /external/webkit/Source/WebCore/platform/graphics/openvg/
ImageOpenVG.cpp 26 #include "GraphicsContext.h"
132 void BitmapImage::draw(GraphicsContext* context, const FloatRect& dst, const FloatRect& src, ColorSpace styleColorSpace, CompositeOperator op)
168 void Image::drawPattern(GraphicsContext* context, const FloatRect& src,
  /external/webkit/Source/WebCore/platform/graphics/win/
FontWin.cpp 31 #include "GraphicsContext.h"
97 void Font::drawComplexText(GraphicsContext* context, const TextRun& run, const FloatPoint& point,
114 void Font::drawEmphasisMarksForComplexText(GraphicsContext* context, const TextRun& run, const AtomicString& mark, const FloatPoint& point, int from, int to) const
  /external/webkit/Source/WebKit/win/
WebKitGraphics.cpp 37 #include <WebCore/GraphicsContext.h>
103 GraphicsContext context(info->cgContext);

Completed in 821 milliseconds

1 2 3 4 5 6 7 891011>>