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 44 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/fxge/
fx_font.h 341 FX_DWORD m_nCount;
  /external/pdfium/core/include/fxcrt/
fx_basic.h 856 return m_nCount;
861 return m_nCount == 0;
881 return (m_nCount == 0) ? NULL : (FX_POSITION) - 1;
900 int m_nCount;
996 return m_nCount;
1001 return m_nCount == 0;
1019 return (m_nCount == 0) ? NULL : (FX_POSITION) - 1;
1042 int m_nCount;
1146 return m_nCount;
1176 int m_nCount;
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
pageint.h 368 FX_DWORD m_nCount;
402 if (findData && ((-- findData->m_nCount) == 0 || bForce)) {

Completed in 791 milliseconds