Searched refs:m_RefCount (Results 1 – 9 of 9) sorted by relevance
945 int m_RefCount; variable953 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 …]
31 m_RefCount = 0; in CTTFontDesc()50 int m_RefCount; variable
453 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()
39 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
195 : m_RefCount(0) { in CPDF_StructElementImpl()217 m_RefCount++; in Retain()221 if (--m_RefCount < 1) { in Release()
98 int m_RefCount; variable
107 ++g_Instance->m_RefCount; in GetRetainedInstance()112 if (!--m_RefCount) { in Release()118 CJS_GlobalData::CJS_GlobalData() : m_RefCount(0) { in CJS_GlobalData()
101 size_t m_RefCount; variable
1262 LONG m_RefCount; member in GpStream1268 m_RefCount = 1; in GpStream()1282 return (ULONG)InterlockedIncrement(&m_RefCount); in AddRef()1285 ULONG res = (ULONG)InterlockedDecrement(&m_RefCount); in Release()