Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_combo_box.cpp356 CFX_FloatRect rcButton = rcClient; in RePosChildWnd() local
357 rcButton.left = in RePosChildWnd()
358 std::max(rcButton.right - kDefaultButtonWidth, rcClient.left); in RePosChildWnd()
360 rcEdit.right = std::max(rcButton.left - 1.0f, rcEdit.left); in RePosChildWnd()
362 rcButton.bottom = rcButton.top - fOldClientHeight; in RePosChildWnd()
366 rcButton.top = rcButton.bottom + fOldClientHeight; in RePosChildWnd()
372 m_pButton->Move(rcButton, true, false); in RePosChildWnd()
397 CFX_FloatRect rcButton = rcClient; in RePosChildWnd() local
398 rcButton.left = std::max(rcButton.right - kDefaultButtonWidth, rcClient.left); in RePosChildWnd()
401 m_pButton->Move(rcButton, true, false); in RePosChildWnd()
[all …]
/external/pdfium/core/fpdfdoc/
Dcpvt_generateap.cpp1172 CFX_FloatRect rcButton = rcBody; in GenerateFormAP() local
1173 rcButton.left = rcButton.right - 13; in GenerateFormAP()
1174 rcButton.Normalize(); in GenerateFormAP()
1176 rcEdit.right = rcButton.left; in GenerateFormAP()
1206 if (sButton.GetLength() > 0 && !rcButton.IsEmpty()) { in GenerateFormAP()
1208 sAppStream << rcButton.left << " " << rcButton.bottom << " " in GenerateFormAP()
1209 << rcButton.Width() << " " << rcButton.Height() << " re f\n"; in GenerateFormAP()
1212 rcButton, 2, CFX_Color(CFX_Color::kGray, 0), in GenerateFormAP()
1218 CFX_PointF ptCenter = CFX_PointF((rcButton.left + rcButton.right) / 2, in GenerateFormAP()
1219 (rcButton.top + rcButton.bottom) / 2); in GenerateFormAP()
[all …]
/external/pdfium/fpdfsdk/
Dcpdfsdk_appstream.cpp1588 CFX_FloatRect rcButton = rcClient; in SetAsComboBox() local
1589 rcButton.left = rcButton.right - 13; in SetAsComboBox()
1590 rcButton.Normalize(); in SetAsComboBox()
1601 rcEdit.right = rcButton.left; in SetAsComboBox()
1646 sBody << GetDropButtonAppStream(rcButton); in SetAsComboBox()