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

  /external/pdfium/fpdfsdk/src/fxedit/
fxet_pageobjs.cpp 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);
    [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Wnd.cpp 380 CFX_ByteTextBuf sTextBuf;
381 GetAppearanceStream(sTextBuf);
382 sAppStream += sTextBuf.GetByteString();

Completed in 143 milliseconds