Home
last modified time | relevance | path

Searched refs:WndHitTest (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Wnd.cpp442 if (pChild->WndHitTest(pChild->ParentToChild(point))) { \
448 if (WndHitTest(point)) \
685 FX_BOOL CPWL_Wnd::WndHitTest(const CPDF_Point& point) const { in WndHitTest() function in CPWL_Wnd
DPWL_Note.cpp856 if (WndHitTest(pt)) { in GetHitNoteItem()
913 if (!m_pContents->WndHitTest(m_pContents->ParentToChild(point))) { in OnLButtonDown()
923 if (!m_pContents->WndHitTest(m_pContents->ParentToChild(point))) { in OnRButtonUp()
1462 if (m_pOptions->WndHitTest(m_pOptions->ParentToChild(point))) { in OnLButtonDown()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h358 FX_BOOL WndHitTest(const CPDF_Point& point) const;