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

  /external/pdfium/core/src/fxcrt/
fx_basic_list.cpp 12 , m_nCount(0)
77 m_nCount--;
78 if (m_nCount == 0) {
84 m_nCount = 0;
106 m_nCount++;
107 ASSERT(m_nCount > 0);
114 ASSERT(m_nCount == 0);
118 if (nIndex >= m_nCount || nIndex < 0) {
fx_basic_maps.cpp 20 , m_nCount(0)
33 m_nCount = 0;
41 ASSERT(m_nCount == 0);
135 m_nCount++;
136 ASSERT(m_nCount > 0);
144 ASSERT(m_nCount == 0);
177 m_nCount--;
178 ASSERT(m_nCount >= 0);
179 if (m_nCount == 0) {
186 , m_nCount(0
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_doc.cpp 187 if (bForceRelease || ptData->m_nCount < 2) {
201 if (bForceRelease || fontData->m_nCount < 2) {
214 if (bForceRelease || csData->m_nCount < 2) {
228 if (bForceRelease || ipData->m_nCount < 2) {
252 if (bForceRelease || ftData->m_nCount < 2) {
266 if (bForceRelease || imageData->m_nCount < 2) {
284 fontData->m_nCount ++;
292 fontData->m_nCount ++;
308 fontData->m_nCount = 2;
343 fontData->m_nCount ++
    [all...]
pageint.h 355 if (findData && ((-- findData->m_nCount) == 0 || bForce)) {
  /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/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...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp 31 if (bRelease || cache->m_nCount < 2) {
44 if (bRelease || value->m_nCount < 2) {
72 pCache->m_nCount = 1;
75 pCache->m_nCount++;
84 pCache->m_nCount--;
    [all...]
  /external/pdfium/core/src/fpdftext/
text_int.h 45 int m_nCount;
fpdf_text_int.cpp 850 segment.m_nCount = 0;
858 segment.m_nCount = 1;
861 segment.m_nCount++;
867 segment.m_nCount = 1;
870 segment.m_nCount++;
877 segment.m_nCount = 1;
880 segment.m_nCount++;
888 segment.m_nCount = 0;
896 segment.m_nCount = 0;
906 segment.m_nCount = 0
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp     [all...]
  /external/pdfium/core/include/fxge/
fx_font.h 344 FX_DWORD m_nCount;
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 44 FX_DWORD m_nCount;

Completed in 274 milliseconds