Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/win32/
Dfx_win32_dwrite.cpp82 HRESULT hr_; member in CDwFontContext
380 hr_(S_FALSE), in CDwFontContext()
386 if(dwriteFactory_ && hr_ == S_OK) { in ~CDwFontContext()
393 if (hr_ == S_FALSE) { in Initialize()
394 return hr_ = dwriteFactory_->RegisterFontFileLoader(CDwFontFileLoader::GetLoader()); in Initialize()
396 return hr_; in Initialize()