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

1 2 3 4 5 6 7 891011>>

  /external/webkit/WebCore/svg/graphics/
SVGResourceClipper.cpp 33 #include "GraphicsContext.h"
86 void SVGResourceClipper::applyClip(GraphicsContext* context, const FloatRect& boundingBox) const
  /external/webkit/WebCore/html/
HTMLCanvasElement.cpp 43 #include "GraphicsContext.h"
254 void HTMLCanvasElement::paint(GraphicsContext* context, const IntRect& r)
352 GraphicsContext* HTMLCanvasElement::drawingContext() const
  /external/webkit/WebCore/html/canvas/
CanvasRenderingContext2D.h 48 class GraphicsContext;
248 GraphicsContext* drawingContext() const;
CanvasStyle.cpp 35 #include "GraphicsContext.h"
109 void CanvasStyle::applyStrokeColor(GraphicsContext* context)
146 // FIXME: Do this through platform-independent GraphicsContext API.
170 void CanvasStyle::applyFillColor(GraphicsContext* context)
207 // FIXME: Do this through platform-independent GraphicsContext API.
  /external/webkit/WebCore/page/
FrameView.h 171 virtual void paintContents(GraphicsContext*, const IntRect& damageRect);
253 virtual void paintScrollCorner(GraphicsContext*, const IntRect& cornerRect);
PrintContext.cpp 24 #include "GraphicsContext.h"
136 void PrintContext::spoolPage(GraphicsContext& ctx, int pageNumber, float width)
Chrome.cpp 474 bool ChromeClient::paintCustomScrollbar(GraphicsContext*, const FloatRect&, ScrollbarControlSize,
481 bool ChromeClient::paintCustomScrollCorner(GraphicsContext*, const FloatRect&)
  /external/webkit/WebCore/platform/graphics/
GraphicsLayer.h 74 class GraphicsContext;
295 void paintGraphicsLayerContents(GraphicsContext&, const IntRect& clip);
MediaPlayer.cpp 109 virtual void paint(GraphicsContext*, const IntRect&) { }
484 void MediaPlayer::paint(GraphicsContext* p, const IntRect& r)
489 void MediaPlayer::paintCurrentFrameInContext(GraphicsContext* p, const IntRect& r)
  /external/webkit/WebCore/platform/graphics/skia/
ImageBufferSkia.cpp 38 #include "GraphicsContext.h"
68 m_context.set(new GraphicsContext(&m_data.m_platformContext));
84 GraphicsContext* ImageBuffer::context() const
GradientSkia.cpp 35 #include "GraphicsContext.h"
184 void Gradient::fill(GraphicsContext* context, const FloatRect& rect)
  /external/webkit/WebCore/platform/graphics/wx/
ImageWx.cpp 33 #include "GraphicsContext.h"
89 void BitmapImage::draw(GraphicsContext* ctxt, const FloatRect& dst, const FloatRect& src, ColorSpace styleColorSpace, CompositeOperator op)
179 void Image::drawPattern(GraphicsContext* ctxt, const FloatRect& srcRect, const AffineTransform& patternTransform, const FloatPoint& phase, ColorSpace, CompositeOperator, const FloatRect& dstRect)
  /external/webkit/WebCore/platform/qt/
ScrollbarThemeQt.cpp 31 #include "GraphicsContext.h"
136 bool ScrollbarThemeQt::paint(Scrollbar* scrollbar, GraphicsContext* graphicsContext, const IntRect& damageRect)
138 if (graphicsContext->updatingControlTints()) {
143 StylePainter p(this, graphicsContext);
229 void ScrollbarThemeQt::paintScrollCorner(ScrollView* scrollView, GraphicsContext* context, const IntRect& rect)
  /external/webkit/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/WebKit/win/
WebNodeHighlight.cpp 36 #include <WebCore/GraphicsContext.h>
157 GraphicsContext context(hdc);
WebScrollBar.cpp 32 #include <WebCore/GraphicsContext.h>
163 GraphicsContext context(dc);
WebFrame.h 38 #include <WebCore/GraphicsContext.h>
53 class GraphicsContext;
359 void spoolPage (PlatformGraphicsContext* pctx, WebCore::GraphicsContext* spoolCtx, HDC printDC, IWebUIDelegate*, float headerHeight, float footerHeight, UINT page, UINT pageCount);
FullscreenVideoController.cpp 37 #include <WebCore/GraphicsContext.h>
112 void HUDButton::draw(GraphicsContext& context)
127 void HUDSlider::draw(GraphicsContext& context)
405 GraphicsContext context(bitmapDC, true);
  /external/webkit/WebCore/rendering/
InlineTextBox.cpp 32 #include "GraphicsContext.h"
236 void updateGraphicsContext(GraphicsContext* context, const Color& fillColor, const Color& strokeColor, float strokeThickness, ColorSpace colorSpace)
276 static void paintTextWithShadows(GraphicsContext* context, const Font& font, const TextRun& textRun, int startOffset, int endOffset, int truncationPoint, const IntPoint& textOrigin, int x, int y, int w, int h, ShadowData* shadow, bool stroked)
370 GraphicsContext* context = paintInfo.context;
572 void InlineTextBox::paintSelection(GraphicsContext* context, int tx, int ty, RenderStyle* style, const Font& font)
604 void InlineTextBox::paintCompositionBackground(GraphicsContext* context, int tx, int ty, RenderStyle* style, const Font& font, int startPos, int endPos)
647 void InlineTextBox::paintDecoration(GraphicsContext* context, int tx, int ty, int deco, ShadowData* shadow)
732 void InlineTextBox::paintSpellingOrGrammarMarker(GraphicsContext* pt, int tx, int ty, const DocumentMarker& marker, RenderStyle* style, const Font& font, bool grammar)
    [all...]
RenderScrollbarPart.cpp 156 void RenderScrollbarPart::paintIntoRect(GraphicsContext* graphicsContext, int tx, int ty, const IntRect& rect)
163 if (graphicsContext->paintingDisabled())
167 RenderObject::PaintInfo paintInfo(graphicsContext, rect, PaintPhaseBlockBackground, false, 0, 0);
  /external/webkit/WebCore/platform/graphics/filters/
FEComposite.cpp 30 #include "GraphicsContext.h"
127 GraphicsContext* filterContext = getEffectContext();
  /external/webkit/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.cpp 31 #include "GraphicsContext.h"
522 void MediaPlayerPrivate::paint(GraphicsContext* p, const IntRect& r)
532 OwnPtr<GraphicsContext::WindowsBitmap> bitmap;
561 void MediaPlayerPrivate::paintCompleted(GraphicsContext& context, const IntRect& rect)
770 void MediaPlayerPrivate::paintContents(const GraphicsLayer*, GraphicsContext& context, GraphicsLayerPaintingPhase, const IntRect&)
  /external/webkit/WebCore/platform/graphics/wince/
PlatformPathWince.h 25 class GraphicsContext;
  /external/webkit/WebCore/platform/gtk/
ScrollbarGtk.cpp 24 #include "GraphicsContext.h"
200 * the widget correctly. ATM we do not honor the GraphicsContext translation.
202 void ScrollbarGtk::paint(GraphicsContext* context, const IntRect& rect)
  /external/webkit/WebCore/inspector/
InspectorController.h 65 class GraphicsContext;
211 void drawNodeHighlight(GraphicsContext&) const;

Completed in 279 milliseconds

1 2 3 4 5 6 7 891011>>