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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContextState.h66 uint16_t saveCount() const { return m_saveCount; }
67 void incrementSaveCount() { ++m_saveCount; }
68 void decrementSaveCount() { --m_saveCount; }
179 uint16_t m_saveCount; member in class:blink::FINAL
H A DGraphicsContextState.cpp21 , m_saveCount(0)
56 , m_saveCount(0)
/external/pdfium/core/src/fxge/apple/
H A Dfx_quartz_device.cpp171 m_saveCount = 0;
199 m_saveCount++;
213 m_saveCount--;
214 for (int i = 0; i < m_saveCount; ++i) {
252 m_saveCount++;
260 m_saveCount--;
1068 for (int i = 0; i < m_saveCount; ++i) {
1071 m_saveCount = 0;
H A Dapple_int.h178 FX_INT32 m_saveCount; member in class:CFX_QuartzDeviceDriver

Completed in 131 milliseconds