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

1 2 3 4 5 6 7 891011>>

  /external/webkit/Source/WebCore/platform/haiku/
WidgetHaiku.cpp 121 void Widget::paint(GraphicsContext*, IntRect const&)
  /external/webkit/Source/WebCore/platform/wx/
WidgetWx.cpp 29 #include "GraphicsContext.h"
99 void Widget::paint(GraphicsContext*,const IntRect& r)
  /external/webkit/Source/WebCore/platform/wx/wxcode/mac/carbon/
non-kerned-drawing.cpp 29 #include "GraphicsContext.h"
44 void drawTextWithSpacing(GraphicsContext* graphicsContext, const SimpleFontData* font, const wxColour& color, const GlyphBuffer& glyphBuffer, int from, int numGlyphs, const FloatPoint& point)
46 graphicsContext->save();
48 wxGCDC* dc = static_cast<wxGCDC*>(graphicsContext->platformContext());
51 graphicsContext->setFillColor(graphicsContext->fillColor(), ColorSpaceDeviceRGB);
62 graphicsContext->fillColor().getRGBA(red, green, blue, alpha);
77 graphicsContext->restore();
  /external/webkit/Source/WebCore/plugins/
PluginViewNone.cpp 51 void PluginView::paint(GraphicsContext*, const IntRect&)
  /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);
  /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&);
  /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

Completed in 865 milliseconds

1 2 3 4 5 6 7 891011>>