/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Note.cpp | 98 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 …]
|
D | PWL_Label.cpp | 114 CPDF_Rect CPWL_Label::GetContentRect() const { in GetContentRect() function in CPWL_Label 115 return m_pEdit->GetContentRect(); in GetContentRect()
|
D | PWL_ListBox.cpp | 172 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()
|
D | PWL_EditCtrl.cpp | 333 CPDF_Rect CPWL_EditCtrl::GetContentRect() const { in GetContentRect() function in CPWL_EditCtrl 334 return m_pEdit->GetContentRect(); in GetContentRect()
|
D | PWL_ComboBox.cpp | 463 FX_FLOAT fListHeight = m_pList->GetContentRect().Height(); in SetPopup()
|
D | PWL_Utils.cpp | 634 CPDF_Rect rcLabelContent = pEdit->GetContentRect(); in GetPushButtonAppStream()
|
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_list.cpp | 76 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()
|
D | fxet_edit.cpp | 1638 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/ |
D | PWL_Label.h | 24 CPDF_Rect GetContentRect() const;
|
D | PWL_ListBox.h | 101 CPDF_Rect GetContentRect() const;
|
D | PWL_EditCtrl.h | 62 CPDF_Rect GetContentRect() const;
|
D | PWL_Note.h | 169 CPDF_Rect GetContentRect() const;
|
/external/pdfium/fpdfsdk/include/fxedit/ |
D | fxet_list.h | 158 CLST_Rect GetContentRect() const { return m_rcContent; } in GetContentRect() function 217 CPDF_Rect GetContentRect() const override; 308 CPDF_Rect GetContentRect() const override;
|
D | fx_edit.h | 303 virtual CPDF_Rect GetContentRect() const = 0; 522 virtual CPDF_Rect GetContentRect() const = 0;
|
D | fxet_edit.h | 615 CPDF_Rect GetContentRect() const override;
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_ap.cpp | 495 CPDF_Rect rcContent = vt.GetContentRect(); in GenerateWidgetAP() 543 CPDF_Rect rcContent = vt.GetContentRect(); in GenerateWidgetAP() 633 FX_FLOAT fItemHeight = vt.GetContentRect().Height(); in GenerateWidgetAP()
|
D | pdf_vt.h | 304 virtual CPDF_Rect GetContentRect() const { return m_rcContent; } in GetContentRect() function 413 CPDF_Rect GetContentRect() const override;
|
D | doc_vt.cpp | 1336 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/ |
D | fpdf_vt.h | 400 virtual CPDF_Rect GetContentRect() const = 0;
|
/external/pdfium/fpdfsdk/src/ |
D | fsdk_baseform.cpp | 1428 CPDF_Rect rcContent = pEdit->GetContentRect(); 1502 CPDF_Rect rcContent = pEdit->GetContentRect(); 1619 CPDF_Rect rcContent = pEdit->GetContentRect();
|