OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GraphicsContextCullSaver
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextCullSaver.h
10
class
GraphicsContextCullSaver
{
13
GraphicsContextCullSaver
(GraphicsContext& context)
19
GraphicsContextCullSaver
(GraphicsContext& context, const FloatRect& rect)
26
~
GraphicsContextCullSaver
()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGContainer.cpp
35
#include "platform/graphics/
GraphicsContextCullSaver
.h"
128
GraphicsContextCullSaver
cullSaver(*childPaintInfo.context);
/external/chromium_org/third_party/WebKit/Source/core/paint/
BlockPainter.cpp
24
#include "platform/graphics/
GraphicsContextCullSaver
.h"
57
GraphicsContextCullSaver
cullSaver(*paintInfo.context);
Completed in 240 milliseconds