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

1 2 3 4 5 6 7 8 91011>>

  /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));
WebKitNSStringExtras.mm 32 #import <WebCore/GraphicsContext.h>
85 GraphicsContext graphicsContext(cgContext);
100 graphicsContext.setFillColor(makeRGBA(red * 255, green * 255, blue * 255, alpha * 255), ColorSpaceDeviceRGB);
102 webCoreFont.drawText(&graphicsContext, run, FloatPoint(point.x, (flipped ? point.y : (-1 * point.y))));
  /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/qt/
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/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/WebCore/rendering/
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)
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;
RenderLayer.h 199 void beginTransparencyLayers(GraphicsContext*, const RenderLayer* rootLayer, PaintBehavior);
272 void paintOverflowControls(GraphicsContext*, int tx, int ty, const IntRect& damageRect, bool paintingOverlayControls = false);
273 void paintScrollCorner(GraphicsContext*, int tx, int ty, const IntRect& damageRect);
274 void paintResizer(GraphicsContext*, int tx, int ty, const IntRect& damageRect);
383 void paint(GraphicsContext*, const IntRect& damageRect, PaintBehavior = PaintBehaviorNormal, RenderObject* paintingRoot = 0);
385 void paintOverlayScrollbars(GraphicsContext*, const IntRect& damageRect, PaintBehavior, RenderObject* paintingRoot);
514 void paintLayer(RenderLayer* rootLayer, GraphicsContext*, const IntRect& paintDirtyRect,
517 void paintList(Vector<RenderLayer*>*, RenderLayer* rootLayer, GraphicsContext* p,
521 void paintPaginatedChildLayer(RenderLayer* childLayer, RenderLayer* rootLayer, GraphicsContext*,
525 void paintChildLayerIntoColumns(RenderLayer* childLayer, RenderLayer* rootLayer, GraphicsContext*,
    [all...]
  /external/webkit/Source/WebCore/rendering/svg/
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/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();
  /external/webkit/Source/WebCore/platform/graphics/chromium/
TransparencyWin.h 46 class GraphicsContext;
133 void init(GraphicsContext* dest,
146 GraphicsContext* context() const { return m_drawContext; }
194 GraphicsContext* m_destContext;
221 GraphicsContext* m_drawContext;
  /external/webkit/Source/WebCore/platform/mac/
DragImageMac.mm 34 #import "GraphicsContext.h"
190 GraphicsContext graphicsContext(cgContext);
205 graphicsContext.setFillColor(makeRGBA(red * 255, green * 255, blue * 255, alpha * 255), ColorSpaceDeviceRGB);
207 webCoreFont.drawText(&graphicsContext, run, FloatPoint(point.x, (flipped ? point.y : (-1 * point.y))));
  /external/webkit/Source/WebCore/platform/win/
ScrollbarThemeWin.cpp 29 #include "GraphicsContext.h"
214 void ScrollbarThemeWin::paintTrackBackground(GraphicsContext* context, Scrollbar* scrollbar, const IntRect& rect)
221 void ScrollbarThemeWin::paintTrackPiece(GraphicsContext* context, Scrollbar* scrollbar, const IntRect& rect, ScrollbarPart partType)
274 void ScrollbarThemeWin::paintButton(GraphicsContext* context, Scrollbar* scrollbar, const IntRect& rect, ScrollbarPart part)
351 void ScrollbarThemeWin::paintThumb(GraphicsContext* context, Scrollbar* scrollbar, const IntRect& rect)
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.cpp 642 void WebPage::drawRect(GraphicsContext& graphicsContext, const IntRect& rect)
644 graphicsContext.save();
645 graphicsContext.clip(rect);
646 m_mainFrame->coreFrame()->view()->paint(&graphicsContext, rect);
647 graphicsContext.restore();
650 void WebPage::drawPageOverlay(GraphicsContext& graphicsContext, const IntRect& rect)
654 graphicsContext.save();
655 graphicsContext.clip(rect)
    [all...]
  /external/webkit/Source/WebCore/
ChangeLog-2006-05-10 328 * platform/GraphicsContext.h:
329 * platform/GraphicsContext.cpp:
330 (WebCore::GraphicsContext::drawText): Changed QChar to UChar. Removed horizontalAlignment
332 (WebCore::GraphicsContext::drawHighlightForText): Changed QChar to UChar.
    [all...]

Completed in 1670 milliseconds

1 2 3 4 5 6 7 8 91011>>