Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/
Dcfde_textout.cpp50 CFX_Font* pFxFont = pFont->GetDevFont(); in DrawString() local
51 if (FontStyleIsItalic(pFont->GetFontStyles()) && !pFxFont->IsItalic()) { in DrawString()
80 pFxFont = pCurFont->GetDevFont(); in DrawString()
84 FxFont.SetFace(pFxFont->GetFace()); in DrawString()
85 FxFont.SetFontSpan(pFxFont->GetFontSpan()); in DrawString()
88 font = pFxFont; in DrawString()
104 pFxFont = pCurFont->GetDevFont(); in DrawString()
107 FxFont.SetFace(pFxFont->GetFace()); in DrawString()
108 FxFont.SetFontSpan(pFxFont->GetFontSpan()); in DrawString()
111 font = pFxFont; in DrawString()