Searched refs:rcContent (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_edit_impl.cpp | 905 CFX_FloatRect rcContent = m_pVT->GetContentRect(); in SetContentChanged() local 906 if (rcContent.Width() != m_rcOldContent.Width() || in SetContentChanged() 907 rcContent.Height() != m_rcOldContent.Height()) { in SetContentChanged() 908 m_rcOldContent = rcContent; in SetContentChanged() 936 CFX_FloatRect rcContent = m_pVT->GetContentRect(); in VTToEdit() local 946 fPadding = (rcPlate.Height() - rcContent.Height()) * 0.5f; in VTToEdit() 949 fPadding = rcPlate.Height() - rcContent.Height(); in VTToEdit() 958 CFX_FloatRect rcContent = m_pVT->GetContentRect(); in EditToVT() local 968 fPadding = (rcPlate.Height() - rcContent.Height()) * 0.5f; in EditToVT() 971 fPadding = rcPlate.Height() - rcContent.Height(); in EditToVT() [all …]
|
D | cpwl_list_impl.cpp | 438 CFX_FloatRect rcContent = GetContentRectInternal(); in SetScrollInfo() local 443 rcContent.bottom, rcContent.top, in SetScrollInfo() 457 CFX_FloatRect rcContent = GetContentRectInternal(); in SetScrollPosY() local 459 if (rcPlate.Height() > rcContent.Height()) { in SetScrollPosY() 462 if (IsFloatSmaller(fy - rcPlate.Height(), rcContent.bottom)) { in SetScrollPosY() 463 fy = rcContent.bottom + rcPlate.Height(); in SetScrollPosY() 464 } else if (IsFloatBigger(fy, rcContent.top)) { in SetScrollPosY() 465 fy = rcContent.top; in SetScrollPosY()
|
D | cpwl_wnd.cpp | 601 CFX_FloatRect rcContent = GetWindowRect(); in RePosChildWnd() local 602 if (!rcContent.IsEmpty()) { in RePosChildWnd() 604 rcContent.Deflate(width, width); in RePosChildWnd() 605 rcContent.Normalize(); in RePosChildWnd() 608 CFX_FloatRect(rcContent.right - PWL_SCROLLBAR_WIDTH, rcContent.bottom, in RePosChildWnd() 609 rcContent.right - 1.0f, rcContent.top); in RePosChildWnd()
|
D | cpwl_list_box.cpp | 113 CFX_FloatRect rcContent = pEdit->GetContentRect(); in DrawThisAppearance() local 114 if (rcContent.Width() > rcClient.Width()) in DrawThisAppearance()
|
D | cpwl_appstream.cpp | 1626 CFX_FloatRect rcContent = pEdit->GetContentRect(); in SetAsComboBox() local 1634 if (rcContent.Width() > rcEdit.Width() || in SetAsComboBox() 1635 rcContent.Height() > rcEdit.Height()) { in SetAsComboBox() 1690 CFX_FloatRect rcContent = pEdit->GetContentRect(); in SetAsListBox() local 1691 float fItemHeight = rcContent.Height(); in SetAsListBox() 1805 CFX_FloatRect rcContent = pEdit->GetContentRect(); in SetAsTextField() local 1815 if (rcContent.Width() > rcClient.Width() || in SetAsTextField() 1816 rcContent.Height() > rcClient.Height()) { in SetAsTextField()
|
/external/pdfium/core/fpdfdoc/ |
D | cpvt_generateap.cpp | 1108 CFX_FloatRect rcContent = vt.GetContentRect(); in GenerateFormAP() local 1112 CFX_PointF(0.0f, (rcContent.Height() - rcBody.Height()) / 2.0f); in GenerateFormAP() 1119 if (rcContent.Width() > rcBody.Width() || in GenerateFormAP() 1120 rcContent.Height() > rcBody.Height()) { in GenerateFormAP() 1158 CFX_FloatRect rcContent = vt.GetContentRect(); in GenerateFormAP() local 1160 CFX_PointF(0.0f, (rcContent.Height() - rcEdit.Height()) / 2.0f); in GenerateFormAP()
|