Searched refs:m_dwCount (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcrt/
H A Dextension.h31 CFX_CRTFileStream(IFXCRT_FileAccess* pFA, IFX_Allocator* pAllocator) : m_pAllocator(pAllocator), m_pFile(pFA), m_dwCount(1), m_bUseRange(FALSE), m_nOffset(0), m_nSize(0) {}
40 m_dwCount ++;
45 FX_DWORD nCount = -- m_dwCount;
117 FX_DWORD m_dwCount; member in class:CFX_CRTFileStream
130 , m_dwCount(1)
141 , m_dwCount(1)
163 m_dwCount ++;
168 FX_DWORD nCount = -- m_dwCount;
356 FX_DWORD m_dwCount; member in class:CFX_MemoryStream
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_text.cpp360 m_dwCount = 0;
365 while(m_dwCount--) {
369 FX_DWORD m_dwCount; member in class:CPDF_RefType3Cache
469 refTypeCache.m_dwCount++;

Completed in 1544 milliseconds