Home
last modified time | relevance | path

Searched refs:rcContent (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.cpp1231 CFX_FloatRect rcContent = m_pVT->GetContentRect(); in SetContentChanged() local
1232 if (rcContent.Width() != m_rcOldContent.Width() || in SetContentChanged()
1233 rcContent.Height() != m_rcOldContent.Height()) { in SetContentChanged()
1236 m_pNotify->IOnContentChange(rcContent); in SetContentChanged()
1239 m_rcOldContent = rcContent; in SetContentChanged()
1269 CFX_FloatRect rcContent = m_pVT->GetContentRect(); in VTToEdit() local
1279 fPadding = (rcPlate.Height() - rcContent.Height()) * 0.5f; in VTToEdit()
1282 fPadding = rcPlate.Height() - rcContent.Height(); in VTToEdit()
1291 CFX_FloatRect rcContent = m_pVT->GetContentRect(); in EditToVT() local
1301 fPadding = (rcPlate.Height() - rcContent.Height()) * 0.5f; in EditToVT()
[all …]
Dfxet_list.cpp529 CFX_FloatRect rcContent = GetContentRectInternal(); in SetScrollInfo() local
534 rcContent.bottom, rcContent.top, in SetScrollInfo()
548 CFX_FloatRect rcContent = GetContentRectInternal(); in SetScrollPosY() local
550 if (rcPlate.Height() > rcContent.Height()) { in SetScrollPosY()
553 if (IsFloatSmaller(fy - rcPlate.Height(), rcContent.bottom)) { in SetScrollPosY()
554 fy = rcContent.bottom + rcPlate.Height(); in SetScrollPosY()
555 } else if (IsFloatBigger(fy, rcContent.top)) { in SetScrollPosY()
556 fy = rcContent.top; in SetScrollPosY()
/external/pdfium/fpdfsdk/pdfwindow/
DPWL_Wnd.cpp702 CFX_FloatRect rcContent = CPWL_Utils::DeflateRect( in RePosChildWnd() local
708 CFX_FloatRect(rcContent.right - PWL_SCROLLBAR_WIDTH, rcContent.bottom, in RePosChildWnd()
709 rcContent.right - 1.0f, rcContent.top); in RePosChildWnd()
DPWL_EditCtrl.h105 void IOnContentChange(const CFX_FloatRect& rcContent);
DPWL_ListBox.cpp163 CFX_FloatRect rcContent = pEdit->GetContentRect(); in DrawThisAppearance() local
164 if (rcContent.Width() > rcClient.Width()) in DrawThisAppearance()
DPWL_EditCtrl.cpp546 void CPWL_EditCtrl::IOnContentChange(const CFX_FloatRect& rcContent) {} in IOnContentChange() argument
/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.cpp1390 CFX_FloatRect rcContent = pEdit->GetContentRect(); local
1397 if (rcContent.Width() > rcEdit.Width() ||
1398 rcContent.Height() > rcEdit.Height()) {
1455 CFX_FloatRect rcContent = pEdit->GetContentRect(); local
1456 FX_FLOAT fItemHeight = rcContent.Height();
1566 CFX_FloatRect rcContent = pEdit->GetContentRect(); local
1573 if (rcContent.Width() > rcClient.Width() ||
1574 rcContent.Height() > rcClient.Height()) {
/external/pdfium/core/fpdfdoc/
Dcpvt_generateap.cpp248 CFX_FloatRect rcContent = vt.GetContentRect(); in GenerateWidgetAP() local
252 CFX_PointF(0.0f, (rcContent.Height() - rcBody.Height()) / 2.0f); in GenerateWidgetAP()
259 if (rcContent.Width() > rcBody.Width() || in GenerateWidgetAP()
260 rcContent.Height() > rcBody.Height()) { in GenerateWidgetAP()
298 CFX_FloatRect rcContent = vt.GetContentRect(); in GenerateWidgetAP() local
300 CFX_PointF(0.0f, (rcContent.Height() - rcEdit.Height()) / 2.0f); in GenerateWidgetAP()