Home | History | Annotate | Download | only in fxedit

Lines Matching refs:sTextBuf

151 	CFX_ByteTextBuf sTextBuf;

236 if (sTextBuf.GetLength() > 0)
239 fFontSize, pUser2Device, sTextBuf.GetByteString(), crOldFill, crTextStroke, nHorzScale);
241 sTextBuf.Clear();
248 sTextBuf << GetPDFWordString(pFontMap, word.nFontIndex, word.Word, SubWord);
262 if (sTextBuf.GetLength() > 0)
265 fFontSize, pUser2Device, sTextBuf.GetByteString(), crOldFill, crTextStroke, nHorzScale);
285 CFX_ByteTextBuf sTextBuf;
353 if (sTextBuf.GetLength() > 0)
356 wp.fFontSize, pUser2Device, sTextBuf.GetByteString(), crOld, 0, wp.nHorzScale);
358 sTextBuf.Clear();
365 sTextBuf << GetPDFWordString(pFontMap, word.WordProps.nFontIndex, word.Word, 0);
389 if (sTextBuf.GetLength() > 0)
392 wp.fFontSize, pUser2Device, sTextBuf.GetByteString(), crOld, 0, wp.nHorzScale);
503 CFX_ByteTextBuf sTextBuf;
529 if (sTextBuf.GetLength() > 0)
532 CPDF_Point(ptBT.x+ptOffset.x, ptBT.y+ptOffset.y), sTextBuf.GetByteString()));
534 sTextBuf.Clear();
541 sTextBuf << GetPDFWordString(pFontMap, word.nFontIndex, word.Word, 0);
546 if (sTextBuf.GetLength() > 0)
549 CPDF_Point(ptBT.x+ptOffset.x, ptBT.y+ptOffset.y), sTextBuf.GetByteString()));
564 CFX_ByteTextBuf sTextBuf;
597 if (sTextBuf.GetLength() > 0)
600 CPDF_Point(ptBT.x+ptOffset.x, ptBT.y+ptOffset.y), sTextBuf.GetByteString()));
602 sTextBuf.Clear();
611 sTextBuf << GetPDFWordString(pFontMap, word.WordProps.nFontIndex, word.Word, 0);
643 if (sTextBuf.GetLength() > 0)
646 CPDF_Point(ptBT.x+ptOffset.x, ptBT.y+ptOffset.y), sTextBuf.GetByteString()));