Searched defs:GetRect (Results 1 - 16 of 16) sorted by last modified time

/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_objects.cpp417 CFX_FloatRect CPDF_Array::GetRect() function in class:CPDF_Array
770 CFX_FloatRect CPDF_Dictionary::GetRect(FX_BSTR key) const function in class:CPDF_Dictionary
775 rect = pArray->GetRect();
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_annot.cpp91 pAnnot->GetRect(annot_rect_f);
170 void CPDF_Annot::GetRect(CPDF_Rect& rect) const function in class:CPDF_Annot
175 rect = m_pAnnotDict->GetRect("Rect");
241 CFX_FloatRect form_bbox = pForm->m_pFormDict->GetRect(FX_BSTRC("BBox"));
245 pAnnot->GetRect(arect);
373 GetRect(rect);
475 GetRect(rect);
H A Ddoc_formcontrol.cpp14 CFX_FloatRect CPDF_FormControl::GetRect() function in class:CPDF_FormControl
16 return m_pWidgetDict->GetRect("Rect");
160 CFX_FloatRect form_bbox = pStream->GetDict()->GetRect("BBox");
163 CFX_FloatRect arect = m_pWidgetDict->GetRect("Rect");
H A Ddoc_link.cpp59 CPDF_Rect rect = Link.GetRect();
83 CPDF_Rect CPDF_Link::GetRect() function in class:CPDF_Link
85 return m_pDict->GetRect("Rect");
/external/pdfium/core/src/fpdftext/
H A Dfpdf_text_int.cpp717 void CPDF_TextPage::GetRect(int rectIndex, FX_FLOAT& left, FX_FLOAT& top, FX_FLOAT& right, FX_FLOAT &bottom) const function in class:CPDF_TextPage
/external/pdfium/core/src/reflow/
H A Dautoreflow.h33 void GetRect(CFX_FloatRect& rcRect) {}; function in class:CPDF_AutoReflowElement
H A Dlayoutprovider_taggedpdf.h17 void GetRect(CFX_FloatRect& rcRect) {}; function in class:CPDF_LayoutElement
H A Dreflowedtextpage.cpp289 void CRF_TextPage::GetRect(int rectIndex, FX_FLOAT& left, FX_FLOAT& top, FX_FLOAT& right, FX_FLOAT &bottom) const function in class:CRF_TextPage
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseannot.cpp577 CPDF_Rect CPDFSDK_Annot::GetRect() const function in class:CPDFSDK_Annot
582 m_pAnnot->GetRect(rect);
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_list.cpp54 CLST_Rect CFX_ListItem::GetRect() const function in class:CFX_ListItem
165 fPosY = pPrevItem->GetRect().bottom;
221 CLST_Rect rcListItem = pListItem->GetRect();
312 CPDF_Rect rcItem = pListItem->GetRect();
/external/chromium_org/ppapi/c/
H A Dppb_view.h56 * GetRect() retrieves the rectangle of the module instance associated
77 PP_Bool (*GetRect)(PP_Resource resource, struct PP_Rect* rect); member in struct:PPB_View_1_2
98 * This function performs the duties of GetRect() (determining whether the
221 PP_Bool (*GetRect)(PP_Resource resource, struct PP_Rect* rect); member in struct:PPB_View_1_0
230 PP_Bool (*GetRect)(PP_Resource resource, struct PP_Rect* rect); member in struct:PPB_View_1_1
/external/chromium_org/ppapi/cpp/
H A Dview.cc34 Rect View::GetRect() const { function in class:pp::View
37 if (PP_ToBool(get_interface<PPB_View_1_2>()->GetRect(pp_resource(), &out)))
40 if (PP_ToBool(get_interface<PPB_View_1_1>()->GetRect(pp_resource(), &out)))
43 if (PP_ToBool(get_interface<PPB_View_1_0>()->GetRect(pp_resource(), &out)))
/external/chromium_org/ppapi/shared_impl/
H A Dppb_view_shared.cc54 PP_Bool PPB_View_Shared::GetRect(PP_Rect* viewport) const { function in class:ppapi::PPB_View_Shared
/external/chromium_org/ppapi/thunk/
H A Dppb_view_thunk.cc25 PP_Bool GetRect(PP_Resource resource, struct PP_Rect* rect) { function in namespace:ppapi::thunk::__anon10327
26 VLOG(4) << "PPB_View::GetRect()";
30 return enter.object()->GetRect(rect);
91 &GetRect,
100 &GetRect,
111 &GetRect,
/external/chromium_org/content/child/npapi/
H A Dwebplugin_delegate_impl.h133 gfx::Rect GetRect() const { return window_rect_; } function in class:content::WebPluginDelegateImpl
/external/chromium_org/cc/base/
H A Dsimple_enclosed_region.cc131 gfx::Rect SimpleEnclosedRegion::GetRect(size_t i) const { function in class:cc::SimpleEnclosedRegion

Completed in 258 milliseconds