Searched refs:sStream (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fpdfsdk/ |
D | fpdf_flatten.cpp | 176 ByteString sStream = in NewIndirectContentsStream() local 178 pNewContents->SetData(sStream.raw_str(), sStream.GetLength()); in NewIndirectContentsStream() 202 ByteString sStream = "q\n"; in SetPageContents() local 204 sStream = sStream + sBody + "\nQ"; in SetPageContents() 205 pContentsStream->SetDataAndRemoveFilter(sStream.raw_str(), in SetPageContents() 206 sStream.GetLength()); in SetPageContents() 398 ByteString sStream(pAcc->GetData(), pAcc->GetSize()); in FPDFPage_Flatten() local 401 sStream += ByteString::Format("q %f 0 0 %f %f %f cm /%s Do Q\n", m.a, m.d, in FPDFPage_Flatten() 403 pNewXObject->SetDataAndRemoveFilter(sStream.raw_str(), sStream.GetLength()); in FPDFPage_Flatten()
|
/external/pdfium/core/fpdfdoc/ |
D | cpvt_generateap.cpp | 1319 std::ostringstream sStream; in GenerateEmptyAP() local 1320 GenerateAndSetAPDict(pDoc, pAnnotDict, &sStream, std::move(pResourceDict), in GenerateEmptyAP()
|