/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() function in CFWL_PanelImp 44 m_pContent->GetWidgetRect(rect, TRUE); 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() function in CFWL_CustomPanelImp 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() function in IFWL_Widget 18 ->GetWidgetRect(rect, bAutoSize); in GetWidgetRect() 167 FWL_ERR CFWL_WidgetImp::GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize) { in GetWidgetRect() function in CFWL_WidgetImp 365 GetWidgetRect(r); in TransformTo() 376 form1->GetWidgetRect(r); in TransformTo() 394 form1->GetWidgetRect(r); in TransformTo() 397 form2->GetWidgetRect(r); in TransformTo() 417 pWidget->GetWidgetRect(r); in TransformTo() 443 parent->GetWidgetRect(rect); in GetMatrix() 940 pDstWidget->GetWidgetRect(rtDst); in GetOffsetFromParent() [all …]
|
D | fwl_widgetmgrimp.cpp | 221 pNative->GetWidgetRect(rtTemp); in RepaintWidget() 382 return m_pAdapter->GetWidgetRect(pWidget, rect); in GetWidgetRect_Native() 475 child->GetWidgetRect(bounds); in GetWidgetAtPoint() 735 pWidget->GetWidgetRect(clipCopy); in OnDrawWidget() 794 child->GetWidgetRect(rtWidget); in DrawChild() 842 pWidget->GetWidgetRect(rect); in DrawWidgetBefore() 882 pWidget->GetWidgetRect(rtWidget); in IsNeedRepaint() 895 pChild->GetWidgetRect(rtTemp); in IsNeedRepaint() 931 pChild->GetWidgetRect(rect); in IsNeedRepaint() 998 pWidget->GetWidgetRect(r); in bUseOffscreenDirect() [all …]
|
D | fwl_gridimp.cpp | 183 FWL_ERR CFWL_GridImp::GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize) { in GetWidgetRect() function in CFWL_GridImp 571 pWidget->GetWidgetRect(rtAuto, TRUE); in CalcWidgetWidth() 593 pWidget->GetWidgetRect(rtAuto, TRUE); in CalcWidgetHeigt() 610 pWidget->GetWidgetRect(rtAuto, TRUE); in CalcAutoColumnWidgetWidth() 633 pWidget->GetWidgetRect(rtAuto, TRUE); in CalcAutoColumnWidgetHeight() 1179 pWidget->GetWidgetRect(rtAuto, TRUE); in SetAllWidgetsRect() 1192 pWidget->GetWidgetRect(rtAuto, TRUE); in SetAllWidgetsRect() 1227 pWidget->GetWidgetRect(rtOld); in SetAllWidgetsRect()
|
/external/pdfium/xfa/src/fwl/src/basewidget/ |
D | fwl_datetimepickerimp.cpp | 197 pDateTime->GetWidgetRect(rtInvalidate); in DisForm_OnProcessMessage() 301 pPicker->m_pForm->GetWidgetRect(rt); in OnLButtonUpEx() 449 m_pMonthCal->GetWidgetRect(rtMonthCal, TRUE); in Initialize() 476 FWL_ERR CFWL_DateTimePickerImp::GetWidgetRect(CFX_RectF& rect, in GetWidgetRect() function in CFWL_DateTimePickerImp 483 CFWL_WidgetImp::GetWidgetRect(rect, TRUE); in GetWidgetRect() 524 m_pMonthCal->GetWidgetRect(rtMonthCal, TRUE); in Update() 541 m_pMonthCal->GetWidgetRect(rect); in HitTest() 666 m_pMonthCal->GetWidgetRect(rtMonth); in GetBBox() 730 m_pMonthCal->GetWidgetRect(rtMonth); in ShowMonthCalendar() 846 m_pMonthCal->GetWidgetRect(rtMonthCal, TRUE); in DisForm_InitDateTimeCalendar() [all …]
|
D | fwl_pictureboximp.cpp | 56 FWL_ERR CFWL_PictureBoxImp::GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize) { in GetWidgetRect() function in CFWL_PictureBoxImp 68 CFWL_WidgetImp::GetWidgetRect(rect, TRUE); in GetWidgetRect()
|
D | fwl_caretimp.cpp | 111 GetWidgetRect(rect); in DrawCaretBK() 141 m_pCaret->GetWidgetRect(rt); in Run()
|
D | fwl_comboboximp.cpp | 294 m_pOwner->m_pVertScrollBar->GetWidgetRect(rect); in OnProcessMessage() 349 m_pOwner->m_pVertScrollBar->GetWidgetRect(rect); in OnDropListMouseMove() 393 m_pOwner->m_pVertScrollBar->GetWidgetRect(rect); in OnDropListLButtonUp() 524 FWL_ERR CFWL_ComboBoxImp::GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize) { in GetWidgetRect() function in CFWL_ComboBoxImp 529 m_pEdit->GetWidgetRect(rect, TRUE); in GetWidgetRect() 542 CFWL_WidgetImp::GetWidgetRect(rect, TRUE); in GetWidgetRect() 856 m_pListBox->GetWidgetRect(rtList); in GetBBox() 906 m_pListBox->GetWidgetRect(m_rtList, TRUE); in ShowDropList() 1216 m_pListBox->GetWidgetRect(rect); in DisForm_ShowDropList() 1261 m_pListBox->GetWidgetRect(rect); in DisForm_HitTest() [all …]
|
D | fwl_tooltipctrlimp.cpp | 76 FWL_ERR CFWL_ToolTipImp::GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize) { in GetWidgetRect() function in CFWL_ToolTipImp 95 CFWL_WidgetImp::GetWidgetRect(rect, TRUE); in GetWidgetRect()
|
D | fwl_checkboximp.cpp | 64 FWL_ERR CFWL_CheckBoxImp::GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize) { in GetWidgetRect() function in CFWL_CheckBoxImp 89 CFWL_WidgetImp::GetWidgetRect(rect, TRUE); in GetWidgetRect() 368 pCheckBox->GetWidgetRect(rt); in NextStates()
|
D | fwl_editimp.cpp | 232 FWL_ERR CFWL_EditImp::GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize) { in GetWidgetRect() function in CFWL_EditImp 246 CFWL_WidgetImp::GetWidgetRect(rect, TRUE); in GetWidgetRect() 297 m_pVertScrollBar->GetWidgetRect(rect); in HitTest() 304 m_pHorzScrollBar->GetWidgetRect(rect); in HitTest() 833 pScroll->GetWidgetRect(rtInvalid); in On_CaretChanged() 1011 m_pHorzScrollBar->GetWidgetRect(rtScorll); in DrawTextBk() 1418 m_pHorzScrollBar->GetWidgetRect(rtScroll); in UpdateScroll() 1449 m_pVertScrollBar->GetWidgetRect(rtScroll); in UpdateScroll() 1695 pOuter->GetWidgetRect(rtOuter); in ShowCaret() 2206 m_pOwner->GetWidgetRect(rect); in OnScroll()
|
/external/pdfium/xfa/src/fwl/src/lightwidget/ |
D | widget.cpp | 53 FWL_ERR CFWL_Widget::GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize) { in GetWidgetRect() function in CFWL_Widget 56 return m_pIface->GetWidgetRect(rect, bAutoSize); in GetWidgetRect() 213 m_pIface->GetWidgetRect(rect); in Repaint()
|
/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);
|
/external/pdfium/xfa/src/fwl/src/basewidget/include/ |
D | fwl_pictureboximp.h | 24 virtual FWL_ERR 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_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);
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_ffpushbutton.cpp | 222 m_pNormalWidget->GetWidgetRect(rtFill); in OnDrawWidget() 244 m_pNormalWidget->GetWidgetRect(rect); in OnDrawWidget()
|
D | xfa_fwladapter.cpp | 49 pWidget->GetWidgetRect(rtInvalidate); in RepaintWidget()
|
D | xfa_fffield.cpp | 47 m_pNormalWidget->GetWidgetRect(rtWidget); in GetBBox() 73 m_pNormalWidget->GetWidgetRect(rtWidget); in RenderWidget() 382 m_pNormalWidget->GetWidgetRect(rtWidget); in FWLToClient() 637 m_pNormalWidget->GetWidgetRect(rtWidget); in PtInActiveRect()
|
D | xfa_ffpageview.cpp | 326 pWidget1->GetWidgetRect(rt1); in XFA_TabOrderWidgetComparator() 327 pWidget2->GetWidgetRect(rt2); in XFA_TabOrderWidgetComparator()
|
/external/pdfium/xfa/include/fwl/adapter/ |
D | fwl_adapterwidgetmgr.h | 23 virtual FWL_ERR GetWidgetRect(IFWL_Widget* pWidget, CFX_RectF& rect) = 0;
|
/external/pdfium/xfa/include/fwl/lightwidget/ |
D | widget.h | 54 FWL_ERR GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize = FALSE);
|