Home
last modified time | relevance | path

Searched defs:GetRect (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/pdfium/core/fpdfdoc/
H A Dcpdf_link.cpp22 CFX_FloatRect CPDF_Link::GetRect() { in GetRect() function in CPDF_Link
H A Dcpvt_section.h64 const CPVT_FloatRect& GetRect() const { return m_Rect; } in GetRect() function
H A Dcpdf_formcontrol.cpp51 CFX_FloatRect CPDF_FormControl::GetRect() const { in GetRect() function in CPDF_FormControl
H A Dcpdf_annot.cpp179 CFX_FloatRect CPDF_Annot::GetRect() const { in GetRect() function in CPDF_Annot
/aosp_15_r20/external/pdfium/xfa/fwl/
H A Dcfwl_listbox.h41 CFX_RectF GetRect() const { return m_ItemRect; } in GetRect() function
/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_pageobject.h72 const CFX_FloatRect& GetRect() const { return m_Rect; } in GetRect() function
/aosp_15_r20/external/pdfium/fpdfsdk/pwl/
H A Dcpwl_list_ctrl.h99 CFX_FloatRect GetRect() const { return m_rcListItem; } in GetRect() function
/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_array.cpp64 CFX_FloatRect CPDF_Array::GetRect() const { in GetRect() function in CPDF_Array
H A Dcpdf_object_unittest.cpp473 TEST(PDFArrayTest, GetRect) { in TEST() argument
/aosp_15_r20/external/pdfium/fpdfsdk/fpdfxfa/
H A Dcpdfxfa_widget.cpp236 CFX_FloatRect CPDFXFA_Widget::GetRect() const { in GetRect() function in CPDFXFA_Widget
/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dcpdfsdk_baannot.cpp70 CFX_FloatRect CPDFSDK_BAAnnot::GetRect() const { in GetRect() function in CPDFSDK_BAAnnot
/aosp_15_r20/external/pdfium/core/fxge/
H A Dcfx_path.cpp404 absl::optional<CFX_FloatRect> CFX_Path::GetRect( in GetRect() function in CFX_Path
/aosp_15_r20/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dpage.cc679 Rectangle_i Page::GetRect(FPDF_LINK link) const { in GetRect() function in pdfClient::Page
/aosp_15_r20/external/pdfium/core/fpdftext/
H A Dcpdf_textpage.cpp536 bool CPDF_TextPage::GetRect(int rectIndex, CFX_FloatRect* pRect) const { in GetRect() function in CPDF_TextPage
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_utils.cpp1309 VkRect2D GetRect(const gl::Rectangle &source) in GetRect() function