Home | History | Annotate | Download | only in fxedit

Lines Matching refs:sEditStream

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)
186 sAppStream << sEditStream;