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

<<21222324

  /external/webkit/Source/WebCore/svg/
SVGFont.cpp 27 #include "GraphicsContext.h"
465 void Font::drawTextUsingSVGFont(GraphicsContext* context, const TextRun& run,
  /external/webkit/Source/WebKit/android/WebCoreSupport/
MediaPlayerPrivateAndroid.cpp 32 #include "GraphicsContext.h"
278 void paint(GraphicsContext* ctxt, const IntRect& r)
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebChromeClient.cpp 649 bool WebChromeClient::paintCustomScrollbar(GraphicsContext* context, const FloatRect& rect, ScrollbarControlSize size,
717 bool WebChromeClient::paintCustomScrollCorner(GraphicsContext* context, const FloatRect& rect)
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/
NetscapePluginMac.mm 31 #import <WebCore/GraphicsContext.h>
382 void NetscapePlugin::platformPaint(GraphicsContext* context, const IntRect& dirtyRect, bool isSnapshot)
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp 27 #include "GraphicsContext.h"
204 virtual void tiledBackingStorePaint(GraphicsContext*, const IntRect&);
387 GraphicsContext gc(painter);
488 GraphicsContext gc(&painter);
    [all...]
  /external/webkit/Source/WebCore/
ChangeLog-2011-02-16 259 this transformation matrix to the GraphicsContext CTM, resulting in a source of numerical imprecision.
265 To remove the scale from the current GraphicsContext CTM, "context->scale(FloatSize(1 / scalingFactor, ...)" is used. As AffineTransform stores
272 -> Add GraphicsContext::setCTM(const AffineTransform&) and implement it for all platforms (each explicitely exposes a 'setCTM' concept, except CG)
275 -> Instead of scaling the GraphicsContext before drawing text, grab the current CTM using context->getCTM(), scale it by '1 / scalingFactor'
277 After drawing, just switch back to the preserved original CTM, both operations need GraphicsContext::setCTM.
279 The use of GraphicsContext::setCTM() allows to switch between arbitary context transformations _without_ inducing accumulated rounding imprecision.
286 * platform/graphics/GraphicsContext.h: Add setCTM(const AffineTransform&) method.
288 (WebCore::GraphicsContext::setCTM): Implement setCTM.
292 (WebCore::GraphicsContext::setCTM): Ditto.
299 (WebCore::GraphicsContext::setCTM): Ditto
    [all...]
ChangeLog 371 (WebCore::TextureMapperGL::graphicsContext):
551 (WebCore::TextureMapperQt::graphicsContext):
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.mm 45 #import "GraphicsContext.h"
    [all...]
  /external/webkit/Source/WebCore/platform/qt/
RenderThemeQt.cpp 42 #include "GraphicsContext.h"
126 StylePainter::StylePainter(ScrollbarThemeQt* theme, GraphicsContext* context)
131 void StylePainter::init(GraphicsContext* context, QStyle* themeStyle)
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/win/
WebView.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.cpp 245 void GraphicsLayer::paintGraphicsLayerContents(GraphicsContext& context, const IntRect& clip)
  /external/webkit/Source/WebCore/platform/graphics/ca/mac/
PlatformCALayerMac.mm 34 #import "GraphicsContext.h"
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWin.cpp 34 #include "GraphicsContext.h"
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerTilerChromium.cpp 33 #include "GraphicsContext.h"
  /external/webkit/Source/WebCore/platform/graphics/openvg/
PathOpenVG.cpp 25 #include "GraphicsContext.h"
  /external/webkit/Source/WebCore/platform/mac/
ScrollbarThemeMac.mm 427 bool ScrollbarThemeMac::paint(Scrollbar* scrollbar, GraphicsContext* context, const IntRect& damageRect)
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp 329 virtual float spoolPage(GraphicsContext& ctx, int pageNumber)
404 virtual float spoolPage(GraphicsContext& ctx, int pageNumber)
    [all...]
WebViewImpl.cpp 62 #include "GraphicsContext.h"
    [all...]
  /external/webkit/Source/WebKit2/Shared/
WebCoreArgumentCoders.h 42 #include <WebCore/GraphicsContext.h>
  /external/webkit/Source/WebKit2/UIProcess/
TiledDrawingAreaProxy.cpp 327 GraphicsContext gc(context);
  /external/webkit/Source/WebCore/plugins/qt/
PluginViewQt.cpp 46 #include "GraphicsContext.h"
338 void PluginView::paint(GraphicsContext* context, const IntRect& rect)
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderTheme.cpp 31 #include "GraphicsContext.h"
275 m_theme->paint(part, controlStatesForRenderer(o), const_cast<GraphicsContext*>(paintInfo.context), r, o->style()->effectiveZoom(), o->view()->frameView());
    [all...]
RenderThemeWin.cpp 28 #include "GraphicsContext.h"
618 static void drawControl(GraphicsContext* context, RenderObject* o, HANDLE theme, const ThemeData& themeData, const IntRect& r)
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qgraphicswebview.cpp 32 #include "GraphicsContext.h"
291 WebCore::GraphicsContext context(painter);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginView.cpp 44 #include <WebCore/GraphicsContext.h>
516 void PluginView::paint(GraphicsContext* context, const IntRect& dirtyRect)
    [all...]

Completed in 841 milliseconds

<<21222324