Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_combo_box.cpp332 CFX_FloatRect rcButton = rcClient; in RePosChildWnd() local
333 rcButton.left = in RePosChildWnd()
334 std::max(rcButton.right - kDefaultButtonWidth, rcClient.left); in RePosChildWnd()
336 rcEdit.right = std::max(rcButton.left - 1.0f, rcEdit.left); in RePosChildWnd()
338 rcButton.bottom = rcButton.top - fOldClientHeight; in RePosChildWnd()
342 rcButton.top = rcButton.bottom + fOldClientHeight; in RePosChildWnd()
348 m_pButton->Move(rcButton, true, false); in RePosChildWnd()
373 CFX_FloatRect rcButton = rcClient; in RePosChildWnd() local
374 rcButton.left = std::max(rcButton.right - kDefaultButtonWidth, rcClient.left); in RePosChildWnd()
377 m_pButton->Move(rcButton, true, false); in RePosChildWnd()
[all …]
Dcpwl_appstream.cpp1589 CFX_FloatRect rcButton = rcClient; in SetAsComboBox() local
1590 rcButton.left = rcButton.right - 13; in SetAsComboBox()
1591 rcButton.Normalize(); in SetAsComboBox()
1602 rcEdit.right = rcButton.left; in SetAsComboBox()
1647 sBody << GetDropButtonAppStream(rcButton); in SetAsComboBox()
/external/pdfium/core/fpdfdoc/
Dcpvt_generateap.cpp1143 CFX_FloatRect rcButton = rcBody; in GenerateFormAP() local
1144 rcButton.left = rcButton.right - 13; in GenerateFormAP()
1145 rcButton.Normalize(); in GenerateFormAP()
1147 rcEdit.right = rcButton.left; in GenerateFormAP()
1177 if (sButton.GetLength() > 0 && !rcButton.IsEmpty()) { in GenerateFormAP()
1179 sAppStream << rcButton.left << " " << rcButton.bottom << " " in GenerateFormAP()
1180 << rcButton.Width() << " " << rcButton.Height() << " re f\n"; in GenerateFormAP()
1183 rcButton, 2, CFX_Color(CFX_Color::kGray, 0), in GenerateFormAP()
1189 CFX_PointF ptCenter = CFX_PointF((rcButton.left + rcButton.right) / 2, in GenerateFormAP()
1190 (rcButton.top + rcButton.bottom) / 2); in GenerateFormAP()
[all …]