HomeSort by relevance Sort by last modified time
    Searched full:graphicscontext (Results 226 - 250 of 587) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/platform/graphics/qt/
StillImageQt.h 54 virtual void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, ColorSpace styleColorSpace, CompositeOperator);
ContextShadowQt.cpp 32 #include "GraphicsContext.h"
108 PlatformContext ContextShadow::beginShadowLayer(GraphicsContext* context, const FloatRect& layerArea)
144 void ContextShadow::endShadowLayer(GraphicsContext* context)
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextPlatformPrivate.h 39 // This class just holds onto a PlatformContextSkia for GraphicsContext.
  /external/webkit/Source/WebCore/platform/gtk/
ScrollbarThemeGtk2.cpp 73 void ScrollbarThemeGtk::paintTrackBackground(GraphicsContext* context, Scrollbar* scrollbar, const IntRect& rect)
88 void ScrollbarThemeGtk::paintScrollbarBackground(GraphicsContext* context, Scrollbar* scrollbar)
97 void ScrollbarThemeGtk::paintThumb(GraphicsContext* context, Scrollbar* scrollbar, const IntRect& rect)
130 void ScrollbarThemeGtk::paintButton(GraphicsContext* context, Scrollbar* scrollbar, const IntRect& rect, ScrollbarPart part)
  /external/webkit/Source/WebCore/rendering/
EllipsisBox.h 50 void paintSelection(GraphicsContext*, int tx, int ty, RenderStyle*, const Font&);
RenderScrollbarPart.h 48 void paintIntoRect(GraphicsContext*, int tx, int ty, const IntRect&);
EllipsisBox.cpp 24 #include "GraphicsContext.h"
34 GraphicsContext* context = paintInfo.context;
81 void EllipsisBox::paintSelection(GraphicsContext* context, int tx, int ty, RenderStyle* style, const Font& font)
  /external/webkit/Source/WebCore/rendering/svg/
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();
SVGInlineTextBox.cpp 27 #include "GraphicsContext.h"
334 bool SVGInlineTextBox::acquirePaintingResource(GraphicsContext*& context, float scalingFactor, RenderObject* renderer, RenderStyle* style)
370 void SVGInlineTextBox::releasePaintingResource(GraphicsContext*& context, const Path* path)
381 bool SVGInlineTextBox::prepareGraphicsContextForTextPainting(GraphicsContext*& context, float scalingFactor, TextRun& textRun, RenderStyle* style)
394 void SVGInlineTextBox::restoreGraphicsContextAfterTextPainting(GraphicsContext*& context, TextRun& textRun)
495 void SVGInlineTextBox::paintDecoration(GraphicsContext* context, ETextDecoration decoration, const SVGTextFragment& fragment)
548 void SVGInlineTextBox::paintDecorationWithStyle(GraphicsContext* context, ETextDecoration decoration, const SVGTextFragment& fragment, RenderObject* decorationRenderer)
577 // Android does not support GraphicsContext::setCTM().
601 void SVGInlineTextBox::paintTextWithShadows(GraphicsContext* context, RenderStyle* style, TextRun& textRun, const SVGTextFragment& fragment, int startPosition, int endPosition)
633 // Android does not support GraphicsContext::setCTM()
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebFrameView.h 43 virtual void draw(WebCore::GraphicsContext* ctx,
  /external/webkit/Source/WebKit/android/plugins/
PluginViewBridgeAndroid.h 42 virtual void draw(GraphicsContext* gc, const IntRect& rect);
  /external/webkit/Source/WebKit/mac/Misc/
WebCoreStatistics.mm 41 #import <WebCore/GraphicsContext.h>
307 GraphicsContext graphicsContext(cgContext);
308 PrintContext::spoolAllPagesWithBoundaries(coreFrame, graphicsContext, FloatSize(pageWidthInPixels, pageHeightInPixels));
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePluginNone.cpp 54 void NetscapePlugin::platformPaint(GraphicsContext*, const IntRect&, bool)
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebDragClientMac.mm 39 #import <WebCore/GraphicsContext.h>
81 OwnPtr<GraphicsContext> graphicsContext = bitmap->createGraphicsContext();
85 [NSGraphicsContext setCurrentContext:[NSGraphicsContext graphicsContextWithGraphicsPort:graphicsContext->platformContext() flipped:YES]];
  /external/webkit/Source/WebCore/platform/chromium/
PlatformBridge.h 76 class GraphicsContext;
252 GraphicsContext*, int part, int state, int classicState, const IntRect&);
254 GraphicsContext*, int part, int state, int classicState, const IntRect&);
256 GraphicsContext*, int state, int classicState, const IntRect&);
258 GraphicsContext*, int part, int state, int classicState, const IntRect&);
260 GraphicsContext*, int part, int state, int classicState, const IntRect&, const IntRect& alignRect);
262 GraphicsContext*, int part, int state, int classicState, const IntRect&);
264 GraphicsContext*, int part, int state, int classicState, const IntRect&, const Color&, bool fillContentArea, bool drawEdges);
266 GraphicsContext*, int part, int state, int classicState, const IntRect&);
268 GraphicsContext*, const IntRect& barRect, const IntRect& valueRect, bool determinate, double animatedSeconds)
    [all...]
ScrollbarThemeChromiumLinux.cpp 53 void ScrollbarThemeChromiumLinux::paintTrackPiece(GraphicsContext* gc, Scrollbar* scrollbar, const IntRect& rect, ScrollbarPart partType)
70 void ScrollbarThemeChromiumLinux::paintButton(GraphicsContext* gc, Scrollbar* scrollbar, const IntRect& rect, ScrollbarPart part)
105 void ScrollbarThemeChromiumLinux::paintThumb(GraphicsContext* gc, Scrollbar* scrollbar, const IntRect& rect)
  /external/webkit/Source/WebCore/platform/efl/
ScrollbarEfl.cpp 29 #include "GraphicsContext.h"
213 void ScrollbarEfl::paint(GraphicsContext* graphicsContext, const IntRect& damageRect)
  /external/webkit/Source/WebCore/platform/graphics/cairo/
ImageCairo.cpp 38 #include "GraphicsContext.h"
96 void BitmapImage::draw(GraphicsContext* context, const FloatRect& dst, const FloatRect& src, ColorSpace styleColorSpace, CompositeOperator op)
166 void Image::drawPattern(GraphicsContext* context, const FloatRect& tileRect, const AffineTransform& patternTransform,
  /external/webkit/Source/WebCore/platform/graphics/haiku/
ImageHaiku.cpp 38 #include "GraphicsContext.h"
89 void BitmapImage::draw(GraphicsContext* ctxt, const FloatRect& dst, const FloatRect& src, ColorSpace styleColorSpace, CompositeOperator op)
124 void Image::drawPattern(GraphicsContext* context, const FloatRect& tileRect, const AffineTransform& patternTransform, const FloatPoint& phase, ColorSpace, CompositeOperator op, const FloatRect& dstRect)
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontComplexTextMac.cpp 31 #include "GraphicsContext.h"
83 void Font::drawComplexText(GraphicsContext* context, const TextRun& run, const FloatPoint& point, int from, int to) const
99 void Font::drawEmphasisMarksForComplexText(GraphicsContext* context, const TextRun& run, const AtomicString& mark, const FloatPoint& point, int from, int to) const
  /external/webkit/Source/WebCore/platform/graphics/openvg/
ImageOpenVG.cpp 26 #include "GraphicsContext.h"
132 void BitmapImage::draw(GraphicsContext* context, const FloatRect& dst, const FloatRect& src, ColorSpace styleColorSpace, CompositeOperator op)
168 void Image::drawPattern(GraphicsContext* context, const FloatRect& src,
  /external/webkit/Source/WebCore/platform/graphics/win/
FontWin.cpp 31 #include "GraphicsContext.h"
97 void Font::drawComplexText(GraphicsContext* context, const TextRun& run, const FloatPoint& point,
114 void Font::drawEmphasisMarksForComplexText(GraphicsContext* context, const TextRun& run, const AtomicString& mark, const FloatPoint& point, int from, int to) const
  /external/webkit/Source/WebCore/platform/graphics/wince/
SharedBitmap.h 39 class GraphicsContext;
84 void draw(GraphicsContext* ctxt, const IntRect& dstRect, const IntRect& srcRect, ColorSpace styleColorSpace, CompositeOperator compositeOp);
85 void drawPattern(GraphicsContext* ctxt, const FloatRect& tileRectIn, const AffineTransform& patternTransform,
  /external/webkit/Source/WebKit2/Shared/
ShareableBitmap.h 41 class GraphicsContext;
94 PassOwnPtr<WebCore::GraphicsContext> createGraphicsContext();
97 void paint(WebCore::GraphicsContext&, const WebCore::IntPoint& dstPoint, const WebCore::IntRect& srcRect);
  /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 354 milliseconds

1 2 3 4 5 6 7 8 91011>>