HomeSort by relevance Sort by last modified time
    Searched defs:m_dwSize (Results 1 - 9 of 9) sorted by null

  /external/pdfium/core/fpdfapi/edit/
cpdf_encryptor.h 22 uint32_t GetSize() const { return m_dwSize; }
27 uint32_t m_dwSize;
cpdf_flateencoder.h 25 uint32_t GetSize() const { return m_dwSize; }
31 uint32_t m_dwSize;
  /external/pdfium/core/fpdfapi/parser/
cpdf_simple_parser.h 33 uint32_t m_dwSize;
cpdf_stream.h 39 uint32_t GetRawSize() const { return m_dwSize; }
70 uint32_t m_dwSize = 0;
cpdf_stream_acc.h 48 uint32_t m_dwSize = 0;
  /external/pdfium/core/fxcrt/xml/
cxml_databufacc.h 17 bool IsEOF() const { return m_dwCurPos >= m_dwSize; }
23 size_t GetBlockSize() const { return m_dwSize; }
27 size_t m_dwSize;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mspcoll.h 108 DWORD m_dwSize;
111 CTapiBstrCollection(void) : m_dwSize(0),m_Var(NULL) { }
116 m_dwSize = dwSize;
117 m_Var = new CComVariant[m_dwSize];
132 *retval = m_dwSize;
151 if((Index < 1) || ((DWORD) Index > m_dwSize)) return E_INVALIDARG;
168 hr = p->Init(&m_Var[0],&m_Var[m_dwSize],NULL,AtlFlagCopy);
  /external/pdfium/core/fxge/
cfx_font.h 85 uint32_t GetSize() const { return m_dwSize; }
116 uint32_t m_dwSize;
cfx_fontmgr.cpp 24 uint32_t m_dwSize;
226 *size = g_FoxitFonts[index].m_dwSize;
232 *size = g_MMFonts[mm_index].m_dwSize;

Completed in 91 milliseconds