Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxcrt/
Dfx_basic.h1289 int m_RefCount; variable
1301 m_pObject->m_RefCount ++; in CFX_CountRef()
1310 m_pObject->m_RefCount --; in ~CFX_CountRef()
1311 if (m_pObject->m_RefCount <= 0) { in ~CFX_CountRef()
1319 m_pObject->m_RefCount --; in New()
1320 if (m_pObject->m_RefCount <= 0) { in New()
1329 m_pObject->m_RefCount = 1; in New()
1336 ref.m_pObject->m_RefCount ++;
1339 m_pObject->m_RefCount --;
1340 if (m_pObject->m_RefCount <= 0) {
[all …]
/external/pdfium/core/src/fxge/ge/
Dtext_int.h29 m_RefCount = 0; in CTTFontDesc()
45 int m_RefCount; variable
Dfx_ge_fontmap.cpp55 m_RefCount --; in ReleaseFace()
56 if (m_RefCount) { in ReleaseFace()
131 pFontDesc->m_RefCount ++; in GetCachedFace()
148 pFontDesc->m_RefCount = 1; in AddCachedFace()
328 pFontDesc->m_RefCount ++; in GetCachedTTCFace()
349 pFontDesc->m_RefCount ++; in AddCachedTTCFace()
/external/pdfium/core/src/fpdfdoc/
Dtagged_int.h88 int m_RefCount; variable
Ddoc_tagged.cpp212 : m_RefCount(0) in CPDF_StructElementImpl()
234 m_RefCount++; in Retain()
239 if(--m_RefCount < 1) { in Release()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_gdipext.cpp1008 LONG m_RefCount; member in GpStream
1014 m_RefCount = 1; in GpStream()
1031 return (ULONG)InterlockedIncrement(&m_RefCount); in AddRef()
1035 ULONG res = (ULONG) InterlockedDecrement(&m_RefCount); in Release()