Home
last modified time | relevance | path

Searched refs:sBody (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.cpp1352 CFX_ByteTextBuf sBody, sLines; local
1395 sBody << "/Tx BMC\n"
1399 sBody << rcEdit.left << " " << rcEdit.bottom << " " << rcEdit.Width()
1404 sBody << "BT\n"
1409 sBody << CPWL_Utils::GetDropButtonAppStream(rcButton);
1412 sLines.AsStringC() + sBody.AsStringC();
1421 CFX_ByteTextBuf sBody, sLines; local
1487 sBody << "/Tx BMC\n"
1491 sBody << sList << "Q\nEMC\n";
1495 sLines.AsStringC() + sBody.AsStringC();
[all …]
Dfpdf_flatten.cpp210 CFX_ByteString sBody = in SetPageContents() local
212 sStream = sStream + sBody + "\nQ"; in SetPageContents()
/external/pdfium/core/fpdfdoc/
Dcpvt_generateap.cpp254 CFX_ByteString sBody = CPVT_GenerateAP::GenerateEditAP( in GenerateWidgetAP() local
256 if (sBody.GetLength() > 0) { in GenerateWidgetAP()
268 << sBody << "ET\n" in GenerateWidgetAP()
354 CFX_ByteTextBuf sBody; in GenerateWidgetAP() local
391 sBody << "q\n" in GenerateWidgetAP()
399 sBody << "BT\n" in GenerateWidgetAP()
408 sBody << "BT\n" in GenerateWidgetAP()
420 if (sBody.GetSize() > 0) { in GenerateWidgetAP()
424 << sBody.AsStringC() << "Q\nEMC\n"; in GenerateWidgetAP()