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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
MediaPlayerPrivateAndroid.h 90 virtual void paint(GraphicsContext*, const 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/WebCore/rendering/
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/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;
245 void paint(GraphicsContext*, const IntRect&);
246 void paintCurrentFrameInContext(GraphicsContext*, const IntRect&);
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContext.h 30 #include "GraphicsContext.h"
50 void setGraphicsContext(GraphicsContext* gc) { m_gc = gc; }
123 GraphicsContext::TextCheckingLineStyle) = 0;
207 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();
RenderSVGResourcePattern.cpp 27 #include "GraphicsContext.h"
73 bool RenderSVGResourcePattern::applyResource(RenderObject* object, RenderStyle* style, GraphicsContext*& context, unsigned short resourceMode)
184 void RenderSVGResourcePattern::postApplyResource(RenderObject*, GraphicsContext*& context, unsigned short resourceMode, const Path* path)
265 GraphicsContext* tileImageContext = tileImage->context();
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebChromeClient.h 159 virtual bool paintCustomScrollbar(WebCore::GraphicsContext*, const WebCore::FloatRect&, WebCore::ScrollbarControlSize,
162 virtual bool paintCustomScrollCorner(WebCore::GraphicsContext*, const WebCore::FloatRect&);
164 virtual bool paintCustomOverhangArea(WebCore::GraphicsContext*, const WebCore::IntRect&, const WebCore::IntRect&, const WebCore::IntRect&);
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebPopupMenuWin.cpp 31 #include <WebCore/GraphicsContext.h>
85 OwnPtr<GraphicsContext> notSelectedBackingStoreContext = data.m_notSelectedBackingStore->createGraphicsContext();
86 OwnPtr<GraphicsContext> selectedBackingStoreContext = data.m_selectedBackingStore->createGraphicsContext();

Completed in 589 milliseconds

1 2 3 4 5 6 7 8 91011>>