Home
last modified time | relevance | path

Searched refs:m_nCount (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/src/fxcrt/
Dfx_basic_list.cpp13 m_nCount(0), in CFX_PtrList()
71 m_nCount--; in FreeNode()
72 if (m_nCount == 0) { in FreeNode()
77 m_nCount = 0; in RemoveAll()
98 m_nCount++; in NewNode()
99 ASSERT(m_nCount > 0); in NewNode()
105 ASSERT(m_nCount == 0); in ~CFX_PtrList()
108 if (nIndex >= m_nCount || nIndex < 0) { in FindIndex()
Dfx_basic_maps.cpp20 m_nCount(0), in CFX_MapPtrToPtr()
29 m_nCount = 0; in RemoveAll()
36 ASSERT(m_nCount == 0); in ~CFX_MapPtrToPtr()
125 m_nCount++; in NewAssoc()
126 ASSERT(m_nCount > 0); in NewAssoc()
132 ASSERT(m_nCount == 0); in InitHashTable()
161 m_nCount--; in FreeAssoc()
162 ASSERT(m_nCount >= 0); in FreeAssoc()
163 if (m_nCount == 0) { in FreeAssoc()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h58 explicit CPDF_CountedObject(T* ptr) : m_nCount(1), m_pObj(ptr) {} in CPDF_CountedObject()
60 m_nCount = 1; in reset()
70 ++m_nCount; in AddRef()
74 if (m_nCount) in RemoveRef()
75 --m_nCount; in RemoveRef()
77 size_t use_count() const { return m_nCount; } in use_count()
80 size_t m_nCount;
/external/pdfium/core/include/fxcrt/
Dfx_basic.h658 int GetCount() const { return m_nCount; } in GetCount()
660 FX_BOOL IsEmpty() const { return m_nCount == 0; } in IsEmpty()
675 return (m_nCount == 0) ? NULL : (FX_POSITION)-1; in GetStartPosition()
691 int m_nCount; variable
816 int GetCount() const { return m_nCount; } in GetCount()
842 int m_nCount; variable
/external/pdfium/core/src/fpdftext/
Dfpdf_text_int.cpp691 segment.m_nCount = 0; in CountBoundedSegments()
699 segment.m_nCount = 1; in CountBoundedSegments()
702 segment.m_nCount++; in CountBoundedSegments()
710 segment.m_nCount = 1; in CountBoundedSegments()
713 segment.m_nCount++; in CountBoundedSegments()
720 segment.m_nCount = 1; in CountBoundedSegments()
723 segment.m_nCount++; in CountBoundedSegments()
731 segment.m_nCount = 0; in CountBoundedSegments()
739 segment.m_nCount = 0; in CountBoundedSegments()
749 segment.m_nCount = 0; in CountBoundedSegments()
[all …]
Dtext_int.h43 int m_nCount; member
/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp1183 counted_face_cache->m_nCount++; in GetCachedFace()
1189 counted_face_cache->m_nCount = 2; in GetCachedFace()
1207 if (counted_face_cache->m_nCount > 1) { in ReleaseCachedFace()
1208 counted_face_cache->m_nCount--; in ReleaseCachedFace()
1216 if (bRelease || cache->m_nCount < 2) { in FreeCache()
1226 if (bRelease || cache->m_nCount < 2) { in FreeCache()
/external/pdfium/core/include/fxge/
Dfx_font.h438 FX_DWORD m_nCount; variable