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

/external/pdfium/xfa/src/fdp/src/fde/
H A Dfde_gedevice.cpp159 IFX_Font* pCurFont = NULL; local
177 if (pCurFont != pSTFont) {
178 if (pCurFont != NULL) {
179 pFxFont = (CFX_Font*)pCurFont->GetDevFont();
191 pCurFont = pSTFont;
199 if (pCurFont != NULL && iCurCount) {
200 pFxFont = (CFX_Font*)pCurFont->GetDevFont();
/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_fontmgr.cpp1770 const XFA_FONTINFO* pCurFont = NULL; local
1775 const XFA_FONTINFO* pCurFont = XFA_GetFontINFOByFontName(wsFontName); local
1779 pCurFont ? pCurFont->wCodePage : wCodePage, pFDEFontMgr);
1783 pCurFont = XFA_GetFontINFOByFontName(wsFontName);
1785 if (pCurFont != NULL && pCurFont->pReplaceFont != NULL) {
1793 const FX_WCHAR* pReplace = pCurFont->pReplaceFont;
1808 pCurFont->wCodePage, pFDEFontMgr);
1833 const XFA_FONTINFO* pCurFont local
[all...]

Completed in 195 milliseconds