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

  /external/pdfium/xfa/fwl/
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_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...]
  /external/pdfium/xfa/fxfa/app/
xfa_ffwidget.cpp 46 CFX_RectF CXFA_FFWidget::GetWidgetRect() {
59 CFX_RectF rtWidget = GetWidgetRect();
456 return GetWidgetRect().Contains(point);
    [all...]

Completed in 72 milliseconds