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

1 2 3 4 5 67 8 91011>>

  /external/webkit/Source/WebKit2/WebProcess/WebPage/
FindController.h 63 virtual void drawRect(PageOverlay*, WebCore::GraphicsContext&, const WebCore::IntRect& dirtyRect);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontChromiumWin.cpp 64 TransparencyAwareFontPainter(GraphicsContext*, const FloatPoint&);
77 GraphicsContext* m_graphicsContext;
97 TransparencyAwareFontPainter::TransparencyAwareFontPainter(GraphicsContext* context,
188 TransparencyAwareGlyphPainter(GraphicsContext*,
215 GraphicsContext* context,
300 TransparencyAwareUniscribePainter(GraphicsContext*,
320 GraphicsContext* context,
377 static void drawGlyphsWin(GraphicsContext* graphicsContext,
383 graphicsContext->platformContext()->prepareForSoftwareDraw()
    [all...]
PlatformCanvas.cpp 30 #include "GraphicsContext.h"
97 m_context = adoptPtr(new GraphicsContext(reinterpret_cast<PlatformGraphicsContext*>(m_skiaContext.get())));
108 m_context = adoptPtr(new GraphicsContext(m_contextCG.get()));
UniscribeHelper.h 47 class GraphicsContext;
193 void draw(GraphicsContext* graphicsContext, HDC dc, int x, int y, int from,
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.h 118 virtual void paint(GraphicsContext*, const IntRect&);
177 void paintBorder(GraphicsContext*, const IntRect&);
ScrollbarThemeChromiumLinux.cpp 53 void ScrollbarThemeChromiumLinux::paintTrackPiece(GraphicsContext* gc, Scrollbar* scrollbar, const IntRect& rect, ScrollbarPart partType)
70 void ScrollbarThemeChromiumLinux::paintButton(GraphicsContext* gc, Scrollbar* scrollbar, const IntRect& rect, ScrollbarPart part)
105 void ScrollbarThemeChromiumLinux::paintThumb(GraphicsContext* gc, Scrollbar* scrollbar, const IntRect& rect)
ScrollbarThemeChromium.cpp 96 void ScrollbarThemeChromium::paintTrackBackground(GraphicsContext* context, Scrollbar* scrollbar, const IntRect& rect)
103 void ScrollbarThemeChromium::paintTickmarks(GraphicsContext* context, Scrollbar* scrollbar, const IntRect& rect)
  /external/webkit/Source/WebCore/platform/graphics/filters/
FETile.cpp 28 #include "GraphicsContext.h"
78 GraphicsContext* tileImageContext = tileImage->context();
87 GraphicsContext* filterContext = resultImage->context();
  /external/webkit/Source/WebCore/platform/graphics/mac/
GraphicsContextMac.mm 27 #import "GraphicsContext.h"
60 void GraphicsContext::drawFocusRing(const Path& path, int width, int /*offset*/, const Color& color)
73 void GraphicsContext::drawFocusRing(const Vector<IntRect>& rects, int width, int offset, const Color& color)
91 void GraphicsContext::setPlatformCompositeOperation(CompositeOperator op)
115 void GraphicsContext::drawLineForTextChecking(const FloatPoint& point, float width, TextCheckingLineStyle style)
  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivateQt.h 91 void paint(GraphicsContext*, const IntRect&);
93 void paintCurrentFrameInContext(GraphicsContext*, const IntRect&);
TileQt.cpp 25 #include "GraphicsContext.h"
115 GraphicsContext context(&painter);
142 void Tile::paint(GraphicsContext* context, const IntRect& rect)
156 void Tile::paintCheckerPattern(GraphicsContext* context, const FloatRect& target)
  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapper.h 30 #include "GraphicsContext.h"
96 static PassOwnPtr<TextureMapper> create(GraphicsContext* graphicsContext = 0);
109 virtual void setGraphicsContext(GraphicsContext*) { }
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
Plugin.h 42 class GraphicsContext;
78 virtual void paint(WebCore::GraphicsContext*, const WebCore::IntRect& dirtyRect) = 0;
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceGradient.cpp 29 #include "GraphicsContext.h"
77 static inline bool createMaskAndSwapContextForTextGradient(GraphicsContext*& context,
78 GraphicsContext*& savedContext,
97 GraphicsContext* maskImageContext = maskImage->context();
110 static inline AffineTransform clipToTextMask(GraphicsContext* context,
141 bool RenderSVGResourceGradient::applyResource(RenderObject* object, RenderStyle* style, GraphicsContext*& context, unsigned short resourceMode)
232 void RenderSVGResourceGradient::postApplyResource(RenderObject* object, GraphicsContext*& context, unsigned short resourceMode, const Path* path)
  /external/webkit/Source/WebCore/platform/graphics/wince/
ImageWinCE.cpp 31 #include "GraphicsContext.h"
77 GraphicsContext gc(hdc.get());
91 void BitmapImage::drawFrameMatchingSourceSize(GraphicsContext* ctxt, const FloatRect& dstRect, const IntSize& srcSize, ColorSpace styleColorSpace, CompositeOperator compositeOp)
111 void BitmapImage::draw(GraphicsContext* ctxt, const FloatRect& dstRect, const FloatRect& srcRectIn, ColorSpace styleColorSpace, CompositeOperator compositeOp)
136 void Image::drawPattern(GraphicsContext* ctxt, const FloatRect& tileRect, const AffineTransform& patternTransform,
142 void BitmapImage::drawPattern(GraphicsContext* ctxt, const FloatRect& tileRectIn, const AffineTransform& patternTransform,
SharedBitmap.h 39 class GraphicsContext;
84 void draw(GraphicsContext* ctxt, const IntRect& dstRect, const IntRect& srcRect, ColorSpace styleColorSpace, CompositeOperator compositeOp);
85 void drawPattern(GraphicsContext* ctxt, const FloatRect& tileRectIn, const AffineTransform& patternTransform,
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeVisualContext.h 49 class GraphicsContext;
111 void paint(GraphicsContext*, const IntRect&);
112 void paintCompleted(GraphicsContext&, const IntRect&);
  /external/webkit/Source/WebCore/platform/graphics/wx/
FontWx.cpp 31 #include "GraphicsContext.h"
70 void Font::drawGlyphs(GraphicsContext* graphicsContext, const SimpleFontData* font, const GlyphBuffer& glyphBuffer,
74 Color color = graphicsContext->fillColor();
80 drawTextWithSpacing(graphicsContext, font, color, glyphBuffer, from, numGlyphs, point);
119 void Font::drawComplexText(GraphicsContext* context, const TextRun& run, const FloatPoint& point, int from, int to) const
157 void Font::drawEmphasisMarksForComplexText(GraphicsContext* context, const TextRun& run, const AtomicString& mark, const FloatPoint& point, int from, int to) const
  /external/webkit/Source/WebCore/platform/haiku/
ScrollbarThemeHaiku.cpp 30 #include "GraphicsContext.h"
116 void ScrollbarThemeHaiku::paintScrollbarBackground(GraphicsContext* context, Scrollbar* scrollbar)
127 void ScrollbarThemeHaiku::paintButton(GraphicsContext* context, Scrollbar* scrollbar, const IntRect& rect, ScrollbarPart part)
149 void ScrollbarThemeHaiku::paintThumb(GraphicsContext* context, Scrollbar*, const IntRect& rect)
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebChromeClient.h 29 #include <WebCore/GraphicsContext.h>
133 virtual bool paintCustomScrollbar(WebCore::GraphicsContext*, const WebCore::FloatRect&, WebCore::ScrollbarControlSize,
136 virtual bool paintCustomScrollCorner(WebCore::GraphicsContext*, const WebCore::FloatRect&);
  /external/webkit/Source/WebCore/inspector/
DOMNodeHighlighter.cpp 37 #include "GraphicsContext.h"
60 void drawOutlinedQuad(GraphicsContext& context, const FloatQuad& quad, const Color& fillColor)
85 void drawOutlinedQuadWithClip(GraphicsContext& context, const FloatQuad& quad, const FloatQuad& clipQuad, const Color& fillColor)
94 void drawHighlightForBox(GraphicsContext& context, const FloatQuad& contentQuad, const FloatQuad& paddingQuad, const FloatQuad& borderQuad, const FloatQuad& marginQuad)
111 void drawHighlightForLineBoxesOrSVGRenderer(GraphicsContext& context, const Vector<FloatQuad>& lineBoxQuads)
125 void drawElementTitle(GraphicsContext& context, Node* node, const IntRect& boundingBox, const IntRect& anchorBox, const FloatRect& overlayRect, WebCore::Settings* settings)
215 void DrawNodeHighlight(GraphicsContext& context, Node* node)
  /external/webkit/Source/WebCore/platform/
ScrollView.h 276 virtual void paint(GraphicsContext*, const IntRect&);
277 void paintScrollbars(GraphicsContext*, const IntRect&);
288 void paintPanScrollIcon(GraphicsContext*);
293 virtual void paintScrollCorner(GraphicsContext*, const IntRect& cornerRect);
307 virtual void paintContents(GraphicsContext*, const IntRect& damageRect) = 0;
310 virtual void paintOverhangAreas(GraphicsContext*, const IntRect& horizontalOverhangArea, const IntRect& verticalOverhangArea, const IntRect& dirtyRect);
Scrollbar.h 37 class GraphicsContext;
84 virtual void paint(GraphicsContext*, const IntRect& damageRect);
  /external/webkit/Source/WebCore/page/win/
FrameCGWin.cpp 42 static void drawRectIntoContext(IntRect rect, FrameView* view, GraphicsContext* gc)
70 GraphicsContext gc(context);
  /external/webkit/Source/WebCore/platform/graphics/cg/
GradientCG.cpp 106 void Gradient::fill(GraphicsContext* context, const FloatRect& rect)
112 void Gradient::paint(GraphicsContext* context)

Completed in 553 milliseconds

1 2 3 4 5 67 8 91011>>