Searched defs:GetHitNoteItem (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Note.cpp530 IPWL_NoteItem* CPWL_Note_Contents::GetHitNoteItem(const CPDF_Point& point) function in class:CPWL_Note_Contents
541 if (IPWL_NoteItem* pRet = pNoteItem->GetHitNoteItem(pt))
999 IPWL_NoteItem* CPWL_NoteItem::GetHitNoteItem(const CPDF_Point& point) function in class:CPWL_NoteItem
1007 if (IPWL_NoteItem* pNoteItem = m_pContents->GetHitNoteItem(pt))

Completed in 101 milliseconds