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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/rendering/
RenderLayerBacking.h 132 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& clip);
191 void paintIntoLayer(RenderLayer* rootLayer, GraphicsContext*, const IntRect& paintDirtyRect,
RenderMediaControlsChromium.cpp 32 #include "GraphicsContext.h"
64 static bool paintMediaButton(GraphicsContext* context, const IntRect& rect, Image* image)
116 GraphicsContext* context = paintInfo.context;
190 GraphicsContext* context = paintInfo.context;
219 GraphicsContext* context = paintInfo.context;
  /external/webkit/Source/WebKit/win/
WebKitGraphics.cpp 37 #include <WebCore/GraphicsContext.h>
103 GraphicsContext context(info->cgContext);
  /external/webkit/Source/WebKit2/UIProcess/
FindIndicator.cpp 31 #include <WebCore/GraphicsContext.h>
145 void FindIndicator::draw(GraphicsContext& graphicsContext, const IntRect& dirtyRect)
151 graphicsContext.save();
153 graphicsContext.setShadow(FloatSize(shadowOffsetX, shadowOffsetY), shadowBlurRadius, shadowColor(), ColorSpaceSRGB);
154 graphicsContext.setFillColor(lightBorderColor(), ColorSpaceDeviceRGB);
155 graphicsContext.fillPath(pathWithRoundedRect(outerPathRect, cornerRadius));
156 graphicsContext.restore();
158 graphicsContext.save();
160 graphicsContext.clip(pathWithRoundedRect(innerPathRect, cornerRadius))
    [all...]
TiledDrawingAreaProxy.h 32 #include <WebCore/GraphicsContext.h>
84 void paint(WebCore::GraphicsContext*, const WebCore::IntRect&);
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageCG.cpp 119 GraphicsContext(bmap.get()).setCompositeOperation(CompositeCopy);
170 void BitmapImage::draw(GraphicsContext* ctxt, const FloatRect& destRect, const FloatRect& srcRect, ColorSpace styleColorSpace, CompositeOperator compositeOp)
257 CGContextDrawImage(context, GraphicsContext(context).roundToDevicePixels(FloatRect(0, 0, CGImageGetWidth(image), CGImageGetHeight(image))), image);
260 void Image::drawPattern(GraphicsContext* ctxt, const FloatRect& tileRect, const AffineTransform& patternTransform,
  /external/webkit/Source/WebCore/platform/graphics/gtk/
IconGtk.cpp 33 #include "GraphicsContext.h"
114 void Icon::paint(GraphicsContext* context, const IntRect& rect)
  /external/webkit/Source/WebCore/platform/graphics/qt/
GradientQt.cpp 31 #include "GraphicsContext.h"
114 void Gradient::fill(GraphicsContext* context, const FloatRect& rect)
MediaPlayerPrivatePhonon.h 113 void paint(GraphicsContext*, const IntRect&);
  /external/webkit/Source/WebCore/platform/graphics/skia/
SkiaFontWin.cpp 225 bool windowsCanHandleDrawTextShadow(GraphicsContext *context)
236 bool windowsCanHandleTextDrawing(GraphicsContext* context)
248 bool windowsCanHandleTextDrawingWithoutShadow(GraphicsContext* context)
349 bool paintSkiaText(GraphicsContext* context,
  /external/webkit/Source/WebCore/platform/gtk/
GtkPluginWidget.cpp 30 #include "GraphicsContext.h"
69 void GtkPluginWidget::paint(GraphicsContext* context, const IntRect& rect)
MainFrameScrollbarGtk.cpp 25 #include "GraphicsContext.h"
127 void MainFrameScrollbarGtk::paint(GraphicsContext* context, const IntRect& rect)
  /external/webkit/Source/WebKit/chromium/src/
WebFontImpl.cpp 36 #include "GraphicsContext.h"
99 GraphicsContext& gc = builder.context();
  /external/webkit/Source/WebKit/chromium/tests/
DragImageTest.cpp 89 virtual void draw(WebCore::GraphicsContext*, const WebCore::FloatRect&,
  /external/webkit/Source/WebCore/editing/
SelectionController.h 42 class GraphicsContext;
143 void paintCaret(GraphicsContext*, int tx, int ty, const IntRect& clipRect);
170 void paintDragCaret(GraphicsContext*, int tx, int ty, const IntRect& clipRect) const;
  /external/webkit/Source/WebCore/page/
ChromeClient.h 28 #include "GraphicsContext.h"
211 virtual bool paintCustomScrollbar(GraphicsContext*, const FloatRect&, ScrollbarControlSize,
214 virtual bool paintCustomScrollCorner(GraphicsContext*, const FloatRect&);
216 virtual bool paintCustomOverhangArea(GraphicsContext*, const IntRect&, const IntRect&, const IntRect&);
FrameView.h 213 virtual void paintContents(GraphicsContext*, const IntRect& damageRect);
220 virtual void paintOverhangAreas(GraphicsContext*, const IntRect& horizontalOverhangArea, const IntRect& verticalOverhangArea, const IntRect& dirtyRect);
221 virtual void paintScrollCorner(GraphicsContext*, const IntRect& cornerRect);
  /external/webkit/Source/WebCore/platform/chromium/
ScrollbarThemeChromiumWin.cpp 33 #include "GraphicsContext.h"
94 void ScrollbarThemeChromiumWin::paintTrackPiece(GraphicsContext* gc, Scrollbar* scrollbar, const IntRect& rect, ScrollbarPart partType)
116 void ScrollbarThemeChromiumWin::paintButton(GraphicsContext* gc, Scrollbar* scrollbar, const IntRect& rect, ScrollbarPart part)
134 void ScrollbarThemeChromiumWin::paintThumb(GraphicsContext* gc, Scrollbar* scrollbar, const IntRect& rect)
  /external/webkit/Source/WebCore/platform/graphics/
ContextShadow.cpp 34 #include "GraphicsContext.h"
86 bool ContextShadow::mustUseContextShadow(GraphicsContext* context)
181 void ContextShadow::adjustBlurDistance(GraphicsContext* context)
209 IntRect ContextShadow::calculateLayerBoundingRect(GraphicsContext* context, const FloatRect& layerArea, const IntRect& clipRect)
Image.cpp 32 #include "GraphicsContext.h"
79 void Image::fillWithSolidColor(GraphicsContext* ctxt, const FloatRect& dstRect, const Color& color, ColorSpace styleColorSpace, CompositeOperator op)
108 void Image::drawTiled(GraphicsContext* ctxt, const FloatRect& destRect, const FloatPoint& srcPoint, const FloatSize& scaledTileSize, ColorSpace styleColorSpace, CompositeOperator op)
148 void Image::drawTiled(GraphicsContext* ctxt, const FloatRect& dstRect, const FloatRect& srcRect, TileRule hRule, TileRule vRule, ColorSpace styleColorSpace, CompositeOperator op)
MediaPlayer.h 94 class GraphicsContext;
244 void paint(GraphicsContext*, const IntRect&);
245 void paintCurrentFrameInContext(GraphicsContext*, const IntRect&);
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContext.h 30 #include "GraphicsContext.h"
48 void setGraphicsContext(GraphicsContext* gc) { m_gc = gc; }
120 GraphicsContext::TextCheckingLineStyle) = 0;
197 GraphicsContext* m_gc; // Back-ptr to our parent
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCHeadsUpDisplay.cpp 128 void CCHeadsUpDisplay::drawHudContents(GraphicsContext* ctx, const IntSize& hudSize)
150 void CCHeadsUpDisplay::drawFPSCounter(GraphicsContext* ctx, int top, int height)
206 void CCHeadsUpDisplay::drawPlatformLayerTree(GraphicsContext* ctx, int top)
  /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/rendering/svg/
RenderSVGResourceMasker.cpp 29 #include "GraphicsContext.h"
83 bool RenderSVGResourceMasker::applyResource(RenderObject* object, RenderStyle*, GraphicsContext*& context, unsigned short resourceMode)
112 GraphicsContext* maskImageContext = maskerData->maskImage->context();
132 GraphicsContext* maskImageContext = maskerData->maskImage->context();

Completed in 2083 milliseconds

1 2 3 4 5 6 7 8 91011>>