Searched refs:m_depthCount (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DInterceptingCanvas.h40 InterceptingCanvas(SkBitmap bitmap) : SkCanvas(bitmap), m_depthCount(0) { };
41 InterceptingCanvas(int width, int height) : SkCanvas(width, height), m_depthCount(0) { };
81 unsigned m_depthCount; member in class:blink::InterceptingCanvas
H A DProfilingCanvas.cpp50 profilingCanvas->m_depthCount++;
56 m_profilingCanvas->m_depthCount--;
57 if (m_profilingCanvas->m_depthCount)
H A DReplayingCanvas.cpp49 replayingCanvas->m_depthCount++;
54 m_canvas->m_depthCount--;
55 if (m_canvas->m_depthCount)
H A DLoggingCanvas.cpp56 loggingCanvas->m_depthCount++;
77 m_canvas->m_depthCount--;
78 if (!m_canvas->m_depthCount)

Completed in 188 milliseconds