HomeSort by relevance Sort by last modified time
    Searched refs:GraphicsContextStateSaver (Results 1 - 25 of 42) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextStateSaver.h 37 class PLATFORM_EXPORT GraphicsContextStateSaver {
40 GraphicsContextStateSaver(GraphicsContext& context, bool saveAndRestore = true)
48 ~GraphicsContextStateSaver()
CrossfadeGeneratedImage.cpp 30 #include "platform/graphics/GraphicsContextStateSaver.h"
57 GraphicsContextStateSaver stateSaver(*context);
89 GraphicsContextStateSaver stateSaver(*context);
GradientGeneratedImage.cpp 30 #include "platform/graphics/GraphicsContextStateSaver.h"
36 GraphicsContextStateSaver stateSaver(*destContext);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGShape.h 39 class GraphicsContextStateSaver;
103 bool setupNonScalingStrokeContext(AffineTransform&, GraphicsContextStateSaver&);
RenderSVGPath.cpp 33 #include "platform/graphics/GraphicsContextStateSaver.h"
94 GraphicsContextStateSaver stateSaver(*context, true);
RenderSVGShape.cpp 44 #include "platform/graphics/GraphicsContextStateSaver.h"
177 bool RenderSVGShape::setupNonScalingStrokeContext(AffineTransform& strokeTransform, GraphicsContextStateSaver& stateSaver)
250 GraphicsContextStateSaver stateSaver(*childPaintInfo.context);
267 GraphicsContextStateSaver stateSaver(*childPaintInfo.context, false);
RenderSVGContainer.cpp 37 #include "platform/graphics/GraphicsContextStateSaver.h"
126 GraphicsContextStateSaver stateSaver(*childPaintInfo.context);
RenderSVGForeignObject.cpp 33 #include "platform/graphics/GraphicsContextStateSaver.h"
60 GraphicsContextStateSaver stateSaver(*childPaintInfo.context);
RenderSVGResourceMarker.cpp 29 #include "platform/graphics/GraphicsContextStateSaver.h"
144 GraphicsContextStateSaver stateSaver(*info.context, false);
RenderSVGResourceMasker.cpp 28 #include "platform/graphics/GraphicsContextStateSaver.h"
101 GraphicsContextStateSaver maskContentSaver(*context);
RenderSVGImage.cpp 41 #include "platform/graphics/GraphicsContextStateSaver.h"
139 GraphicsContextStateSaver stateSaver(*childPaintInfo.context, false);
SVGInlineTextBox.cpp 45 #include "platform/graphics/GraphicsContextStateSaver.h"
234 GraphicsContextStateSaver stateSaver(*paintInfo.context);
307 GraphicsContextStateSaver stateSaver(*paintInfo.context, false);
594 GraphicsContextStateSaver stateSaver(*context, false);
755 GraphicsContextStateSaver stateSaver(*context);
RenderSVGResourceClipper.cpp 38 #include "platform/graphics/GraphicsContextStateSaver.h"
182 GraphicsContextStateSaver maskContentSaver(*context);
191 // FIXME: Awkward state micro-management. Ideally, GraphicsContextStateSaver should
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.h 50 class GraphicsContextStateSaver;
201 mutable OwnPtr<GraphicsContextStateSaver> m_contextStateSaver;
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeMacOverlayAPI.mm 35 #include "platform/graphics/GraphicsContextStateSaver.h"
90 GraphicsContextStateSaver stateSaver(*context);
106 GraphicsContextStateSaver stateSaver(*context);
ScrollbarThemeNonMacCommon.cpp 31 #include "platform/graphics/GraphicsContextStateSaver.h"
109 GraphicsContextStateSaver stateSaver(*context);
ScrollbarThemeMacCommon.mm 34 #include "platform/graphics/GraphicsContextStateSaver.h"
112 GraphicsContextStateSaver stateSaver(*context);
138 GraphicsContextStateSaver stateSaver(*context);
176 GraphicsContextStateSaver stateSaver(*context);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
EllipsisBox.cpp 31 #include "platform/graphics/GraphicsContextStateSaver.h"
47 GraphicsContextStateSaver stateSaver(*context);
147 GraphicsContextStateSaver stateSaver(*context);
RenderThemeChromiumMac.mm 49 #import "platform/graphics/GraphicsContextStateSaver.h"
781 GraphicsContextStateSaver stateSaver(*paintInfo.context);
    [all...]
RenderThemeChromiumDefault.cpp 36 #include "platform/graphics/GraphicsContextStateSaver.h"
255 GraphicsContextStateSaver stateSaver(*i.context, false);
438 GraphicsContextStateSaver stateSaver(*i.context, false);
465 GraphicsContextStateSaver stateSaver(*i.context, false);
RenderEmbeddedObject.cpp 40 #include "platform/graphics/GraphicsContextStateSaver.h"
146 GraphicsContextStateSaver stateSaver(*context);
RenderFieldset.cpp 31 #include "platform/graphics/GraphicsContextStateSaver.h"
172 GraphicsContextStateSaver stateSaver(*graphicsContext);
RenderFileUploadControl.cpp 33 #include "platform/graphics/GraphicsContextStateSaver.h"
95 GraphicsContextStateSaver stateSaver(*paintInfo.context, false);
InlineTextBox.cpp 53 #include "platform/graphics/GraphicsContextStateSaver.h"
695 GraphicsContextStateSaver stateSaver(*context, textStrokeWidth > 0);
735 GraphicsContextStateSaver stateSaver(*context, selectionStrokeWidth > 0);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ThemeMac.mm 30 #import "platform/graphics/GraphicsContextStateSaver.h"
281 GraphicsContextStateSaver stateSaver(*context);
361 GraphicsContextStateSaver stateSaver(*context);
444 GraphicsContextStateSaver stateSaver(*context);
521 GraphicsContextStateSaver stateSaver(*context);

Completed in 376 milliseconds

1 2