/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/rendering/ |
RenderFieldset.cpp | 28 #include "GraphicsContext.h" 164 GraphicsContext* graphicsContext = paintInfo.context; 165 graphicsContext->save(); 173 graphicsContext->clipOut(IntRect(tx + legend->x(), clipTop, legend->width(), clipHeight)); 177 graphicsContext->clipOut(IntRect(clipLeft, ty + legend->y(), clipWidth, legend->height())); 182 graphicsContext->restore();
|
RenderBoxModelObject.h | 119 void paintBorder(GraphicsContext*, int tx, int ty, int w, int h, const RenderStyle*, bool includeLogicalLeftEdge = true, bool includeLogicalRightEdge = true); 120 bool paintNinePieceImage(GraphicsContext*, int tx, int ty, int w, int h, const RenderStyle*, const NinePieceImage&, CompositeOperator = CompositeSourceOver); 121 void paintBoxShadow(GraphicsContext*, int tx, int ty, int w, int h, const RenderStyle*, ShadowStyle, bool includeLogicalLeftEdge = true, bool includeLogicalRightEdge = true); 137 bool shouldPaintAtLowQuality(GraphicsContext*, Image*, const void*, const IntSize&); 150 void clipBorderSidePolygon(GraphicsContext*, const RoundedIntRect& outerBorder, const RoundedIntRect& innerBorder, 152 void paintOneBorderSide(GraphicsContext*, const RenderStyle*, const RoundedIntRect& outerBorder, const RoundedIntRect& innerBorder, 155 void paintTranslucentBorderSides(GraphicsContext*, const RenderStyle*, const RoundedIntRect& outerBorder, const RoundedIntRect& innerBorder, 157 void paintBorderSides(GraphicsContext*, const RenderStyle*, const RoundedIntRect& outerBorder, const RoundedIntRect& innerBorder, 159 void drawBoxSideFromPath(GraphicsContext*, const IntRect&, const Path&, const class BorderEdge[],
|
PaintInfo.h | 33 #include "GraphicsContext.h" 52 PaintInfo(GraphicsContext* newContext, const IntRect& newRect, PaintPhase newPhase, bool newForceBlackText, 100 GraphicsContext* context;
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
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/platform/graphics/ |
TiledBackingStore.h | 36 class GraphicsContext; 54 void paint(GraphicsContext*, const IntRect&); 100 void paintCheckerPattern(GraphicsContext*, const IntRect&, const Tile::Coordinate&);
|
Icon.h | 51 class GraphicsContext; 60 void paint(GraphicsContext*, const IntRect&);
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
PDFDocumentImage.h | 40 class GraphicsContext; 66 virtual void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, ColorSpace styleColorSpace, CompositeOperator); 70 void adjustCTM(GraphicsContext*) const;
|
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/ |
CCHeadsUpDisplay.h | 67 void drawHudContents(GraphicsContext*, const IntSize& hudSize); 68 void drawFPSCounter(GraphicsContext*, int top, int height); 69 void drawPlatformLayerTree(GraphicsContext*, int top);
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
SkiaUtils.h | 37 #include "GraphicsContext.h" 75 // Returns a statically allocated 1x1 GraphicsContext intended for temporary 78 GraphicsContext* scratchContext();
|
/external/webkit/Source/WebCore/rendering/svg/ |
RenderSVGResource.h | 49 class GraphicsContext; 63 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode) = 0; 64 virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short, const Path*) { }
|
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)
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
PageOverlay.h | 34 class GraphicsContext; 53 virtual void drawRect(PageOverlay*, WebCore::GraphicsContext&, const WebCore::IntRect& dirtyRect) = 0; 66 void drawRect(WebCore::GraphicsContext&, const WebCore::IntRect& dirtyRect);
|
/external/webkit/Source/WebCore/page/ |
PrintContext.h | 33 class GraphicsContext; 64 void spoolPage(GraphicsContext& ctx, int pageNumber, float width); 66 void spoolRect(GraphicsContext& ctx, const IntRect&); 80 static void spoolAllPagesWithBoundaries(Frame*, GraphicsContext&, const FloatSize& pageSizeInPixels);
|
/external/webkit/Source/WebCore/platform/ |
ScrollbarTheme.h | 29 #include "GraphicsContext.h" 45 virtual bool paint(Scrollbar*, GraphicsContext*, const IntRect& /*damageRect*/) { return false; } 79 virtual void paintScrollCorner(ScrollView*, GraphicsContext* context, const IntRect& cornerRect) { defaultPaintScrollCorner(context, cornerRect); } 80 static void defaultPaintScrollCorner(GraphicsContext* context, const IntRect& cornerRect) { context->fillRect(cornerRect, Color::white, ColorSpaceDeviceRGB); }
|
/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/WebCore/platform/graphics/win/ |
MediaPlayerPrivateQuickTimeWin.h | 51 class GraphicsContext; 69 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip); 119 void paint(GraphicsContext*, const IntRect&); 120 void paintCompleted(GraphicsContext&, const IntRect&);
|
/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/WebKit2/UIProcess/win/ |
BackingStoreWin.cpp | 32 #include <WebCore/GraphicsContext.h> 88 GraphicsContext graphicsContext(dc); 96 bitmap->paint(graphicsContext, updateRect.location(), srcRect);
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/ |
WKBundlePageOverlay.cpp | 32 #include <WebCore/GraphicsContext.h> 75 virtual void drawRect(PageOverlay* pageOverlay, GraphicsContext& graphicsContext, const IntRect& dirtyRect) 80 m_client.drawRect(toAPI(pageOverlay), graphicsContext.platformContext(), toAPI(dirtyRect), m_client.clientInfo);
|
/external/webkit/Source/WebCore/platform/gtk/ |
ScrollbarThemeGtk.cpp | 185 bool ScrollbarThemeGtk::paint(Scrollbar* scrollbar, GraphicsContext* graphicsContext, const IntRect& damageRect) 187 if (graphicsContext->paintingDisabled()) 234 paintScrollbarBackground(graphicsContext, scrollbar); 235 paintTrackBackground(graphicsContext, scrollbar, trackPaintRect); 239 paintButton(graphicsContext, scrollbar, backButtonStartPaintRect, BackButtonStartPart); 241 paintButton(graphicsContext, scrollbar, backButtonEndPaintRect, BackButtonEndPart); 243 paintButton(graphicsContext, scrollbar, forwardButtonStartPaintRect, ForwardButtonStartPart); 245 paintButton(graphicsContext, scrollbar, forwardButtonEndPaintRect, ForwardButtonEndPart); 249 paintThumb(graphicsContext, scrollbar, currentThumbRect) [all...] |
/external/webkit/Source/WebCore/inspector/ |
DOMNodeHighlighter.h | 34 class GraphicsContext; 39 void DrawNodeHighlight(GraphicsContext&, Node*);
|
/external/webkit/Source/WebCore/platform/brew/ |
WidgetBrew.cpp | 30 #include "GraphicsContext.h" 71 void Widget::paint(GraphicsContext* p, IntRect const& r)
|
/external/webkit/Source/WebCore/platform/chromium/ |
ScrollbarThemeChromium.h | 51 virtual void paintTrackBackground(GraphicsContext*, Scrollbar*, const IntRect&); 52 virtual void paintTickmarks(GraphicsContext*, Scrollbar*, const IntRect&);
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
IconChromium.cpp | 34 #include "GraphicsContext.h" 48 void Icon::paint(GraphicsContext* context, const IntRect& rect)
|