Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_ap.cpp53 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/
Ddoc_ap.cpp196 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()