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

  /external/pdfium/xfa/fwl/
cfwl_caret.cpp 82 param.m_rtPart = CFX_RectF(0, 0, GetWidgetRect().Size());
106 CFX_RectF rt = pCaret->GetWidgetRect();
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_datetimeedit.cpp 53 CFX_RectF rtInvalidate = pDateTime->GetWidgetRect();
cfwl_datetimepicker.cpp 110 CFX_RectF rect = m_pMonthCal->GetWidgetRect();
187 CFX_RectF rtMonth = m_pMonthCal->GetWidgetRect();
238 CFX_RectF rtMonth = m_pMonthCal->GetWidgetRect();
377 CFX_RectF rtCal = m_pMonthCal->GetWidgetRect();
394 if (m_pMonthCal->GetWidgetRect().Contains(point))
440 CFX_RectF rtMonth = m_pMonthCal->GetWidgetRect();
451 CFX_RectF rtEdit = m_pEdit->GetWidgetRect();
461 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();
202 return m.Transform(ret) - pWidget->GetWidgetRect().TopLeft();
224 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_widget.h 56 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 152 CFX_RectF rtTemp = pNative->GetWidgetRect();
276 CFX_RectF bounds = child->GetWidgetRect();
431 CFX_RectF clipCopy(0, 0, pWidget->GetWidgetRect().Size());
474 CFX_RectF rtWidget = child->GetWidgetRect();
520 CFX_RectF rtWidget(0, 0, pWidget->GetWidgetRect().Size());
553 CFX_RectF rect = pChild->GetWidgetRect();
cfwl_edit.cpp 92 CFX_RectF CFWL_Edit::GetWidgetRect() {
148 if (m_pVertScrollBar->GetWidgetRect().Contains(point))
152 if (m_pHorzScrollBar->GetWidgetRect().Contains(point))
410 rtInvalid = pScroll->GetWidgetRect();
496 CFX_RectF rtScroll = m_pHorzScrollBar->GetWidgetRect();
839 CFX_RectF rtScroll = m_pHorzScrollBar->GetWidgetRect();
865 CFX_RectF rtScroll = m_pVertScrollBar->GetWidgetRect();
    [all...]
cfwl_edit.h 60 CFX_RectF GetWidgetRect() override;
cfwl_checkbox.cpp 193 pCheckBox, CFX_RectF(0, 0, pCheckBox->GetWidgetRect().Size()));
cfwl_listbox.cpp 80 CFX_RectF rect = m_pHorzScrollBar->GetWidgetRect();
85 CFX_RectF rect = m_pVertScrollBar->GetWidgetRect();
cfwl_monthcalendar.cpp 810 (!CFX_RectF(0, 0, pIPicker->GetFormProxy()->GetWidgetRect().Size())
  /external/pdfium/xfa/fxfa/app/
xfa_ffimageedit.cpp 67 CFX_RectF rtImage = m_pNormalWidget->GetWidgetRect();
xfa_ffpushbutton.cpp 212 CFX_RectF rtFill(0, 0, m_pNormalWidget->GetWidgetRect().Size());
232 CFX_RectF rect = m_pNormalWidget->GetWidgetRect();
xfa_ffpageview.cpp 368 CFX_RectF rt1 = param1->m_pWidget->GetWidgetRect();
369 CFX_RectF rt2 = param2->m_pWidget->GetWidgetRect();
xfa_ffbarcode.cpp 158 CFX_RectF rtWidget = m_pNormalWidget->GetWidgetRect();
xfa_fffield.cpp 67 CFX_RectF rtWidget = m_pNormalWidget->GetWidgetRect();
353 return m_pNormalWidget ? point - m_pNormalWidget->GetWidgetRect().TopLeft()
558 return m_pNormalWidget && m_pNormalWidget->GetWidgetRect().Contains(point);
xfa_ffnotify.cpp 490 if (pWidget->GetWidgetRect() != pWidget->RecacheWidgetRect())
xfa_ffwidget.cpp 46 CFX_RectF CXFA_FFWidget::GetWidgetRect() {
59 CFX_RectF rtWidget = GetWidgetRect();
456 return GetWidgetRect().Contains(point);
    [all...]
  /external/pdfium/xfa/fxfa/
xfa_ffwidget.h 104 CFX_RectF GetWidgetRect();

Completed in 275 milliseconds