Home
last modified time | relevance | path

Searched refs:m_RefCount (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/core/include/fxcrt/
Dfx_basic.h945 int m_RefCount; variable
953 m_pObject->m_RefCount++; in CFX_CountRef()
961 m_pObject->m_RefCount--; in ~CFX_CountRef()
962 if (m_pObject->m_RefCount <= 0) { in ~CFX_CountRef()
969 m_pObject->m_RefCount--; in New()
970 if (m_pObject->m_RefCount <= 0) { in New()
975 m_pObject->m_RefCount = 1; in New()
981 ref.m_pObject->m_RefCount++;
984 m_pObject->m_RefCount--;
985 if (m_pObject->m_RefCount <= 0) {
[all …]
/external/pdfium/core/src/fxge/ge/
Dtext_int.h31 m_RefCount = 0; in CTTFontDesc()
50 int m_RefCount; variable
Dfx_ge_fontmap.cpp453 m_RefCount--; in ReleaseFace()
454 if (m_RefCount) { in ReleaseFace()
455 return m_RefCount; in ReleaseFace()
507 pFontDesc->m_RefCount++; in GetCachedFace()
522 pFontDesc->m_RefCount = 1; in AddCachedFace()
571 pFontDesc->m_RefCount++; in GetCachedTTCFace()
590 pFontDesc->m_RefCount++; in AddCachedTTCFace()
/external/pdfium/core/src/fxcrt/
Dextension.h39 CFX_CRTFileAccess() : m_RefCount(0) {} in CFX_CRTFileAccess()
43 if (--m_RefCount == 0) in Release()
48 m_RefCount++; in Retain()
60 m_RefCount = 1; in Init()
66 FX_DWORD m_RefCount; variable
/external/pdfium/core/src/fpdfdoc/
Ddoc_tagged.cpp195 : m_RefCount(0) { in CPDF_StructElementImpl()
217 m_RefCount++; in Retain()
221 if (--m_RefCount < 1) { in Release()
Dtagged_int.h98 int m_RefCount; variable
/external/pdfium/fpdfsdk/src/javascript/
DJS_GlobalData.cpp107 ++g_Instance->m_RefCount; in GetRetainedInstance()
112 if (!--m_RefCount) { in Release()
118 CJS_GlobalData::CJS_GlobalData() : m_RefCount(0) { in CJS_GlobalData()
DJS_GlobalData.h101 size_t m_RefCount; variable
/external/pdfium/core/src/fxge/win32/
Dfx_win32_gdipext.cpp1262 LONG m_RefCount; member in GpStream
1268 m_RefCount = 1; in GpStream()
1282 return (ULONG)InterlockedIncrement(&m_RefCount); in AddRef()
1285 ULONG res = (ULONG)InterlockedDecrement(&m_RefCount); in Release()