Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/
Dcfde_textout.cpp45 CFX_Font* pFxFont = pFont->GetDevFont(); in DrawString()
77 pFxFont = pCurFont->GetDevFont(); in DrawString()
101 pFxFont = pCurFont->GetDevFont(); in DrawString()
/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.h50 CFX_Font* GetDevFont() const { return m_pFont; } in GetDevFont() function
Dcfgas_fontmgr.cpp625 *pFaceCount = pFont->GetDevFont()->GetFace()->num_faces; in LoadFont()
1079 FXFT_Face pFace = pFont->GetDevFont()->GetFace(); in VerifyUnicode()
/external/pdfium/xfa/fwl/
Dcfwl_barcode.cpp171 if (CFX_Font* pCXFont = pFont->GetDevFont()) in GenerateBarcodeImageCache()