Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_defaultfontmanager.cpp24 const FGAS_FontInfo* pCurFont = in GetFont() local
26 if (!pCurFont || !pCurFont->pReplaceFont) in GetFont()
36 const char* pReplace = pCurFont->pReplaceFont; in GetFont()
/external/pdfium/xfa/fde/
Dcfde_textout.cpp70 RetainPtr<CFGAS_GEFont> pCurFont; in DrawString() local
78 if (pCurFont != pSTFont) { in DrawString()
79 if (pCurFont) { in DrawString()
80 pFxFont = pCurFont->GetDevFont(); in DrawString()
94 pCurFont = pSTFont; in DrawString()
103 if (pCurFont && iCurCount) { in DrawString()
104 pFxFont = pCurFont->GetDevFont(); in DrawString()