Searched refs:sBody (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_appstream.cpp | 1586 std::ostringstream sBody; in SetAsComboBox() local 1629 sBody << "/Tx "; in SetAsComboBox() 1630 AutoClosedCommand bmc(&sBody, kMarkedSequenceBeginOperator, in SetAsComboBox() 1632 AutoClosedQCommand q(&sBody); in SetAsComboBox() 1636 sBody << rcEdit.left << " " << rcEdit.bottom << " " << rcEdit.Width() in SetAsComboBox() 1643 AutoClosedCommand bt(&sBody, kTextBeginOperator, kTextEndOperator); in SetAsComboBox() 1644 sBody << GetColorAppStream(crText, true) << sEdit; in SetAsComboBox() 1647 sBody << GetDropButtonAppStream(rcButton); in SetAsComboBox() 1649 GetBackgroundAppStream() + GetBorderAppStream() + ByteString(sBody), in SetAsComboBox() 1657 std::ostringstream sBody; in SetAsListBox() local [all …]
|
/external/pdfium/core/fpdfdoc/ |
D | cpvt_generateap.cpp | 1114 ByteString sBody = GenerateEditAP(&map, vt.GetIterator(), ptOffset, in GenerateFormAP() local 1116 if (sBody.GetLength() > 0) { in GenerateFormAP() 1126 << GenerateColorAP(crText, PaintOperation::FILL) << sBody in GenerateFormAP() 1213 std::ostringstream sBody; in GenerateFormAP() local 1250 sBody << "q\n" in GenerateFormAP() 1258 sBody << "BT\n" in GenerateFormAP() 1265 sBody << "BT\n" in GenerateFormAP() 1275 if (sBody.tellp() > 0) { in GenerateFormAP() 1279 << sBody.str() << "Q\nEMC\n"; in GenerateFormAP()
|
/external/pdfium/fpdfsdk/ |
D | fpdf_flatten.cpp | 203 ByteString sBody = ByteString(pAcc->GetData(), pAcc->GetSize()); in SetPageContents() local 204 sStream = sStream + sBody + "\nQ"; in SetPageContents()
|