Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/win32/
Dfx_win32_dwrite.cpp101 IDWriteFactory* dwriteFactory_; member in CDwFontContext
380 : hr_(S_FALSE), dwriteFactory_(SafeAcquire(dwriteFactory)) {} in CDwFontContext()
383 if (dwriteFactory_ && hr_ == S_OK) { in ~CDwFontContext()
384 dwriteFactory_->UnregisterFontFileLoader(CDwFontFileLoader::GetLoader()); in ~CDwFontContext()
386 SafeRelease(&dwriteFactory_); in ~CDwFontContext()
391 return hr_ = dwriteFactory_->RegisterFontFileLoader( in Initialize()