Searched refs:GetFontSetString (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_ap.cpp | 53 static CFX_ByteString GetFontSetString(IFX_Edit_FontMap * pFontMap, FX_INT32 nFontIndex, FX_FLOAT f… in GetFontSetString() function 131 sEditStream << GetFontSetString(pEdit->GetFontMap(),word.nFontIndex,word.fFontSize); in GetEditAppearanceStream() 155 sEditStream << GetFontSetString(pEdit->GetFontMap(),word.nFontIndex,word.fFontSize); in GetEditAppearanceStream()
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_ap.cpp | 196 static CFX_ByteString GetFontSetString(IPVT_FontMap * pFontMap, FX_INT32 nFontIndex, FX_FLOAT fFont… in GetFontSetString() function 684 sLineStream << GetFontSetString(pFontMap, word.nFontIndex, word.fFontSize); in GenerateEditAP() 699 sEditStream << GetFontSetString(pFontMap, word.nFontIndex, word.fFontSize); in GenerateEditAP()
|