HomeSort by relevance Sort by last modified time
    Searched refs:sButton (Results 1 - 3 of 3) sorted by null

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ScrollBar.cpp 167 CFX_ByteTextBuf sButton;
191 sButton << "0 g\n";
192 sButton << pt1.x << " " << pt1.y << " m\n";
193 sButton << pt2.x << " " << pt2.y << " l\n";
194 sButton << pt3.x << " " << pt3.y << " l\n";
195 sButton << pt1.x << " " << pt1.y << " l f\n";
197 sAppStream << sButton;
210 sButton << "0 g\n";
211 sButton << pt1.x << " " << pt1.y << " m\n";
212 sButton << pt2.x << " " << pt2.y << " l\n";
    [all...]
PWL_ComboBox.cpp 122 CFX_ByteTextBuf sButton;
135 sButton << "0 g\n";
136 sButton << pt1.x << " " << pt1.y << " m\n";
137 sButton << pt2.x << " " << pt2.y << " l\n";
138 sButton << pt3.x << " " << pt3.y << " l\n";
139 sButton << pt1.x << " " << pt1.y << " l f\n";
141 sAppStream << "q\n" << sButton << "Q\n";
  /external/pdfium/core/src/fpdfdoc/
doc_ap.cpp 514 CFX_ByteString sButton = CPVT_GenerateAP::GenerateColorAP(CPVT_Color(CT_RGB, 220.0f / 255.0f, 220.0f / 255.0f, 220.0f / 255.0f), TRUE);
515 if (sButton.GetLength() > 0 && !rcButton.IsEmpty()) {
516 sAppStream << "q\n" << sButton;
531 sAppStream << sButton << "Q\n";
    [all...]

Completed in 79 milliseconds