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

  /external/pdfium/fpdfsdk/src/fxedit/
fxet_ap.cpp 71 CFX_ByteTextBuf sEditStream, sWords;
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.GetSize() > 0)
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_ap.cpp 639 CFX_ByteTextBuf sEditStream, sLineStream, sWords;
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();
    [all...]

Completed in 537 milliseconds