Searched refs:PWLtoWnd (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_Wnd.h | 434 void PWLtoWnd(const CPDF_Point & point, FX_INT32& x, FX_INT32& y) const; 435 FX_RECT PWLtoWnd(const CPDF_Rect & rect) const;
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Wnd.cpp | 504 FX_RECT rcWin = PWLtoWnd(rcRefresh); in InvalidateRect() 1158 void CPWL_Wnd::PWLtoWnd(const CPDF_Point& point, FX_INT32& x, FX_INT32& y) const in PWLtoWnd() function in CPWL_Wnd 1167 FX_RECT CPWL_Wnd::PWLtoWnd(const CPDF_Rect & rect) const in PWLtoWnd() function in CPWL_Wnd
|
D | PWL_EditCtrl.cpp | 418 PWLtoWnd(ptHead, x, y); in GetCaretPos()
|
D | PWL_Note.cpp | 1139 PWLtoWnd(point, x, y); in PopupNoteItemMenu() 1721 PWLtoWnd(point, x, y); in OnLButtonDown()
|
D | PWL_Edit.cpp | 647 PWLtoWnd(ptPopup, x, y); in OnRButtonUp()
|