HomeSort by relevance Sort by last modified time
    Searched refs:GetWidgetRect (Results 1 - 22 of 22) sorted by null

  /external/pdfium/xfa/fwl/
cfwl_comboboxproxy.cpp 74 if (CFX_RectF(0, 0, GetWidgetRect().Size()).Contains(pMsg->m_pos)) {
99 if (!CFX_RectF(0, 0, GetWidgetRect().Size()).Contains(pMsg->m_pos) &&
cfwl_caret.cpp 84 param.m_rtPart = CFX_RectF(0, 0, GetWidgetRect().Size());
108 CFX_RectF rt = pCaret->GetWidgetRect();
cfwl_datetimeedit.cpp 53 CFX_RectF rtInvalidate = pDateTime->GetWidgetRect();
cfwl_datetimepicker.cpp 109 CFX_RectF rect = m_pMonthCal->GetWidgetRect();
186 CFX_RectF rtMonth = m_pMonthCal->GetWidgetRect();
240 CFX_RectF rtMonth = m_pMonthCal->GetWidgetRect();
378 CFX_RectF rtCal = m_pMonthCal->GetWidgetRect();
395 if (m_pMonthCal->GetWidgetRect().Contains(point))
441 CFX_RectF rtMonth = m_pMonthCal->GetWidgetRect();
452 CFX_RectF rtEdit = m_pEdit->GetWidgetRect();
462 CFX_RectF rtMonth = m_pMonthCal->GetWidgetRect();
cfwl_widget.cpp 74 CFX_RectF CFWL_Widget::GetWidgetRect() {
179 ret = GetMatrix().Transform(ret + GetWidgetRect().TopLeft());
186 return ret + form1->GetWidgetRect().TopLeft();
192 ret += form1->GetWidgetRect().TopLeft();
193 ret -= form2->GetWidgetRect().TopLeft();
201 pWidget->GetWidgetRect().TopLeft();
223 rect = parent->GetWidgetRect();
577 CFX_RectF rtDst = pDstWidget->GetWidgetRect();
cfwl_combolist.cpp 86 CFX_RectF rect = vertSB->GetWidgetRect();
138 CFX_RectF rect = vertSB->GetWidgetRect();
174 CFX_RectF rect = vertSB->GetWidgetRect();
cfwl_edit.cpp 95 CFX_RectF CFWL_Edit::GetWidgetRect() {
153 if (m_pVertScrollBar->GetWidgetRect().Contains(point))
157 if (m_pHorzScrollBar->GetWidgetRect().Contains(point))
386 rtInvalid = pScroll->GetWidgetRect();
450 CFX_RectF rtScroll = m_pHorzScrollBar->GetWidgetRect();
766 CFX_RectF rtScroll = m_pHorzScrollBar->GetWidgetRect();
792 CFX_RectF rtScroll = m_pVertScrollBar->GetWidgetRect();
1007 CFX_RectF rtOuter = pOuter->GetWidgetRect();
    [all...]
cfwl_edit.h 57 CFX_RectF GetWidgetRect() override;
cfwl_widget.h 58 virtual CFX_RectF GetWidgetRect();
cfwl_combobox.cpp 278 CFX_RectF rtList = m_pListBox->GetWidgetRect();
570 CFX_RectF rect = m_pListBox->GetWidgetRect();
610 rect = m_pListBox->GetWidgetRect();
638 CFX_RectF rtEdit = m_pEdit->GetWidgetRect();
644 CFX_RectF rtList = m_pListBox->GetWidgetRect();
656 CFX_RectF rtList = m_pListBox->GetWidgetRect();
cfwl_widgetmgr.cpp 153 CFX_RectF rtTemp = pNative->GetWidgetRect();
272 CFX_RectF bounds = child->GetWidgetRect();
423 CFX_RectF clipCopy(0, 0, pWidget->GetWidgetRect().Size());
468 CFX_RectF rtWidget = child->GetWidgetRect();
515 pMatrix->TransformRect(CFX_RectF(0, 0, pWidget->GetWidgetRect().Size()));
547 CFX_RectF rect = pChild->GetWidgetRect();
cfwl_checkbox.cpp 192 pCheckBox, CFX_RectF(0, 0, pCheckBox->GetWidgetRect().Size()));
cfwl_listbox.cpp 79 CFX_RectF rect = m_pHorzScrollBar->GetWidgetRect();
84 CFX_RectF rect = m_pVertScrollBar->GetWidgetRect();
cfwl_monthcalendar.cpp 805 (!CFX_RectF(0, 0, pIPicker->GetFormProxy()->GetWidgetRect().Size())
  /external/pdfium/xfa/fxfa/
cxfa_ffpushbutton.cpp 217 CFX_RectF rtFill(0, 0, m_pNormalWidget->GetWidgetRect().Size());
236 CFX_RectF rect = m_pNormalWidget->GetWidgetRect();
cxfa_ffimageedit.cpp 75 CFX_RectF rtImage = m_pNormalWidget->GetWidgetRect();
cxfa_ffwidget.h 125 const CFX_RectF& GetWidgetRect() const;
cxfa_ffwidget.cpp 242 const CFX_RectF& CXFA_FFWidget::GetWidgetRect() const {
255 CFX_RectF rtWidget = GetWidgetRect();
593 return GetWidgetRect().Contains(point);
cxfa_ffpageview.cpp 423 const CFX_RectF& rt1 = arg1->GetWidget()->GetWidgetRect();
424 const CFX_RectF& rt2 = arg2->GetWidget()->GetWidgetRect();
cxfa_ffbarcode.cpp 151 CFX_RectF rtWidget = m_pNormalWidget->GetWidgetRect();
cxfa_fffield.cpp 76 CFX_RectF rtWidget = m_pNormalWidget->GetWidgetRect();
381 return m_pNormalWidget ? point - m_pNormalWidget->GetWidgetRect().TopLeft()
584 return m_pNormalWidget && m_pNormalWidget->GetWidgetRect().Contains(point);
cxfa_ffnotify.cpp 514 if (pWidget->GetWidgetRect() != pWidget->RecacheWidgetRect())

Completed in 807 milliseconds