Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/win32/
Dfx_win32_dwrite.cpp90 IDWriteFactory* dwriteFactory_; member in CDwFontContext
347 : hr_(S_FALSE), dwriteFactory_(SafeAcquire(dwriteFactory)) {} in CDwFontContext()
349 if (dwriteFactory_ && hr_ == S_OK) { in ~CDwFontContext()
350 dwriteFactory_->UnregisterFontFileLoader(CDwFontFileLoader::GetLoader()); in ~CDwFontContext()
352 SafeRelease(&dwriteFactory_); in ~CDwFontContext()
356 return hr_ = dwriteFactory_->RegisterFontFileLoader( in Initialize()