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

  /external/pdfium/fpdfsdk/
fpdf_flatten.cpp 176 ByteString sStream =
178 pNewContents->SetData(sStream.raw_str(), sStream.GetLength());
202 ByteString sStream = "q\n";
204 sStream = sStream + sBody + "\nQ";
205 pContentsStream->SetDataAndRemoveFilter(sStream.raw_str(),
206 sStream.GetLength());
398 ByteString sStream(pAcc->GetData(), pAcc->GetSize());
401 sStream += ByteString::Format("q %f 0 0 %f %f %f cm /%s Do Q\n", m.a, m.d
    [all...]
  /external/pdfium/core/fpdfdoc/
cpvt_generateap.cpp 11 #include <sstream>
    [all...]

Completed in 227 milliseconds