Home
last modified time | relevance | path

Searched refs:GetWidgetRect (Results 1 – 22 of 22) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_datetimepicker.cpp110 CFX_RectF rect = m_pMonthCal->GetWidgetRect(); in HitTest()
187 CFX_RectF rtMonth = m_pMonthCal->GetWidgetRect(); in GetBBox()
238 CFX_RectF rtMonth = m_pMonthCal->GetWidgetRect(); in ShowMonthCalendar()
377 CFX_RectF rtCal = m_pMonthCal->GetWidgetRect(); in DisForm_ShowMonthCalendar()
394 if (m_pMonthCal->GetWidgetRect().Contains(point)) in DisForm_HitTest()
440 CFX_RectF rtMonth = m_pMonthCal->GetWidgetRect(); in DisForm_GetBBox()
451 CFX_RectF rtEdit = m_pEdit->GetWidgetRect(); in DisForm_DrawWidget()
461 CFX_RectF rtMonth = m_pMonthCal->GetWidgetRect(); in DisForm_DrawWidget()
Dcfwl_widget.cpp74 CFX_RectF CFWL_Widget::GetWidgetRect() { in GetWidgetRect() function in CFWL_Widget
179 ret = GetMatrix().Transform(ret + GetWidgetRect().TopLeft()); in TransformTo()
186 return ret + form1->GetWidgetRect().TopLeft(); in TransformTo()
192 ret += form1->GetWidgetRect().TopLeft(); in TransformTo()
193 ret -= form2->GetWidgetRect().TopLeft(); in TransformTo()
202 return m.Transform(ret) - pWidget->GetWidgetRect().TopLeft(); in TransformTo()
224 rect = parent->GetWidgetRect(); in GetMatrix()
577 CFX_RectF rtDst = pDstWidget->GetWidgetRect(); in GetOffsetFromParent()
Dcfwl_comboboxproxy.cpp74 if (CFX_RectF(0, 0, GetWidgetRect().Size()).Contains(pMsg->m_pos)) { in OnLButtonDown()
99 if (!CFX_RectF(0, 0, GetWidgetRect().Size()).Contains(pMsg->m_pos) && in OnLButtonUp()
Dcfwl_caret.cpp82 param.m_rtPart = CFX_RectF(0, 0, GetWidgetRect().Size()); in DrawCaretBK()
106 CFX_RectF rt = pCaret->GetWidgetRect(); in Run()
Dcfwl_combolist.cpp86 CFX_RectF rect = vertSB->GetWidgetRect(); in OnProcessMessage()
138 CFX_RectF rect = vertSB->GetWidgetRect(); in OnDropListMouseMove()
174 CFX_RectF rect = vertSB->GetWidgetRect(); in OnDropListLButtonUp()
Dcfwl_widgetmgr.cpp152 CFX_RectF rtTemp = pNative->GetWidgetRect(); in RepaintWidget()
276 CFX_RectF bounds = child->GetWidgetRect(); in GetWidgetAtPoint()
431 CFX_RectF clipCopy(0, 0, pWidget->GetWidgetRect().Size()); in OnDrawWidget()
474 CFX_RectF rtWidget = child->GetWidgetRect(); in DrawChild()
520 CFX_RectF rtWidget(0, 0, pWidget->GetWidgetRect().Size()); in IsNeedRepaint()
553 CFX_RectF rect = pChild->GetWidgetRect(); in IsNeedRepaint()
Dcfwl_combobox.cpp278 CFX_RectF rtList = m_pListBox->GetWidgetRect(); in GetBBox()
570 CFX_RectF rect = m_pListBox->GetWidgetRect(); in DisForm_ShowDropList()
610 rect = m_pListBox->GetWidgetRect(); in DisForm_HitTest()
638 CFX_RectF rtEdit = m_pEdit->GetWidgetRect(); in DisForm_DrawWidget()
644 CFX_RectF rtList = m_pListBox->GetWidgetRect(); in DisForm_DrawWidget()
656 CFX_RectF rtList = m_pListBox->GetWidgetRect(); in DisForm_GetBBox()
Dcfwl_datetimeedit.cpp53 CFX_RectF rtInvalidate = pDateTime->GetWidgetRect(); in DisForm_OnProcessMessage()
Dcfwl_edit.cpp92 CFX_RectF CFWL_Edit::GetWidgetRect() { in GetWidgetRect() function in CFWL_Edit
148 if (m_pVertScrollBar->GetWidgetRect().Contains(point)) in HitTest()
152 if (m_pHorzScrollBar->GetWidgetRect().Contains(point)) in HitTest()
410 rtInvalid = pScroll->GetWidgetRect(); in OnCaretChanged()
496 CFX_RectF rtScroll = m_pHorzScrollBar->GetWidgetRect(); in DrawTextBk()
839 CFX_RectF rtScroll = m_pHorzScrollBar->GetWidgetRect(); in UpdateScroll()
865 CFX_RectF rtScroll = m_pVertScrollBar->GetWidgetRect(); in UpdateScroll()
1100 CFX_RectF rtOuter = pOuter->GetWidgetRect(); in ShowCaret()
1544 CFX_RectF rect = GetWidgetRect(); in OnScroll()
Dcfwl_edit.h60 CFX_RectF GetWidgetRect() override;
Dcfwl_widget.h56 virtual CFX_RectF GetWidgetRect();
Dcfwl_checkbox.cpp193 pCheckBox, CFX_RectF(0, 0, pCheckBox->GetWidgetRect().Size())); in NextStates()
Dcfwl_listbox.cpp80 CFX_RectF rect = m_pHorzScrollBar->GetWidgetRect(); in HitTest()
85 CFX_RectF rect = m_pVertScrollBar->GetWidgetRect(); in HitTest()
Dcfwl_monthcalendar.cpp810 (!CFX_RectF(0, 0, pIPicker->GetFormProxy()->GetWidgetRect().Size()) in OnLButtonUp()
/external/pdfium/xfa/fxfa/app/
Dxfa_ffpushbutton.cpp212 CFX_RectF rtFill(0, 0, m_pNormalWidget->GetWidgetRect().Size()); in OnDrawWidget()
232 CFX_RectF rect = m_pNormalWidget->GetWidgetRect(); in OnDrawWidget()
Dxfa_ffimageedit.cpp67 CFX_RectF rtImage = m_pNormalWidget->GetWidgetRect(); in RenderWidget()
Dxfa_ffpageview.cpp368 CFX_RectF rt1 = param1->m_pWidget->GetWidgetRect(); in XFA_TabOrderWidgetComparator()
369 CFX_RectF rt2 = param2->m_pWidget->GetWidgetRect(); in XFA_TabOrderWidgetComparator()
Dxfa_fffield.cpp67 CFX_RectF rtWidget = m_pNormalWidget->GetWidgetRect(); in RenderWidget()
353 return m_pNormalWidget ? point - m_pNormalWidget->GetWidgetRect().TopLeft() in FWLToClient()
558 return m_pNormalWidget && m_pNormalWidget->GetWidgetRect().Contains(point); in PtInActiveRect()
Dxfa_ffbarcode.cpp158 CFX_RectF rtWidget = m_pNormalWidget->GetWidgetRect(); in RenderWidget()
Dxfa_ffnotify.cpp490 if (pWidget->GetWidgetRect() != pWidget->RecacheWidgetRect()) in OnLayoutItemAdded()
Dxfa_ffwidget.cpp46 CFX_RectF CXFA_FFWidget::GetWidgetRect() { in GetWidgetRect() function in CXFA_FFWidget
59 CFX_RectF rtWidget = GetWidgetRect(); in GetRectWithoutRotate()
456 return GetWidgetRect().Contains(point); in PtInActiveRect()
/external/pdfium/xfa/fxfa/
Dxfa_ffwidget.h104 CFX_RectF GetWidgetRect();