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

1 2 3 4 56 7 8 91011>>

  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceSolidColor.cpp 25 #include "GraphicsContext.h"
45 bool RenderSVGResourceSolidColor::applyResource(RenderObject* object, RenderStyle* style, GraphicsContext*& context, unsigned short resourceMode)
77 void RenderSVGResourceSolidColor::postApplyResource(RenderObject*, GraphicsContext*& context, unsigned short resourceMode, const Path* path)
RenderSVGResourceMarker.h 58 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short) { return false; }
RenderSVGResourceMasker.h 25 #include "GraphicsContext.h"
50 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode);
  /external/webkit/Source/WebKit/android/jni/
PicturePile.h 56 class GraphicsContext;
60 virtual void paintContents(GraphicsContext* gc, IntRect& dirty) = 0;
WebCoreViewBridge.h 36 class GraphicsContext;
51 virtual void draw(WebCore::GraphicsContext* ctx,
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsContextCairoWin.cpp 27 #include "GraphicsContext.h"
67 GraphicsContext::GraphicsContext(HDC dc, bool hasAlpha)
73 void GraphicsContext::platformInit(HDC dc, bool hasAlpha)
123 void GraphicsContext::releaseWindowsContext(HDC hdc, const IntRect& dstRect, bool supportAlphaBlend, bool mayCreateBitmap)
151 void GraphicsContext::drawWindowsBitmap(WindowsBitmap* bitmap, const IntPoint& point)
  /external/webkit/Source/WebCore/platform/graphics/android/
ImageBufferAndroid.cpp 32 #include "GraphicsContext.h"
53 // because that is what we create in GraphicsContext::createOffscreenContext
68 // GraphicsContext creates a 32bpp SkBitmap, so 4 bytes per pixel.
72 m_context.set(GraphicsContext::createOffscreenContext(size.width(), size.height()));
81 GraphicsContext* ImageBuffer::context() const
112 void ImageBuffer::clip(GraphicsContext* context, const FloatRect& rect) const
117 void ImageBuffer::draw(GraphicsContext* context, ColorSpace styleColorSpace, const FloatRect& destRect, const FloatRect& srcRect, CompositeOperator op, bool useLowQualityScale)
123 void ImageBuffer::drawPattern(GraphicsContext* context, const FloatRect& srcRect, const AffineTransform& patternTransform, const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator op, const FloatRect& destRect)
131 GraphicsContext* gc = this->context();
193 GraphicsContext* gc = this->context()
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
ImageBufferWinCE.cpp 25 #include "GraphicsContext.h"
46 virtual void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, ColorSpace styleColorSpace, CompositeOperator);
47 virtual void drawPattern(GraphicsContext*, const FloatRect& srcRect, const AffineTransform& patternTransform,
53 void BufferedImage::draw(GraphicsContext* ctxt, const FloatRect& dstRect, const FloatRect& srcRect, ColorSpace styleColorSpace, CompositeOperator compositeOp)
60 void BufferedImage::drawPattern(GraphicsContext* ctxt, const FloatRect& tileRectIn, const AffineTransform& patternTransform,
82 m_context.set(new GraphicsContext(0));
96 GraphicsContext* ImageBuffer::context() const
111 void ImageBuffer::clip(GraphicsContext*, const FloatRect&) const
116 void ImageBuffer::draw(GraphicsContext* context, ColorSpace styleColorSpace, const FloatRect& destRect, const FloatRect& srcRect,
123 void ImageBuffer::drawPattern(GraphicsContext* context, const FloatRect& srcRect, const AffineTransform& patternTransform
    [all...]
GraphicsContextWinCE.cpp 23 #include "GraphicsContext.h"
588 void GraphicsContext::platformInit(PlatformGraphicsContext* dc)
593 void GraphicsContext::platformDestroy()
598 void GraphicsContext::setBitmap(PassRefPtr<SharedBitmap> bmp)
604 HDC GraphicsContext::getWindowsContext(const IntRect& dstRect, bool supportAlphaBlend, bool mayCreateBitmap)
611 void GraphicsContext::releaseWindowsContext(HDC hdc, const IntRect& dstRect, bool supportAlphaBlend, bool mayCreateBitmap)
615 void GraphicsContext::savePlatformState()
620 void GraphicsContext::restorePlatformState()
625 void GraphicsContext::drawRect(const IntRect& rect)
670 void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint& point2
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLCanvasElement.h 47 class GraphicsContext;
100 void paint(GraphicsContext*, const IntRect&);
102 GraphicsContext* drawingContext() const;
HTMLVideoElement.h 65 void paintCurrentFrameInContext(GraphicsContext*, const IntRect&);
  /external/webkit/Source/WebCore/html/canvas/
CanvasStyle.h 39 class GraphicsContext;
61 void applyFillColor(GraphicsContext*);
62 void applyStrokeColor(GraphicsContext*);
  /external/webkit/Source/WebCore/platform/win/
WebCoreTextRenderer.cpp 30 #include "GraphicsContext.h"
49 static void doDrawTextAtPoint(GraphicsContext& context, const String& text, const IntPoint& point, const Font& font, const Color& color, int underlinedIndex)
80 void WebCoreDrawTextAtPoint(GraphicsContext& context, const String& text, const IntPoint& point, const Font& font, const Color& color, int underlinedIndex)
89 void WebCoreDrawDoubledTextAtPoint(GraphicsContext& context, const String& text, const IntPoint& point, const Font& font, const Color& topColor, const Color& bottomColor, int underlinedIndex)
  /external/webkit/Source/WebCore/page/qt/
FrameQt.cpp 27 #include "GraphicsContext.h"
53 GraphicsContext* context = buffer->context();
  /external/webkit/Source/WebCore/platform/graphics/
BitmapImage.h 105 friend class GraphicsContext;
184 virtual void drawFrameMatchingSourceSize(GraphicsContext*, const FloatRect& dstRect, const IntSize& srcSize, ColorSpace styleColorSpace, CompositeOperator);
186 virtual void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, ColorSpace styleColorSpace, CompositeOperator);
189 virtual void drawPattern(GraphicsContext*, const FloatRect& srcRect, const AffineTransform& patternTransform,
  /external/webkit/Source/WebCore/platform/graphics/cg/
PatternCG.cpp 31 #include "GraphicsContext.h"
43 CGRect rect = GraphicsContext(context).roundToDevicePixels(
  /external/webkit/Source/WebCore/platform/graphics/haiku/
GradientHaiku.cpp 31 #include "GraphicsContext.h"
67 void Gradient::fill(GraphicsContext* context, const FloatRect& rect)
  /external/webkit/Source/WebCore/platform/graphics/qt/
IconQt.cpp 24 #include "GraphicsContext.h"
59 void Icon::paint(GraphicsContext* ctx, const IntRect& rect)
  /external/webkit/Source/WebCore/platform/mac/
ScrollbarThemeMac.h 39 virtual bool paint(Scrollbar*, GraphicsContext* context, const IntRect& damageRect);
ThemeMac.h 50 virtual void paint(ControlPart, ControlStates, GraphicsContext*, const IntRect&, float zoomFactor, ScrollView*) const;
  /external/webkit/Source/WebCore/platform/qt/
WidgetQt.cpp 37 #include "GraphicsContext.h"
104 void Widget::paint(GraphicsContext*, const IntRect&)
  /external/webkit/Source/WebKit/win/
FullscreenVideoController.h 40 class GraphicsContext;
52 virtual void draw(WebCore::GraphicsContext&) = 0;
75 virtual void draw(WebCore::GraphicsContext&);
93 virtual void draw(WebCore::GraphicsContext&);
  /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...]
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.h 118 virtual void paint(GraphicsContext*, const IntRect&);
177 void paintBorder(GraphicsContext*, const IntRect&);

Completed in 849 milliseconds

1 2 3 4 56 7 8 91011>>