Home
last modified time | relevance | path

Searched refs:GetContentRect (Results 1 – 20 of 20) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Note.cpp98 CPDF_Rect CPWL_Note_Options::GetContentRect() const { in GetContentRect() function in CPWL_Note_Options
99 CPDF_Rect rcText = m_pText->GetContentRect(); in GetContentRect()
118 m_fOldItemHeight = GetContentRect().Height(); in RePosChildWnd()
125 m_fOldItemHeight = GetContentRect().Height(); in SetText()
209 FX_FLOAT fRet = GetContentRect().Height(); in GetItemHeight()
640 PWL_MIN(rcSubject.left + m_pSubject->GetContentRect().Width() + 1.0f, in RePosChildWnd()
642 rcSubject.bottom = rcSubject.top - m_pSubject->GetContentRect().Height(); in RePosChildWnd()
650 PWL_MAX(rcDate.right - m_pDateTime->GetContentRect().Width() - 1.0f, in RePosChildWnd()
652 rcDate.bottom = rcDate.top - m_pDateTime->GetContentRect().Height(); in RePosChildWnd()
892 FX_FLOAT fRet = m_pDateTime->GetContentRect().Height(); in GetItemHeight()
[all …]
DPWL_Label.cpp114 CPDF_Rect CPWL_Label::GetContentRect() const { in GetContentRect() function in CPWL_Label
115 return m_pEdit->GetContentRect(); in GetContentRect()
DPWL_ListBox.cpp172 CPDF_Rect rcContent = pEdit->GetContentRect(); in DrawThisAppearance()
498 CPDF_Rect CPWL_ListBox::GetContentRect() const { in GetContentRect() function in CPWL_ListBox
500 return m_pList->GetContentRect(); in GetContentRect()
DPWL_EditCtrl.cpp333 CPDF_Rect CPWL_EditCtrl::GetContentRect() const { in GetContentRect() function in CPWL_EditCtrl
334 return m_pEdit->GetContentRect(); in GetContentRect()
DPWL_ComboBox.cpp463 FX_FLOAT fListHeight = m_pList->GetContentRect().Height(); in SetPopup()
DPWL_Utils.cpp634 CPDF_Rect rcLabelContent = pEdit->GetContentRect(); in GetPushButtonAppStream()
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_list.cpp76 return m_pEdit->GetContentRect().Height(); in GetItemHeight()
162 CPDF_Rect CFX_List::GetContentRect() const { in GetContentRect() function in CFX_List
163 return InnerToOuter(CFX_ListContainer::GetContentRect()); in GetContentRect()
732 CPDF_Rect rcContent = CFX_List::GetContentRect(); in SetScrollInfo()
751 CPDF_Rect rcContent = CFX_List::GetContentRect(); in SetScrollPosY()
776 CPDF_Rect CFX_ListCtrl::GetContentRect() const { in GetContentRect() function in CFX_ListCtrl
777 return InToOut(CFX_List::GetContentRect()); in GetContentRect()
Dfxet_edit.cpp1638 CPDF_Rect CFX_Edit::GetContentRect() const { in GetContentRect() function in CFX_Edit
1639 return VTToEdit(m_pVT->GetContentRect()); in GetContentRect()
1715 CPDF_Rect rcContent = m_pVT->GetContentRect(); in SetContentChanged()
1755 CPDF_Rect rcContent = m_pVT->GetContentRect(); in VTToEdit()
1777 CPDF_Rect rcContent = m_pVT->GetContentRect(); in EditToVT()
1815 CPDF_Rect rcContent = m_pVT->GetContentRect(); in SetScrollInfo()
1884 CPDF_Rect rcContent = m_pVT->GetContentRect(); in SetScrollLimit()
2857 CPDF_Rect rcContent = m_pVT->GetContentRect(); in IsTextOverflow()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Label.h24 CPDF_Rect GetContentRect() const;
DPWL_ListBox.h101 CPDF_Rect GetContentRect() const;
DPWL_EditCtrl.h62 CPDF_Rect GetContentRect() const;
DPWL_Note.h169 CPDF_Rect GetContentRect() const;
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_list.h158 CLST_Rect GetContentRect() const { return m_rcContent; } in GetContentRect() function
217 CPDF_Rect GetContentRect() const override;
308 CPDF_Rect GetContentRect() const override;
Dfx_edit.h303 virtual CPDF_Rect GetContentRect() const = 0;
522 virtual CPDF_Rect GetContentRect() const = 0;
Dfxet_edit.h615 CPDF_Rect GetContentRect() const override;
/external/pdfium/core/src/fpdfdoc/
Ddoc_ap.cpp495 CPDF_Rect rcContent = vt.GetContentRect(); in GenerateWidgetAP()
543 CPDF_Rect rcContent = vt.GetContentRect(); in GenerateWidgetAP()
633 FX_FLOAT fItemHeight = vt.GetContentRect().Height(); in GenerateWidgetAP()
Dpdf_vt.h304 virtual CPDF_Rect GetContentRect() const { return m_rcContent; } in GetContentRect() function
413 CPDF_Rect GetContentRect() const override;
Ddoc_vt.cpp1336 CPDF_Rect CPDF_VariableText::GetContentRect() const { in GetContentRect() function in CPDF_VariableText
1337 return InToOut(CPVT_FloatRect(CPDF_EditContainer::GetContentRect())); in GetContentRect()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h400 virtual CPDF_Rect GetContentRect() const = 0;
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp1428 CPDF_Rect rcContent = pEdit->GetContentRect();
1502 CPDF_Rect rcContent = pEdit->GetContentRect();
1619 CPDF_Rect rcContent = pEdit->GetContentRect();