Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ScrollBar.cpp133 CFX_ByteTextBuf sButton; in GetThisAppearanceStream() local
156 sButton << "0 g\n"; in GetThisAppearanceStream()
157 sButton << pt1.x << " " << pt1.y << " m\n"; in GetThisAppearanceStream()
158 sButton << pt2.x << " " << pt2.y << " l\n"; in GetThisAppearanceStream()
159 sButton << pt3.x << " " << pt3.y << " l\n"; in GetThisAppearanceStream()
160 sButton << pt1.x << " " << pt1.y << " l f\n"; in GetThisAppearanceStream()
162 sAppStream << sButton; in GetThisAppearanceStream()
174 sButton << "0 g\n"; in GetThisAppearanceStream()
175 sButton << pt1.x << " " << pt1.y << " m\n"; in GetThisAppearanceStream()
176 sButton << pt2.x << " " << pt2.y << " l\n"; in GetThisAppearanceStream()
[all …]
DPWL_ComboBox.cpp116 CFX_ByteTextBuf sButton; in GetThisAppearanceStream() local
131 sButton << "0 g\n"; in GetThisAppearanceStream()
132 sButton << pt1.x << " " << pt1.y << " m\n"; in GetThisAppearanceStream()
133 sButton << pt2.x << " " << pt2.y << " l\n"; in GetThisAppearanceStream()
134 sButton << pt3.x << " " << pt3.y << " l\n"; in GetThisAppearanceStream()
135 sButton << pt1.x << " " << pt1.y << " l f\n"; in GetThisAppearanceStream()
137 sAppStream << "q\n" << sButton << "Q\n"; in GetThisAppearanceStream()
/external/pdfium/core/src/fpdfdoc/
Ddoc_ap.cpp557 CFX_ByteString sButton = CPVT_GenerateAP::GenerateColorAP( in GenerateWidgetAP() local
560 if (sButton.GetLength() > 0 && !rcButton.IsEmpty()) { in GenerateWidgetAP()
561 sAppStream << "q\n" << sButton; in GenerateWidgetAP()
581 sAppStream << sButton << "Q\n"; in GenerateWidgetAP()