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

/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_ap.cpp71 CFX_ByteTextBuf sEditStream, sWords; local
97 sEditStream << GetWordRenderString(sWords.GetByteString());
115 sEditStream << ptNew.x - ptOld.x << " " << ptNew.y - ptOld.y << " Td\n";
128 sEditStream << GetWordRenderString(sWords.GetByteString());
131 sEditStream << GetFontSetString(pEdit->GetFontMap(),word.nFontIndex,word.fFontSize);
149 sEditStream << ptNew.x - ptOld.x << " " << ptNew.y - ptOld.y << " Td\n";
155 sEditStream << GetFontSetString(pEdit->GetFontMap(),word.nFontIndex,word.fFontSize);
159 sEditStream << GetWordRenderString(GetPDFWordString(pEdit->GetFontMap(),nCurFontIndex,word.Word,SubWord));
166 sEditStream << GetWordRenderString(sWords.GetByteString());
172 if (sEditStream
186 sAppStream << sEditStream; local
[all...]
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_ap.cpp639 CFX_ByteTextBuf sEditStream, sLineStream, sWords; local
658 sEditStream << sLineStream;
693 sEditStream << ptNew.x - ptOld.x << " " << ptNew.y - ptOld.y << " Td\n";
697 sEditStream << GetFontSetString(pFontMap, word.nFontIndex, word.fFontSize);
700 sEditStream << GetWordRenderString(GetPDFWordString(pFontMap, nCurFontIndex, word.Word, SubWord));
706 sEditStream << sLineStream;
710 return sEditStream.GetByteString();

Completed in 94 milliseconds