Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/win32/
Dfx_win32_dwrite.cpp52 ULONG refCount_; member in CDwFontFileStream
77 ULONG refCount_; member in CDwFontFileLoader
258 refCount_ = 0; in CDwFontFileStream()
273 return InterlockedIncrement((long*)(&refCount_)); in AddRef()
276 ULONG newCount = InterlockedDecrement((long*)(&refCount_)); in Release()
310 CDwFontFileLoader::CDwFontFileLoader() : refCount_(0) {} in CDwFontFileLoader()
322 return InterlockedIncrement((long*)(&refCount_)); in AddRef()
325 ULONG newCount = InterlockedDecrement((long*)(&refCount_)); in Release()