Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/win32/
Dfx_win32_dwrite.cpp57 static IDWriteFontFileLoader* GetLoader() in GetLoader() function in FX_FINAL
145 CDwFontFileLoader::GetLoader(), in DwCreateFontFaceFromStream()
387 dwriteFactory_->UnregisterFontFileLoader(CDwFontFileLoader::GetLoader()); in ~CDwFontContext()
394 return hr_ = dwriteFactory_->RegisterFontFileLoader(CDwFontFileLoader::GetLoader()); in Initialize()
/external/skia/src/ports/
DSkFontMgr_win_dw.cpp387 HRB(cshFontFile->GetLoader(&cshFontFileLoader)); in FindByDWriteFont()
388 HRB(ctxFontFile->GetLoader(&ctxFontFileLoader)); in FindByDWriteFont()
DSkTypeface_win_dw.cpp231 HRNM(fontFile->GetLoader(&fontFileLoader), "Could not get font file loader."); in onOpenStream()
DSkRemotableFontMgr_win_dw.cpp129 HR(fontFile->GetLoader(&fontFileLoader)); in FontToIdentity()