Home
last modified time | relevance | path

Searched refs:bAutoSize (Results 1 – 25 of 33) sorted by relevance

12

/external/pdfium/xfa/src/fwl/src/core/
Dfwl_panelimp.cpp41 FWL_ERR CFWL_PanelImp::GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize) { in GetWidgetRect() argument
42 if (bAutoSize) { in GetWidgetRect()
85 virtual FWL_ERR GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize = FALSE);
102 FWL_ERR CFWL_CustomPanelImp::GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize) { in GetWidgetRect() argument
103 if (bAutoSize && m_pProxy && in GetWidgetRect()
104 (m_pProxy->GetWidgetRect(rect, bAutoSize) == FWL_ERR_Succeeded)) { in GetWidgetRect()
107 return CFWL_WidgetImp::GetWidgetRect(rect, bAutoSize); in GetWidgetRect()
Dfwl_widgetimp.cpp16 FWL_ERR IFWL_Widget::GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize) { in GetWidgetRect() argument
18 ->GetWidgetRect(rect, bAutoSize); in GetWidgetRect()
167 FWL_ERR CFWL_WidgetImp::GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize) { in GetWidgetRect() argument
168 if (bAutoSize) { in GetWidgetRect()
1037 virtual FWL_ERR GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize = FALSE);
1047 FWL_ERR CFWL_CustomImp::GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize) { in GetWidgetRect() argument
1049 (m_pProxy->GetWidgetRect(rect, bAutoSize) == FWL_ERR_Succeeded)) { in GetWidgetRect()
1052 return CFWL_WidgetImp::GetWidgetRect(rect, bAutoSize); in GetWidgetRect()
/external/pdfium/xfa/src/fwl/src/basewidget/include/
Dfwl_listboximp.h28 virtual FWL_ERR GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize = FALSE);
71 CFX_SizeF CalcSize(FX_BOOL bAutoSize = FALSE);
76 FX_BOOL bAutoSize = FALSE);
Dfwl_pictureboximp.h24 virtual FWL_ERR GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize = FALSE);
Dfwl_datetimepickerimp.h112 virtual FWL_ERR GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize = FALSE);
170 FWL_ERR DisForm_GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize = FALSE);
Dfwl_checkboximp.h24 virtual FWL_ERR GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize = FALSE);
Dfwl_pushbuttonimp.h24 virtual FWL_ERR GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize = FALSE);
Dfwl_monthcalendarimp.h27 virtual FWL_ERR GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize = FALSE);
84 CFX_SizeF CalcSize(FX_BOOL bAutoSize = FALSE);
Dfwl_spinbuttonimp.h25 virtual FWL_ERR GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize = FALSE);
Dfwl_tooltipctrlimp.h25 virtual FWL_ERR GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize = FALSE);
Dfwl_scrollbarimp.h26 virtual FWL_ERR GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize = FALSE);
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_pictureboximp.cpp56 FWL_ERR CFWL_PictureBoxImp::GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize) { in GetWidgetRect() argument
57 if (bAutoSize) { in GetWidgetRect()
Dfwl_listboximp.cpp98 FWL_ERR CFWL_ListBoxImp::GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize) { in GetWidgetRect() argument
99 if (bAutoSize) { in GetWidgetRect()
722 CFX_SizeF CFWL_ListBoxImp::CalcSize(FX_BOOL bAutoSize) { in CalcSize() argument
743 if (!bAutoSize) { in CalcSize()
755 if (!bAutoSize) { in CalcSize()
771 if (!bAutoSize) { in CalcSize()
789 GetItemSize(fs, htem, fWidth, m_fItemHeight, bAutoSize); in CalcSize()
792 if (bAutoSize) { in CalcSize()
895 FX_BOOL bAutoSize) { in GetItemSize() argument
898 if (!bAutoSize) { in GetItemSize()
Dfwl_tooltipctrlimp.cpp76 FWL_ERR CFWL_ToolTipImp::GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize) { in GetWidgetRect() argument
77 if (bAutoSize) { in GetWidgetRect()
Dfwl_spinbuttonimp.cpp69 FWL_ERR CFWL_SpinButtonImp::GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize) { in GetWidgetRect() argument
70 if (bAutoSize) { in GetWidgetRect()
Dfwl_datetimepickerimp.cpp477 FX_BOOL bAutoSize) { in GetWidgetRect() argument
479 return DisForm_GetWidgetRect(rect, bAutoSize); in GetWidgetRect()
481 if (bAutoSize) { in GetWidgetRect()
965 FX_BOOL bAutoSize) { in DisForm_GetWidgetRect() argument
Dfwl_checkboximp.cpp64 FWL_ERR CFWL_CheckBoxImp::GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize) { in GetWidgetRect() argument
65 if (bAutoSize) { in GetWidgetRect()
Dfwl_pushbuttonimp.cpp56 FWL_ERR CFWL_PushButtonImp::GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize) { in GetWidgetRect() argument
57 if (bAutoSize) { in GetWidgetRect()
Dfwl_monthcalendarimp.cpp105 FX_BOOL bAutoSize) { in GetWidgetRect() argument
106 if (bAutoSize) { in GetWidgetRect()
496 CFX_SizeF CFWL_MonthCalendarImp::CalcSize(FX_BOOL bAutoSize) { in CalcSize() argument
501 if (bAutoSize) { in CalcSize()
/external/pdfium/xfa/include/fwl/core/
Dfwl_widget.h27 FWL_ERR GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize = FALSE);
106 virtual FWL_ERR GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize = FALSE) = 0;
/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_panelimp.h21 virtual FWL_ERR GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize = FALSE);
Dfwl_formimp.h78 virtual FWL_ERR GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize = FALSE);
Dfwl_widgetimp.h27 virtual FWL_ERR GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize = FALSE);
/external/pdfium/xfa/src/fwl/src/lightwidget/
Dwidget.cpp53 FWL_ERR CFWL_Widget::GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize) { in GetWidgetRect() argument
56 return m_pIface->GetWidgetRect(rect, bAutoSize); in GetWidgetRect()
/external/pdfium/xfa/include/fwl/lightwidget/
Dwidget.h54 FWL_ERR GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize = FALSE);

12