/external/pdfium/xfa/src/fwl/src/core/ |
D | fwl_panelimp.cpp | 41 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()
|
D | fwl_widgetimp.cpp | 16 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/ |
D | fwl_listboximp.h | 28 virtual FWL_ERR GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize = FALSE); 71 CFX_SizeF CalcSize(FX_BOOL bAutoSize = FALSE); 76 FX_BOOL bAutoSize = FALSE);
|
D | fwl_pictureboximp.h | 24 virtual FWL_ERR GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize = FALSE);
|
D | fwl_datetimepickerimp.h | 112 virtual FWL_ERR GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize = FALSE); 170 FWL_ERR DisForm_GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize = FALSE);
|
D | fwl_checkboximp.h | 24 virtual FWL_ERR GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize = FALSE);
|
D | fwl_pushbuttonimp.h | 24 virtual FWL_ERR GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize = FALSE);
|
D | fwl_monthcalendarimp.h | 27 virtual FWL_ERR GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize = FALSE); 84 CFX_SizeF CalcSize(FX_BOOL bAutoSize = FALSE);
|
D | fwl_spinbuttonimp.h | 25 virtual FWL_ERR GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize = FALSE);
|
D | fwl_tooltipctrlimp.h | 25 virtual FWL_ERR GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize = FALSE);
|
D | fwl_scrollbarimp.h | 26 virtual FWL_ERR GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize = FALSE);
|
/external/pdfium/xfa/src/fwl/src/basewidget/ |
D | fwl_pictureboximp.cpp | 56 FWL_ERR CFWL_PictureBoxImp::GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize) { in GetWidgetRect() argument 57 if (bAutoSize) { in GetWidgetRect()
|
D | fwl_listboximp.cpp | 98 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()
|
D | fwl_tooltipctrlimp.cpp | 76 FWL_ERR CFWL_ToolTipImp::GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize) { in GetWidgetRect() argument 77 if (bAutoSize) { in GetWidgetRect()
|
D | fwl_spinbuttonimp.cpp | 69 FWL_ERR CFWL_SpinButtonImp::GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize) { in GetWidgetRect() argument 70 if (bAutoSize) { in GetWidgetRect()
|
D | fwl_datetimepickerimp.cpp | 477 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
|
D | fwl_checkboximp.cpp | 64 FWL_ERR CFWL_CheckBoxImp::GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize) { in GetWidgetRect() argument 65 if (bAutoSize) { in GetWidgetRect()
|
D | fwl_pushbuttonimp.cpp | 56 FWL_ERR CFWL_PushButtonImp::GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize) { in GetWidgetRect() argument 57 if (bAutoSize) { in GetWidgetRect()
|
D | fwl_monthcalendarimp.cpp | 105 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/ |
D | fwl_widget.h | 27 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/ |
D | fwl_panelimp.h | 21 virtual FWL_ERR GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize = FALSE);
|
D | fwl_formimp.h | 78 virtual FWL_ERR GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize = FALSE);
|
D | fwl_widgetimp.h | 27 virtual FWL_ERR GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize = FALSE);
|
/external/pdfium/xfa/src/fwl/src/lightwidget/ |
D | widget.cpp | 53 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/ |
D | widget.h | 54 FWL_ERR GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize = FALSE);
|