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

  /external/pdfium/xfa/fwl/
cfwl_notedriver.cpp 87 bool CFWL_NoteDriver::SetFocus(CFWL_Widget* pFocus) {
88 if (m_pFocus == pFocus)
92 m_pFocus = pFocus;
99 if (pFocus) {
101 pFocus->GetOwnerApp()->GetWidgetMgr()->GetSystemFormWidget(pFocus);
104 pForm->SetSubFocus(pFocus);
106 if (IFWL_WidgetDelegate* pDelegate = pFocus->GetDelegate()) {
107 CFWL_MessageSetFocus ms(nullptr, pFocus);
302 CFWL_Widget* pFocus = m_pFocus
    [all...]
cfwl_notedriver.h 40 bool SetFocus(CFWL_Widget* pFocus);
  /external/opencv/cvaux/src/
cvlee.cpp 634 pFocus : in, point, which defines the focus of parabola
642 void _cvCalcEdgePL(pCvVoronoiNode pFocus,
653 pFocus : in, point, which defines the focus of parabola
662 pCvVoronoiNode pFocus,
    [all...]

Completed in 1757 milliseconds