Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.h57 CFX_Font* GetDevFont() const { return m_pFont.Get(); } in GetDevFont() function
Dcfgas_fontmgr.cpp34 RetainPtr<CFX_Face> pFace = pFont->GetDevFont()->GetFace(); in VerifyUnicode()
/external/pdfium/xfa/fde/
Dcfde_textout.cpp50 CFX_Font* pFxFont = pFont->GetDevFont(); in DrawString()
80 pFxFont = pCurFont->GetDevFont(); in DrawString()
104 pFxFont = pCurFont->GetDevFont(); in DrawString()
/external/pdfium/xfa/fwl/
Dcfwl_barcode.cpp166 if (CFX_Font* pCXFont = pFont->GetDevFont()) in GenerateBarcodeImageCache()