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

  /external/pdfium/core/src/fpdftext/
text_int.h 45 int m_nCount;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxtmpl.h 355 int m_nCount;
369 inline int CDXList<TYPE,ARG_TYPE>::GetCount() const { return m_nCount; }
371 inline WINBOOL CDXList<TYPE,ARG_TYPE>::IsEmpty() const { return m_nCount==0; }
434 m_nCount = 0;
446 m_nCount = 0;
455 _ASSERT(m_nCount==0);
475 m_nCount++;
476 _ASSERT(m_nCount > 0);
486 m_nCount--;
487 _ASSERT(m_nCount >= 0)
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 44 FX_DWORD m_nCount;
  /external/pdfium/core/include/fxge/
fx_font.h 344 FX_DWORD m_nCount;
  /external/pdfium/core/include/fxcrt/
fx_basic.h 795 return m_nCount;
800 return m_nCount == 0;
820 return (m_nCount == 0) ? NULL : (FX_POSITION) - 1;
837 int m_nCount;
929 return m_nCount;
934 return m_nCount == 0;
952 return (m_nCount == 0) ? NULL : (FX_POSITION) - 1;
973 int m_nCount;
1075 return m_nCount;
1103 int m_nCount;
    [all...]

Completed in 256 milliseconds