OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PWLtoWnd
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/fpdfsdk/include/pdfwindow/
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/
PWL_Wnd.cpp
395
FX_RECT rcWin =
PWLtoWnd
(rcRefresh);
889
void CPWL_Wnd::
PWLtoWnd
(const CPDF_Point& point, int32_t& x, int32_t& y) const {
897
FX_RECT CPWL_Wnd::
PWLtoWnd
(const CPDF_Rect& rect) const {
PWL_EditCtrl.cpp
372
PWLtoWnd
(ptHead, x, y);
PWL_Note.cpp
970
PWLtoWnd
(point, x, y);
[
all
...]
PWL_Edit.cpp
613
PWLtoWnd
(ptPopup, x, y);
[
all
...]
Completed in 49 milliseconds