Searched refs:GraphicsContextStateSaver (Results 1 - 25 of 48) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContextStateSaver.h37 class PLATFORM_EXPORT GraphicsContextStateSaver { class in namespace:blink
40 GraphicsContextStateSaver(GraphicsContext& context, bool saveAndRestore = true) function in class:blink::GraphicsContextStateSaver
48 ~GraphicsContextStateSaver()
H A DCrossfadeGeneratedImage.cpp30 #include "platform/graphics/GraphicsContextStateSaver.h"
55 GraphicsContextStateSaver stateSaver(*context);
87 GraphicsContextStateSaver stateSaver(*context);
H A DGradientGeneratedImage.cpp30 #include "platform/graphics/GraphicsContextStateSaver.h"
36 GraphicsContextStateSaver stateSaver(*destContext);
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DSVGTextPainter.cpp11 #include "platform/graphics/GraphicsContextStateSaver.h"
21 GraphicsContextStateSaver stateSaver(*blockInfo.context, false);
H A DSVGForeignObjectPainter.cpp13 #include "platform/graphics/GraphicsContextStateSaver.h"
23 GraphicsContextStateSaver stateSaver(*childPaintInfo.context);
H A DSVGImagePainter.cpp17 #include "platform/graphics/GraphicsContextStateSaver.h"
35 GraphicsContextStateSaver stateSaver(*childPaintInfo.context, false);
H A DInlineFlowBoxPainter.cpp15 #include "platform/graphics/GraphicsContextStateSaver.h"
103 GraphicsContextStateSaver stateSaver(*paintInfo.context);
133 GraphicsContextStateSaver stateSaver(*paintInfo.context);
247 GraphicsContextStateSaver stateSaver(*paintInfo.context);
315 GraphicsContextStateSaver stateSaver(*paintInfo.context);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DTextPainter.h19 class GraphicsContextStateSaver;
37 static void updateGraphicsContext(GraphicsContext*, const Style&, bool horizontal, GraphicsContextStateSaver&);
62 void updateGraphicsContext(const Style& style, GraphicsContextStateSaver& saver)
H A DPaintInfo.h34 #include "platform/graphics/GraphicsContextStateSaver.h"
89 GraphicsContextStateSaver* stateSaver = 0)
H A DEllipsisBox.cpp32 #include "platform/graphics/GraphicsContextStateSaver.h"
47 GraphicsContextStateSaver stateSaver(*context);
121 GraphicsContextStateSaver stateSaver(*context);
H A DTextPainter.cpp17 #include "platform/graphics/GraphicsContextStateSaver.h"
56 GraphicsContextStateSaver stateSaver(*m_graphicsContext, false);
72 void TextPainter::updateGraphicsContext(GraphicsContext* context, const Style& textStyle, bool horizontal, GraphicsContextStateSaver& stateSaver)
H A DRenderThemeChromiumMac.mm49 #import "platform/graphics/GraphicsContextStateSaver.h"
737 GraphicsContextStateSaver stateSaver(*paintInfo.context);
860 GraphicsContextStateSaver stateSaver(*paintInfo.context);
905 GraphicsContextStateSaver stateSaver(*paintInfo.context);
1059 GraphicsContextStateSaver stateSaver(*paintInfo.context);
1101 GraphicsContextStateSaver stateSaver(*paintInfo.context);
1275 GraphicsContextStateSaver stateSaver(*paintInfo.context);
1337 GraphicsContextStateSaver stateSaver(*paintInfo.context);
1418 GraphicsContextStateSaver stateSaver(*paintInfo.context);
1521 GraphicsContextStateSaver stateSave
[all...]
H A DRenderThemeChromiumDefault.cpp36 #include "platform/graphics/GraphicsContextStateSaver.h"
253 GraphicsContextStateSaver stateSaver(*i.context, false);
428 GraphicsContextStateSaver stateSaver(*i.context, false);
453 GraphicsContextStateSaver stateSaver(*i.context, false);
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGShape.h39 class GraphicsContextStateSaver;
104 bool setupNonScalingStrokeContext(AffineTransform&, GraphicsContextStateSaver&);
H A DSVGInlineFlowBox.cpp49 GraphicsContextStateSaver stateSaver(*paintInfo.context);
H A DRenderSVGPath.cpp33 #include "platform/graphics/GraphicsContextStateSaver.h"
94 GraphicsContextStateSaver stateSaver(*context, true);
H A DRenderSVGShape.cpp43 #include "platform/graphics/GraphicsContextStateSaver.h"
173 bool RenderSVGShape::setupNonScalingStrokeContext(AffineTransform& strokeTransform, GraphicsContextStateSaver& stateSaver)
251 GraphicsContextStateSaver stateSaver(*childPaintInfo.context);
268 GraphicsContextStateSaver stateSaver(*childPaintInfo.context, false);
H A DRenderSVGContainer.cpp36 #include "platform/graphics/GraphicsContextStateSaver.h"
120 GraphicsContextStateSaver stateSaver(*childPaintInfo.context);
H A DRenderSVGResourceMarker.cpp29 #include "platform/graphics/GraphicsContextStateSaver.h"
144 GraphicsContextStateSaver stateSaver(*info.context, false);
H A DRenderSVGResourceMasker.cpp29 #include "platform/graphics/GraphicsContextStateSaver.h"
98 GraphicsContextStateSaver maskContentSaver(*context);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLCanvasElement.h51 class GraphicsContextStateSaver;
211 mutable OwnPtr<GraphicsContextStateSaver> m_contextStateSaver;
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbarThemeMacOverlayAPI.mm35 #include "platform/graphics/GraphicsContextStateSaver.h"
90 GraphicsContextStateSaver stateSaver(*context);
106 GraphicsContextStateSaver stateSaver(*context);
H A DScrollbarThemeNonMacCommon.cpp31 #include "platform/graphics/GraphicsContextStateSaver.h"
109 GraphicsContextStateSaver stateSaver(*context);
H A DScrollbarThemeMacCommon.mm34 #include "platform/graphics/GraphicsContextStateSaver.h"
111 GraphicsContextStateSaver stateSaver(*context);
137 GraphicsContextStateSaver stateSaver(*context);
175 GraphicsContextStateSaver stateSaver(*context);
/external/chromium_org/third_party/WebKit/Source/platform/mac/
H A DThemeMac.mm30 #import "platform/graphics/GraphicsContextStateSaver.h"
297 GraphicsContextStateSaver stateSaver(*context);
379 GraphicsContextStateSaver stateSaver(*context);
462 GraphicsContextStateSaver stateSaver(*context);
539 GraphicsContextStateSaver stateSaver(*context);

Completed in 184 milliseconds

12