Searched refs:PWLtoWnd (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_Wnd.h | 426 void PWLtoWnd(const CPDF_Point& point, int32_t& x, int32_t& y) const; 427 FX_RECT PWLtoWnd(const CPDF_Rect& rect) const;
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Wnd.cpp | 395 FX_RECT rcWin = PWLtoWnd(rcRefresh); in InvalidateRect() 889 void CPWL_Wnd::PWLtoWnd(const CPDF_Point& point, int32_t& x, int32_t& y) const { in PWLtoWnd() function in CPWL_Wnd 897 FX_RECT CPWL_Wnd::PWLtoWnd(const CPDF_Rect& rect) const { in PWLtoWnd() function in CPWL_Wnd
|
D | PWL_EditCtrl.cpp | 372 PWLtoWnd(ptHead, x, y); in GetCaretPos()
|
D | PWL_Note.cpp | 970 PWLtoWnd(point, x, y); in PopupNoteItemMenu() 1465 PWLtoWnd(point, x, y); in OnLButtonDown()
|
D | PWL_Edit.cpp | 613 PWLtoWnd(ptPopup, x, y); in OnRButtonUp()
|