Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_defaultfontmanager.cpp23 const FGAS_FontInfo* pCurFont = in GetFont() local
25 if (pCurFont && pCurFont->pReplaceFont) { in GetFont()
33 const wchar_t* pReplace = pCurFont->pReplaceFont; in GetFont()
/external/pdfium/xfa/fde/
Dcfde_textout.cpp67 RetainPtr<CFGAS_GEFont> pCurFont; in DrawString() local
75 if (pCurFont != pSTFont) { in DrawString()
76 if (pCurFont) { in DrawString()
77 pFxFont = pCurFont->GetDevFont(); in DrawString()
90 pCurFont = pSTFont; in DrawString()
100 if (pCurFont && iCurCount) { in DrawString()
101 pFxFont = pCurFont->GetDevFont(); in DrawString()