Searched refs:m_nCount (Results 1 - 11 of 11) sorted by relevance

/external/pdfium/core/src/fxcrt/
H A Dfx_basic_list.cpp12 , 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) {
H A Dfx_basic_maps.cpp20 , 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(
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_doc.cpp187 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...]
H A Dpageint.h355 if (findData && ((-- findData->m_nCount) == 0 || bForce)) {
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h795 return m_nCount;
800 return m_nCount == 0;
820 return (m_nCount == 0) ? NULL : (FX_POSITION) - 1;
837 int m_nCount; member in class:CFX_MapPtrToPtr
929 return m_nCount;
934 return m_nCount == 0;
952 return (m_nCount == 0) ? NULL : (FX_POSITION) - 1;
973 int m_nCount; member in class:CFX_MapByteStringToPtr
1075 return m_nCount;
1103 int m_nCount; member in class:CFX_PtrList
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render.cpp31 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--;
1215 pTransferCounter->m_nCount = 1;
1256 pTransferCounter->m_nCount++;
1265 pTransferCounter->m_nCount--;
/external/pdfium/core/src/fpdftext/
H A Dtext_int.h45 int m_nCount; member in struct:__anon13147
H A Dfpdf_text_int.cpp850 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
[all...]
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_text.cpp981 counted_face_cache->m_nCount++;
986 counted_face_cache->m_nCount = 2;
1000 if (counted_face_cache->m_nCount > 1) {
1001 counted_face_cache->m_nCount--;
1013 if (bRelease || cache->m_nCount < 2) {
1024 if (bRelease || cache->m_nCount < 2) {
/external/pdfium/core/include/fxge/
H A Dfx_font.h344 FX_DWORD m_nCount; member in class:CFX_CountedFaceCache
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_resource.h44 FX_DWORD m_nCount; member in class:CPDF_CountedObject

Completed in 1058 milliseconds