HomeSort by relevance Sort by last modified time
    Searched refs:GetBBox (Results 1 - 25 of 32) sorted by null

1 2

  /external/pdfium/xfa/fde/
cfde_path.h 31 CFX_RectF GetBBox() const;
32 CFX_RectF GetBBox(FX_FLOAT fLineWidth, FX_FLOAT fMiterLimit) const;
cfde_path.cpp 212 CFX_RectF CFDE_Path::GetBBox() const {
219 CFX_RectF CFDE_Path::GetBBox(FX_FLOAT fLineWidth, FX_FLOAT fMiterLimit) const {
  /external/pdfium/core/fxge/android/
cfpf_skiafont.h 33 bool GetBBox(FX_RECT& rtBBox);
cfpf_skiafont.cpp 137 bool CFPF_SkiaFont::GetBBox(FX_RECT& rtBBox) {
  /external/pdfium/core/fpdfapi/page/
cpdf_pageobject.cpp 93 FX_RECT CPDF_PageObject::GetBBox(const CFX_Matrix* pMatrix) const {
cpdf_pageobject.h 58 FX_RECT GetBBox(const CFX_Matrix* pMatrix) const;
cpdf_clippath.cpp 71 layer_rect = CFX_FloatRect(pTextObj->GetBBox(nullptr));
74 layer_rect.Union(CFX_FloatRect(pTextObj->GetBBox(nullptr)));
  /external/pdfium/xfa/fxfa/app/
xfa_rendercontext.cpp 54 CFX_RectF rtWidgetBox = pWidget->GetBBox(XFA_WidgetStatus_Visible);
xfa_fftextedit.h 87 CFX_RectF GetBBox(uint32_t dwStatus, bool bDrawFocus = false) override;
xfa_ffchoicelist.h 48 CFX_RectF GetBBox(uint32_t dwStatus, bool bDrawFocus = false) override;
xfa_fffield.h 24 CFX_RectF GetBBox(uint32_t dwStatus, bool bDrawFocus = false) override;
xfa_ffchoicelist.cpp 223 CFX_RectF CXFA_FFComboBox::GetBBox(uint32_t dwStatus, bool bDrawFocus) {
226 return CXFA_FFWidget::GetBBox(dwStatus);
231 return pComboBox && pComboBox->GetBBox().Contains(point);
xfa_fftextedit.cpp 491 CFX_RectF CXFA_FFDateTimeEdit::GetBBox(uint32_t dwStatus, bool bDrawFocus) {
494 return CXFA_FFWidget::GetBBox(dwStatus);
500 ->GetBBox()
xfa_fffield.cpp 35 CFX_RectF CXFA_FFField::GetBBox(uint32_t dwStatus, bool bDrawFocus) {
37 return CXFA_FFWidget::GetBBox(dwStatus);
  /external/pdfium/xfa/fwl/
cfwl_datetimepicker.h 59 CFX_RectF GetBBox() const;
cfwl_combobox.h 95 CFX_RectF GetBBox() const;
cfwl_datetimepicker.cpp 179 CFX_RectF CFWL_DateTimePicker::GetBBox() const {
  /external/pdfium/core/fxge/
fx_font.h 154 bool GetBBox(FX_RECT& bbox);
  /external/pdfium/fpdfsdk/
fpdfedittext.cpp 108 pFont->GetBBox(bbox);
cpdfsdk_xfawidgethandler.cpp 86 rcBBox = pAnnot->GetXFAWidget()->GetBBox(XFA_WidgetStatus_Visible, true);
88 rcBBox = pAnnot->GetXFAWidget()->GetBBox(XFA_WidgetStatus_None);
  /external/pdfium/xfa/fgas/font/
cfgas_gefont.h 59 bool GetBBox(CFX_Rect* bbox);
cfgas_gefont.cpp 340 bool CFGAS_GEFont::GetBBox(CFX_Rect* bbox) {
342 if (!m_pFont->GetBBox(rt))
  /external/pdfium/xfa/fxfa/
xfa_ffwidget.h 51 virtual CFX_RectF GetBBox(uint32_t dwStatus, bool bDrawFocus = false);
  /external/pdfium/core/fxcrt/
fx_basic_coords.cpp 215 CFX_FloatRect CFX_FloatRect::GetBBox(const CFX_PointF* pPoints, int nPoints) {
  /external/pdfium/core/fxge/ge/
cfx_font.cpp 504 bool CFX_Font::GetBBox(FX_RECT& bbox) {

Completed in 402 milliseconds

1 2