Home
last modified time | relevance | path

Searched refs:GetPDFWordString (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/fxedit/
Dfx_edit.h18 CFX_ByteString GetPDFWordString(IPVT_FontMap* pFontMap,
Dfxet_ap.cpp14 CFX_ByteString GetPDFWordString(IPVT_FontMap* pFontMap, in GetPDFWordString() function
Dfxet_edit.cpp635 sWords << GetPDFWordString(pEdit->GetFontMap(), nCurFontIndex, in GetEditAppearanceStream()
658 sEditStream << GetWordRenderString(GetPDFWordString( in GetEditAppearanceStream()
811 sTextBuf << GetPDFWordString(pFontMap, word.nFontIndex, word.Word, in DrawEdit()
819 GetPDFWordString(pFontMap, word.nFontIndex, word.Word, SubWord), in DrawEdit()
/external/pdfium/core/fpdfdoc/
Dcpvt_generateap.h64 static CFX_ByteString GetPDFWordString(IPVT_FontMap* pFontMap,
Dcpvt_generateap.cpp1153 sWords << GetPDFWordString(pFontMap, nCurFontIndex, word.Word, SubWord); in GenerateEditAP()
1172 GetPDFWordString(pFontMap, nCurFontIndex, word.Word, SubWord)); in GenerateEditAP()
1321 CFX_ByteString CPVT_GenerateAP::GetPDFWordString(IPVT_FontMap* pFontMap, in GetPDFWordString() function in CPVT_GenerateAP