Searched refs:csStr (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/fpdfdoc/
H A Dcpdf_interform.cpp662 ByteString csStr = csPrefix; local
664 if (csStr.IsEmpty()) {
666 csStr = "GS";
668 csStr = "CS";
670 csStr = "ZiTi";
672 csStr = "Res";
674 ByteString csTmp = csStr;
675 int iCount = csStr.GetLength();
680 csTmp += csStr[m++];
702 csTmp += csStr[
[all...]
H A Dcpdf_formfield.cpp666 ByteString csStr = PDF_EncodeText(csOptLabel);
673 pOpt->AddNew<CPDF_String>(csStr, false);
676 pOpt->InsertNewAt<CPDF_String>(index, csStr, false);

Completed in 165 milliseconds