HomeSort by relevance Sort by last modified time
    Searched refs:GetFontSetString (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/src/fxedit/
fxet_ap.cpp 53 static CFX_ByteString GetFontSetString(IFX_Edit_FontMap * pFontMap, FX_INT32 nFontIndex, FX_FLOAT fFontSize)
131 sEditStream << GetFontSetString(pEdit->GetFontMap(),word.nFontIndex,word.fFontSize);
155 sEditStream << GetFontSetString(pEdit->GetFontMap(),word.nFontIndex,word.fFontSize);
  /external/pdfium/core/src/fpdfdoc/
doc_ap.cpp 196 static CFX_ByteString GetFontSetString(IPVT_FontMap * pFontMap, FX_INT32 nFontIndex, FX_FLOAT fFontSize)
684 sLineStream << GetFontSetString(pFontMap, word.nFontIndex, word.fFontSize);
699 sEditStream << GetFontSetString(pFontMap, word.nFontIndex, word.fFontSize);
    [all...]

Completed in 198 milliseconds