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

/external/pdfium/xfa/src/fgas/src/font/
H A Dfx_stdfontmgr.cpp954 CFX_Font* pInternalFont = new CFX_Font; local
958 delete pInternalFont;
961 if (!pInternalFont->LoadFile(pFontStream, iFaceIndex)) {
962 delete pInternalFont;
966 pFont = IFX_Font::LoadFont(pInternalFont, this, TRUE);
968 delete pInternalFont;

Completed in 55 milliseconds