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

12 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/rendering/
RenderScrollbarTheme.h 47 virtual void paintScrollCorner(ScrollView*, GraphicsContext* context, const IntRect& cornerRect);
71 virtual void paintScrollbarBackground(GraphicsContext*, Scrollbar*);
72 virtual void paintTrackBackground(GraphicsContext*, Scrollbar*, const IntRect&);
73 virtual void paintTrackPiece(GraphicsContext*, Scrollbar*, const IntRect&, ScrollbarPart);
74 virtual void paintButton(GraphicsContext*, Scrollbar*, const IntRect&, ScrollbarPart);
75 virtual void paintThumb(GraphicsContext*, Scrollbar*, const IntRect&);
InlineTextBox.h 37 void updateGraphicsContext(GraphicsContext*, const Color& fillColor, const Color& strokeColor, float strokeThickness, ColorSpace);
126 void paintCompositionBackground(GraphicsContext*, int tx, int ty, RenderStyle*, const Font&, int startPos, int endPos);
127 void paintDocumentMarkers(GraphicsContext*, int tx, int ty, RenderStyle*, const Font&, bool background);
128 void paintCompositionUnderline(GraphicsContext*, int tx, int ty, const CompositionUnderline&);
134 void paintDecoration(GraphicsContext*, int tx, int ty, int decoration, ShadowData*);
135 void paintSelection(GraphicsContext*, int tx, int ty, RenderStyle*, const Font&);
136 void paintSpellingOrGrammarMarker(GraphicsContext*, int tx, int ty, const DocumentMarker&, RenderStyle*, const Font&, bool grammar);
137 void paintTextMatchMarker(GraphicsContext*, int tx, int ty, const DocumentMarker&, RenderStyle*, const Font&);
  /external/webkit/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 27 #include "GraphicsContext.h"
115 GraphicsContext::GraphicsContext(PlatformGraphicsContext* context)
132 GraphicsContext::~GraphicsContext()
138 PlatformGraphicsContext* GraphicsContext::platformContext() const
143 void GraphicsContext::savePlatformState()
170 void GraphicsContext::restorePlatformState()
198 void GraphicsContext::drawRect(const IntRect& rect)
208 void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint& point2
    [all...]
  /external/webkit/WebCore/platform/graphics/
GraphicsContext.cpp 27 #include "GraphicsContext.h"
76 GraphicsContextPrivate* GraphicsContext::createGraphicsContextPrivate()
81 void GraphicsContext::destroyGraphicsContextPrivate(GraphicsContextPrivate* deleteMe)
86 void GraphicsContext::save()
96 void GraphicsContext::restore()
102 LOG_ERROR("ERROR void GraphicsContext::restore() stack is empty");
111 void GraphicsContext::setStrokeThickness(float thickness)
117 void GraphicsContext::setStrokeStyle(const StrokeStyle& style)
123 void GraphicsContext::setStrokeColor(const Color& color, ColorSpace colorSpace)
132 void GraphicsContext::setShadow(const IntSize& size, int blur, const Color& color, ColorSpace colorSpace
    [all...]
Image.h 74 class GraphicsContext;
84 friend class GraphicsContext;
163 static void fillWithSolidColor(GraphicsContext*, const FloatRect& dstRect, const Color&, ColorSpace styleColorSpace, CompositeOperator);
167 virtual void drawFrameMatchingSourceSize(GraphicsContext*, const FloatRect& dstRect, const IntSize& srcSize, ColorSpace styleColorSpace, CompositeOperator) { }
169 virtual void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, ColorSpace styleColorSpace, CompositeOperator) = 0;
170 void drawTiled(GraphicsContext*, const FloatRect& dstRect, const FloatPoint& srcPoint, const FloatSize& tileSize, ColorSpace styleColorSpace, CompositeOperator);
171 void drawTiled(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, TileRule hRule, TileRule vRule, ColorSpace styleColorSpace, CompositeOperator);
177 virtual void drawPattern(GraphicsContext*, const FloatRect& srcRect, const AffineTransform& patternTransform,
GeneratedImage.h 60 virtual void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, ColorSpace styleColorSpace, CompositeOperator);
61 virtual void drawPattern(GraphicsContext*, const FloatRect& srcRect, const AffineTransform& patternTransform,
  /external/webkit/WebCore/platform/graphics/chromium/
TransparencyWin.h 46 class GraphicsContext;
132 void init(GraphicsContext* dest,
145 GraphicsContext* context() const { return m_drawContext; }
193 GraphicsContext* m_destContext;
220 GraphicsContext* m_drawContext;
IconChromiumLinux.cpp 34 #include "GraphicsContext.h"
55 void Icon::paint(GraphicsContext*, const IntRect&)
  /external/webkit/WebCore/svg/graphics/
SVGPaintServerPattern.h 43 class GraphicsContext;
67 virtual bool setup(GraphicsContext*&, const RenderObject*, const RenderStyle*, SVGPaintTargetType, bool isPaintingText) const;
68 virtual void teardown(GraphicsContext*&, const RenderObject*, SVGPaintTargetType, bool isPaintingText) const;
SVGPaintServerSolid.h 48 virtual bool setup(GraphicsContext*&, const RenderObject*, const RenderStyle*, SVGPaintTargetType, bool isPaintingText) const;
  /external/webkit/WebCore/page/
PrintContext.h 32 class GraphicsContext;
50 void spoolPage(GraphicsContext& ctx, int pageNumber, float width);
  /external/webkit/WebCore/platform/graphics/android/
GraphicsContextAndroid.cpp 27 #include "GraphicsContext.h"
82 GraphicsContext* mCG; // back-ptr to our parent
166 GraphicsContextPlatformPrivate(GraphicsContext* cg, PlatformGraphicsContext* pgc)
347 GraphicsContext* GraphicsContext::createOffscreenContext(int width, int height)
358 GraphicsContext* ctx = new GraphicsContext(pgc);
365 GraphicsContext::GraphicsContext(PlatformGraphicsContext *gc)
372 GraphicsContext::~GraphicsContext(
    [all...]
android_graphics.h 35 class GraphicsContext;
38 SkCanvas* android_gc2canvas(GraphicsContext* gc);
  /external/webkit/WebCore/platform/qt/
ScrollbarThemeQt.h 43 virtual bool paint(Scrollbar*, GraphicsContext*, const IntRect& damageRect);
44 virtual void paintScrollCorner(ScrollView*, GraphicsContext*, const IntRect& cornerRect);
  /external/webkit/WebCore/platform/wx/
ScrollbarThemeWx.h 38 virtual bool paint(Scrollbar*, GraphicsContext*, const IntRect&);
40 virtual void paintScrollCorner(ScrollView*, GraphicsContext*, const IntRect& cornerRect);
  /external/webkit/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 32 #include "GraphicsContext.h"
222 GraphicsContext::GraphicsContext(PlatformGraphicsContext* gc)
229 GraphicsContext::~GraphicsContext()
235 PlatformGraphicsContext* GraphicsContext::platformContext() const
243 void GraphicsContext::savePlatformState()
252 void GraphicsContext::restorePlatformState()
261 void GraphicsContext::beginTransparencyLayer(float opacity)
277 void GraphicsContext::endTransparencyLayer(
    [all...]
BitmapImageSingleFrameSkia.h 75 virtual void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, ColorSpace styleColorSpace, CompositeOperator);
  /external/webkit/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 29 #include "GraphicsContext.h"
145 GraphicsContext::GraphicsContext(CGContextRef cgContext)
157 GraphicsContext::~GraphicsContext()
163 CGContextRef GraphicsContext::platformContext() const
170 void GraphicsContext::savePlatformState()
178 void GraphicsContext::restorePlatformState()
188 void GraphicsContext::drawRect(const IntRect& rect)
217 void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint& point2
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
GraphicsContextWin.cpp 27 #include "GraphicsContext.h"
56 bool GraphicsContext::inTransparencyLayer() const { return m_data->m_transparencyCount; }
58 void GraphicsContext::setShouldIncludeChildWindows(bool include)
63 bool GraphicsContext::shouldIncludeChildWindows() const
68 GraphicsContext::WindowsBitmap::WindowsBitmap(HDC hdc, IntSize size)
89 GraphicsContext::WindowsBitmap::~WindowsBitmap()
98 GraphicsContext::WindowsBitmap* GraphicsContext::createWindowsBitmap(IntSize size)
103 HDC GraphicsContext::getWindowsContext(const IntRect& dstRect, bool supportAlphaBlend, bool mayCreateBitmap)
203 GraphicsContext* contextForImage(SVGResourceImage*
    [all...]
  /external/webkit/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 31 #include "GraphicsContext.h"
76 static inline void setPlatformFill(GraphicsContext* context, cairo_t* cr, GraphicsContextPrivate* gcp)
91 static inline void setPlatformStroke(GraphicsContext* context, cairo_t* cr, GraphicsContextPrivate* gcp)
138 void GraphicsContext::calculateShadowBufferDimensions(IntSize& shadowBufferSize, FloatRect& shadowRect, float& kernelSize, const FloatRect& sourceRect, const IntSize& shadowSize, int shadowBlur)
153 static inline void drawPathShadow(GraphicsContext* context, GraphicsContextPrivate* gcp, bool fillShadow, bool strokeShadow)
175 GraphicsContext::calculateShadowBufferDimensions(shadowBufferSize, shadowRect, kernelSize, rect, shadowSize, shadowBlur);
196 GraphicsContext::GraphicsContext(PlatformGraphicsContext* cr)
205 GraphicsContext::~GraphicsContext()
    [all...]
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 37 #include "GraphicsContext.h"
256 GraphicsContext::GraphicsContext(PlatformGraphicsContext* context)
268 GraphicsContext::~GraphicsContext()
277 PlatformGraphicsContext* GraphicsContext::platformContext() const
282 AffineTransform GraphicsContext::getCTM() const
289 void GraphicsContext::savePlatformState()
294 void GraphicsContext::restorePlatformState()
305 void GraphicsContext::drawRect(const IntRect& rect
    [all...]
StillImageQt.h 49 virtual void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, ColorSpace styleColorSpace, CompositeOperator);
  /external/webkit/WebCore/html/
HTMLVideoElement.h 76 void paint(GraphicsContext*, const IntRect&);
78 void paintCurrentFrameInContext(GraphicsContext*, const IntRect&);
  /external/webkit/WebCore/platform/chromium/
ChromiumBridge.h 56 class GraphicsContext;
194 GraphicsContext*, int part, int state, int classicState, const IntRect&);
196 GraphicsContext*, int part, int state, int classicState, const IntRect&);
198 GraphicsContext*, int state, int classicState, const IntRect&);
200 GraphicsContext*, int part, int state, int classicState, const IntRect&);
202 GraphicsContext*, int part, int state, int classicState, const IntRect&, const IntRect& alignRect);
204 GraphicsContext*, int part, int state, int classicState, const IntRect&, const Color&, bool fillContentArea, bool drawEdges);
206 GraphicsContext*, int part, int state, int classicState, const IntRect&);
  /external/webkit/WebKit/android/jni/
WebCoreViewBridge.h 36 class GraphicsContext;
47 virtual void draw(WebCore::GraphicsContext* ctx,

Completed in 852 milliseconds

12 3 4 5 6 7 8 91011>>