/external/webkit/Source/WebCore/rendering/svg/ |
RenderSVGResourceFilter.h | 53 GraphicsContext* savedContext; 61 class GraphicsContext; 74 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode); 75 virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short resourceMode, const Path*);
|
RenderSVGResourceSolidColor.h | 38 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode); 39 virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short resourceMode, const Path*);
|
SVGImageBufferTools.h | 32 class GraphicsContext; 40 static void clipToImageBuffer(GraphicsContext*, const AffineTransform& absoluteTransform, const FloatRect& clampedAbsoluteTargetRect, OwnPtr<ImageBuffer>&);
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
GraphicsContextCG.cpp | 115 void GraphicsContext::platformInit(CGContextRef cgContext) 126 void GraphicsContext::platformDestroy() 131 CGContextRef GraphicsContext::platformContext() const 138 void GraphicsContext::savePlatformState() 146 void GraphicsContext::restorePlatformState() 156 void GraphicsContext::drawRect(const IntRect& rect) 185 void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint& point2) 303 void GraphicsContext::drawEllipse(const IntRect& rect) 314 void GraphicsContext::strokeArc(const IntRect& rect, int startAngle, int angleSpan) 412 void GraphicsContext::drawConvexPolygon(size_t numberOfPoints, const FloatPoint* points, bool antialiased [all...] |
/external/webkit/Source/WebCore/platform/graphics/qt/ |
GraphicsContextQt.cpp | 39 #include "GraphicsContext.h" 259 void GraphicsContext::platformInit(PlatformGraphicsContext* painter) 277 void GraphicsContext::platformDestroy() 285 PlatformGraphicsContext* GraphicsContext::platformContext() const 290 AffineTransform GraphicsContext::getCTM() const 297 void GraphicsContext::savePlatformState() 305 void GraphicsContext::restorePlatformState() 322 void GraphicsContext::drawRect(const IntRect& rect) 338 void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint& point2) 433 void GraphicsContext::drawEllipse(const IntRect& rect [all...] |
/external/webkit/Source/WebCore/platform/ |
ScrollbarThemeComposite.cpp | 33 #include "GraphicsContext.h" 58 bool ScrollbarThemeComposite::paint(Scrollbar* scrollbar, GraphicsContext* graphicsContext, const IntRect& damageRect) 115 if (page->chrome()->client()->paintCustomScrollbar(graphicsContext, 130 paintScrollbarBackground(graphicsContext, scrollbar); 134 paintButton(graphicsContext, scrollbar, backButtonStartPaintRect, BackButtonStartPart); 136 paintButton(graphicsContext, scrollbar, backButtonEndPaintRect, BackButtonEndPart); 138 paintButton(graphicsContext, scrollbar, forwardButtonStartPaintRect, ForwardButtonStartPart); 140 paintButton(graphicsContext, scrollbar, forwardButtonEndPaintRect, ForwardButtonEndPart); 143 paintTrackBackground(graphicsContext, scrollbar, trackPaintRect) [all...] |
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
FindController.cpp | 38 #include <WebCore/GraphicsContext.h> 183 OwnPtr<GraphicsContext> graphicsContext = findIndicatorTextBackingStore->createGraphicsContext(); 189 graphicsContext->translate(-paintRect.x(), -paintRect.y()); 193 selectedFrame->view()->paint(graphicsContext.get(), paintRect); 293 void FindController::drawRect(PageOverlay* pageOverlay, GraphicsContext& graphicsContext, const IntRect& dirtyRect) 300 graphicsContext.fillRect(dirtyRect, overlayBackgroundColor(fractionFadedIn), ColorSpaceSRGB); 302 graphicsContext.save(); 303 graphicsContext.setShadow(FloatSize(shadowOffsetX, shadowOffsetY), shadowBlurRadius, holeShadowColor(fractionFaded (…) [all...] |
/external/webkit/Source/WebCore/platform/graphics/ |
Font.h | 52 class GraphicsContext; 97 void drawText(GraphicsContext*, const TextRun&, const FloatPoint&, int from = 0, int to = -1) const; 98 void drawEmphasisMarks(GraphicsContext*, const TextRun&, const AtomicString& mark, const FloatPoint&, int from = 0, int to = -1) const; 161 void drawTextUsingSVGFont(GraphicsContext*, const TextRun&, const FloatPoint&, int from, int to) const; 172 void drawSimpleText(GraphicsContext*, const TextRun&, const FloatPoint&, int from, int to) const; 173 void drawEmphasisMarksForSimpleText(GraphicsContext*, const TextRun&, const AtomicString& mark, const FloatPoint&, int from, int to) const; 177 void drawGlyphs(GraphicsContext*, const SimpleFontData*, const GlyphBuffer&, int from, int to, const FloatPoint&) const; 181 void drawGlyphBuffer(GraphicsContext*, const GlyphBuffer&, const FloatPoint&) const; 182 void drawEmphasisMarks(GraphicsContext* context, const GlyphBuffer&, const AtomicString&, const FloatPoint&) const; 196 void drawComplexText(GraphicsContext*, const TextRun&, const FloatPoint&, int from, int to) const [all...] |
ContextShadow.h | 50 class GraphicsContext; 88 bool mustUseContextShadow(GraphicsContext*); 113 PlatformContext beginShadowLayer(GraphicsContext*, const FloatRect& layerArea); 114 void endShadowLayer(GraphicsContext*); 120 void drawRectShadow(GraphicsContext* context, const IntRect& rect, const IntSize& topLeftRadius = IntSize(), const IntSize& topRightRadius = IntSize(), const IntSize& bottomLeftRadius = IntSize(), const IntSize& bottomRightRadius = IntSize()); 134 void adjustBlurDistance(GraphicsContext*); 136 IntRect calculateLayerBoundingRect(GraphicsContext*, const FloatRect& layerArea, const IntRect& clipRect); 139 void drawRectShadowWithoutTiling(GraphicsContext*, const IntRect& shadowRect, const IntSize& topLeftRadius, const IntSize& topRightRadius, const IntSize& bottomLeftRadius, const IntSize& bottomRightRadius, float alpha);
|
Generator.h | 34 class GraphicsContext; 40 virtual void fill(GraphicsContext*, const FloatRect&) = 0;
|
Image.h | 71 class GraphicsContext; 80 friend class GraphicsContext; 158 virtual void drawPattern(GraphicsContext*, const FloatRect& srcRect, const AffineTransform& patternTransform, 164 static void fillWithSolidColor(GraphicsContext*, const FloatRect& dstRect, const Color&, ColorSpace styleColorSpace, CompositeOperator); 168 virtual void drawFrameMatchingSourceSize(GraphicsContext*, const FloatRect& dstRect, const IntSize& srcSize, ColorSpace styleColorSpace, CompositeOperator) { } 170 virtual void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, ColorSpace styleColorSpace, CompositeOperator) = 0; 171 void drawTiled(GraphicsContext*, const FloatRect& dstRect, const FloatPoint& srcPoint, const FloatSize& tileSize, ColorSpace styleColorSpace, CompositeOperator); 172 void drawTiled(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, TileRule hRule, TileRule vRule, ColorSpace styleColorSpace, CompositeOperator);
|
StrokeStyleApplier.h | 25 class GraphicsContext; 29 virtual void strokeStyle(GraphicsContext*) = 0;
|
ImageBuffer.h | 46 class GraphicsContext; 83 GraphicsContext* context() const; 105 void clip(GraphicsContext*, const FloatRect&) const; 108 void draw(GraphicsContext*, ColorSpace styleColorSpace, const FloatRect& destRect, const FloatRect& srcRect = FloatRect(0, 0, -1, -1), 110 void drawPattern(GraphicsContext*, const FloatRect& srcRect, const AffineTransform& patternTransform, 112 friend class GraphicsContext; 120 OwnPtr<GraphicsContext> m_context;
|
/external/webkit/Source/WebCore/platform/win/ |
ScrollbarThemeSafari.cpp | 31 #include "GraphicsContext.h" 206 void ScrollbarThemeSafari::paintTrackBackground(GraphicsContext* graphicsContext, Scrollbar* scrollbar, const IntRect& trackRect) 216 paintThemePart(scrollbar->orientation() == VerticalScrollbar ? VScrollTrackPart : HScrollTrackPart, graphicsContext->platformContext(), trackRect, size, state); 219 void ScrollbarThemeSafari::paintButton(GraphicsContext* graphicsContext, Scrollbar* scrollbar, const IntRect& buttonRect, ScrollbarPart part) 232 paintThemePart(scrollbar->orientation() == VerticalScrollbar ? ScrollUpArrowPart : ScrollLeftArrowPart, graphicsContext->platformContext(), 235 paintThemePart(scrollbar->orientation() == VerticalScrollbar ? ScrollDownArrowPart : ScrollRightArrowPart, graphicsContext->platformContext(), 239 void ScrollbarThemeSafari::paintThumb(GraphicsContext* graphicsContext, Scrollbar* scrollbar, const IntRect& thumbRect [all...] |
/external/webkit/Source/WebCore/platform/graphics/brew/ |
IconBrew.cpp | 27 #include "GraphicsContext.h" 45 void Icon::paint(GraphicsContext*, const IntRect&)
|
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
IconHaiku.cpp | 26 #include "GraphicsContext.h" 45 void Icon::paint(GraphicsContext*, const IntRect&)
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
GradientWinCE.cpp | 24 #include "GraphicsContext.h" 47 void Gradient::fill(GraphicsContext* c, const FloatRect& r)
|
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...] |
/external/webkit/Source/WebCore/platform/graphics/wx/ |
IconWx.cpp | 24 #include "GraphicsContext.h" 41 void Icon::paint(GraphicsContext* ctx, const IntRect& rect)
|
ImageBufferWx.cpp | 30 #include "GraphicsContext.h" 57 GraphicsContext* ImageBuffer::context() const 102 void ImageBuffer::clip(GraphicsContext*, const FloatRect&) const 107 void ImageBuffer::draw(GraphicsContext* context, ColorSpace styleColorSpace, const FloatRect& destRect, const FloatRect& srcRect, 114 void ImageBuffer::drawPattern(GraphicsContext* context, const FloatRect& srcRect, const AffineTransform& patternTransform,
|
/external/webkit/Source/WebCore/page/ |
PrintContext.cpp | 24 #include "GraphicsContext.h" 203 void PrintContext::spoolPage(GraphicsContext& ctx, int pageNumber, float width) 217 void PrintContext::spoolRect(GraphicsContext& ctx, const IntRect& rect) 328 void PrintContext::spoolAllPagesWithBoundaries(Frame* frame, GraphicsContext& graphicsContext, const FloatSize& pageSizeInPixels) 346 graphicsContext.setFillColor(Color(255, 255, 255), ColorSpaceDeviceRGB); 347 graphicsContext.fillRect(FloatRect(0, 0, pageWidth, totalHeight)); 349 graphicsContext.save(); 350 graphicsContext.translate(0, totalHeight); 351 graphicsContext.scale(FloatSize(1, -1)) [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderBoxModelObject.cpp | 29 #include "GraphicsContext.h" 70 bool shouldPaintAtLowQuality(GraphicsContext*, RenderBoxModelObject*, Image*, const void* layer, const IntSize&); 134 bool ImageQualityController::shouldPaintAtLowQuality(GraphicsContext* context, RenderBoxModelObject* object, Image* image, const void *layer, const IntSize& size) 234 bool RenderBoxModelObject::shouldPaintAtLowQuality(GraphicsContext* context, Image* image, const void* layer, const IntSize& size) 577 GraphicsContext* context = paintInfo.context; 681 GraphicsContext* maskImageContext = maskImage->context(); [all...] |
/external/webkit/Source/WebKit/qt/Api/ |
qwebframe_p.h | 28 #include "GraphicsContext.h" 99 void renderRelativeCoords(WebCore::GraphicsContext*, QFlags<QWebFrame::RenderLayer>, const QRegion& clip); 101 void renderFromTiledBackingStore(WebCore::GraphicsContext*, const QRegion& clip); 105 void renderCompositedLayers(WebCore::GraphicsContext*, const WebCore::IntRect& clip); 107 void renderFrameExtras(WebCore::GraphicsContext*, QFlags<QWebFrame::RenderLayer>, const QRegion& clip);
|
/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/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...] |