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

<<111213141516171819

  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebDragClientWin.cpp 38 #include <WebCore/GraphicsContext.h>
  /external/webkit/Source/WebCore/html/canvas/
CanvasStyle.cpp 36 #include "GraphicsContext.h"
230 void CanvasStyle::applyStrokeColor(GraphicsContext* context)
239 // FIXME: Do this through platform-independent GraphicsContext API.
267 void CanvasStyle::applyFillColor(GraphicsContext* context)
276 // FIXME: Do this through platform-independent GraphicsContext API.
  /external/webkit/Source/WebCore/inspector/
InspectorDOMAgent.h 56 class GraphicsContext;
166 void drawNodeHighlight(GraphicsContext&) const;
  /external/webkit/Source/WebCore/platform/
Widget.h 115 class GraphicsContext;
170 virtual void paint(GraphicsContext*, const IntRect&);
  /external/webkit/Source/WebCore/platform/graphics/android/
ImageAndroid.cpp 32 #include "GraphicsContext.h"
174 void BitmapImage::draw(GraphicsContext* gc, const FloatRect& dstRect,
230 void Image::drawPattern(GraphicsContext* gc, const FloatRect& srcRect,
  /external/webkit/Source/WebCore/platform/graphics/cairo/
FontCairo.cpp 38 #include "GraphicsContext.h"
68 static void drawGlyphsShadow(GraphicsContext* graphicsContext, const FloatPoint& point, const SimpleFontData* font, GlyphBufferGlyph* glyphs, int numGlyphs)
70 ContextShadow* shadow = graphicsContext->contextShadow();
73 if (!(graphicsContext->textDrawingMode() & TextModeFill) || shadow->m_type == ContextShadow::NoShadow)
76 if (!shadow->mustUseContextShadow(graphicsContext)) {
78 cairo_t* context = graphicsContext->platformContext()->cr();
91 cairo_t* shadowContext = shadow->beginShadowLayer(graphicsContext, fontExtentsRect);
95 shadow->endShadowLayer(graphicsContext);
99 void Font::drawGlyphs(GraphicsContext* context, const SimpleFontData* font, const GlyphBuffer& glyphBuffer
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cg/
PathCG.cpp 34 #include "GraphicsContext.h"
146 GraphicsContext gc(context);
178 GraphicsContext graphicsContext(context);
179 applier->strokeStyle(&graphicsContext);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerRendererChromium.h 193 OwnPtr<GraphicsContext> m_rootLayerGraphicsContext;
197 OwnPtr<GraphicsContext> m_rootLayerGraphicsContext;
  /external/webkit/Source/WebCore/platform/graphics/qt/
ImageQt.cpp 39 #include "GraphicsContext.h"
104 void Image::drawPattern(GraphicsContext* ctxt, const FloatRect& tileRect, const AffineTransform& patternTransform,
204 void BitmapImage::draw(GraphicsContext* ctxt, const FloatRect& dst,
TextureMapperQt.cpp 112 void TextureMapperQt::setGraphicsContext(GraphicsContext* context)
165 PassOwnPtr<TextureMapper> TextureMapper::create(GraphicsContext* context)
FontQt.cpp 31 #include "GraphicsContext.h"
76 static void drawTextCommon(GraphicsContext* ctx, const TextRun& run, const FloatPoint& point, int from, int to, const QFont& font, bool isComplexText)
238 void Font::drawSimpleText(GraphicsContext* ctx, const TextRun& run, const FloatPoint& point, int from, int to) const
243 void Font::drawComplexText(GraphicsContext* ctx, const TextRun& run, const FloatPoint& point, int from, int to) const
266 void Font::drawEmphasisMarksForSimpleText(GraphicsContext* /* context */, const TextRun& /* run */, const AtomicString& /* mark */, const FloatPoint& /* point */, int /* from */, int /* to */) const
271 void Font::drawEmphasisMarksForComplexText(GraphicsContext* /* context */, const TextRun& /* run */, const AtomicString& /* mark */, const FloatPoint& /* point */, int /* from */, int /* to */) const
  /external/webkit/Source/WebCore/platform/graphics/skia/
PathSkia.cpp 233 GraphicsContext* scratch = scratchContext();
252 GraphicsContext* scratch = scratchContext();
  /external/webkit/Source/WebCore/platform/graphics/wx/
ImageWx.cpp 33 #include "GraphicsContext.h"
90 void BitmapImage::draw(GraphicsContext* ctxt, const FloatRect& dst, const FloatRect& src, ColorSpace styleColorSpace, CompositeOperator op)
180 void Image::drawPattern(GraphicsContext* ctxt, const FloatRect& srcRect, const AffineTransform& patternTransform, const FloatPoint& phase, ColorSpace, CompositeOperator, const FloatRect& dstRect)
  /external/webkit/Source/WebCore/platform/qt/
RenderThemeQt.h 199 explicit StylePainter(ScrollbarThemeQt*, GraphicsContext*);
216 void init(GraphicsContext* context, QStyle*);
ScrollbarThemeQt.cpp 31 #include "GraphicsContext.h"
140 bool ScrollbarThemeQt::paint(Scrollbar* scrollbar, GraphicsContext* graphicsContext, const IntRect& damageRect)
142 if (graphicsContext->updatingControlTints()) {
147 StylePainter p(this, graphicsContext);
236 void ScrollbarThemeQt::paintScrollCorner(ScrollView* scrollView, GraphicsContext* context, const IntRect& rect)
  /external/webkit/Source/WebCore/platform/wx/
ScrollbarThemeWx.cpp 175 void ScrollbarThemeWx::paintScrollCorner(ScrollView* view, GraphicsContext* context, const IntRect& cornerRect)
184 bool ScrollbarThemeWx::paint(Scrollbar* scrollbar, GraphicsContext* context, const IntRect& rect)
  /external/webkit/Source/WebCore/rendering/
EllipsisBox.cpp 24 #include "GraphicsContext.h"
34 GraphicsContext* context = paintInfo.context;
81 void EllipsisBox::paintSelection(GraphicsContext* context, int tx, int ty, RenderStyle* style, const Font& font)
  /external/webkit/Source/WebCore/rendering/svg/
SVGInlineTextBox.cpp 27 #include "GraphicsContext.h"
334 bool SVGInlineTextBox::acquirePaintingResource(GraphicsContext*& context, float scalingFactor, RenderObject* renderer, RenderStyle* style)
370 void SVGInlineTextBox::releasePaintingResource(GraphicsContext*& context, const Path* path)
381 bool SVGInlineTextBox::prepareGraphicsContextForTextPainting(GraphicsContext*& context, float scalingFactor, TextRun& textRun, RenderStyle* style)
394 void SVGInlineTextBox::restoreGraphicsContextAfterTextPainting(GraphicsContext*& context, TextRun& textRun)
495 void SVGInlineTextBox::paintDecoration(GraphicsContext* context, ETextDecoration decoration, const SVGTextFragment& fragment)
548 void SVGInlineTextBox::paintDecorationWithStyle(GraphicsContext* context, ETextDecoration decoration, const SVGTextFragment& fragment, RenderObject* decorationRenderer)
577 // Android does not support GraphicsContext::setCTM().
601 void SVGInlineTextBox::paintTextWithShadows(GraphicsContext* context, RenderStyle* style, TextRun& textRun, const SVGTextFragment& fragment, int startPosition, int endPosition)
633 // Android does not support GraphicsContext::setCTM()
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.h 44 class GraphicsContext;
222 void paintWithContext(WebCore::GraphicsContext&, const WebRect&);
  /external/webkit/Source/WebKit/win/
WebNodeHighlight.cpp 35 #include <WebCore/GraphicsContext.h>
155 GraphicsContext context(hdc);
WebScrollBar.cpp 31 #include <WebCore/GraphicsContext.h>
163 GraphicsContext context(dc);
FullscreenVideoController.cpp 39 #include <WebCore/GraphicsContext.h>
116 void HUDButton::draw(GraphicsContext& context)
131 void HUDSlider::draw(GraphicsContext& context)
187 virtual void platformCALayerPaintContents(GraphicsContext&, const IntRect& inClip) { }
489 GraphicsContext context(bitmapDC, true);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.h 132 void platformPaint(WebCore::GraphicsContext*, const WebCore::IntRect& dirtyRect, bool isSnapshot = false);
144 virtual void paint(WebCore::GraphicsContext*, const WebCore::IntRect& dirtyRect);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/win/
NetscapePluginWin.cpp 31 #include <WebCore/GraphicsContext.h>
138 void NetscapePlugin::platformPaint(GraphicsContext* context, const IntRect& dirtyRect, bool)
  /external/webkit/Source/WebCore/platform/gtk/
RenderThemeGtk.cpp 31 #include "GraphicsContext.h"
228 static void paintGdkPixbuf(GraphicsContext* context, const GdkPixbuf* icon, const IntRect& iconRect)
478 bool RenderThemeGtk::paintMediaButton(RenderObject* renderObject, GraphicsContext* context, const IntRect& rect, const char* iconName)
528 GraphicsContext* context = paintInfo.context;
595 GraphicsContext* context = paintInfo.context;
617 GraphicsContext* context = paintInfo.context;

Completed in 996 milliseconds

<<111213141516171819