Searched refs:XDEV2LOG (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Ddc.h66 wxCoord XDEV2LOG(wxCoord x) const function in class:wxDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/svg/
H A Ddcsvg.h98 #ifdef XDEV2LOG
99 #undef XDEV2LOG macro
101 wxCoord XDEV2LOG(wxCoord x) const function in class:wxSVGFileDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Ddc.h104 wxCoord XDEV2LOG(wxCoord x) const function in class:wxDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Ddc.h71 wxCoord XDEV2LOG(wxCoord x) const function in class:wxDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Ddc.cpp174 return ((wxDC *)this)->XDEV2LOG(x);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Ddc.cpp159 return ((wxDC *)this)->XDEV2LOG(x);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Ddc.cpp150 return ((wxDC *)this)->XDEV2LOG(x);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Ddc.h73 wxCoord XDEV2LOG(wxCoord x) const function in class:wxDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Ddc.cpp149 CalcBoundingBox(XDEV2LOG(0), YDEV2LOG(0));
150 CalcBoundingBox(XDEV2LOG(size.x), YDEV2LOG(size.y));
618 return ((wxDC *)this)->XDEV2LOG(x);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/dfb/
H A Ddc.h81 wxCoord XDEV2LOG(wxCoord x) const function in class:wxDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Ddc.h106 wxCoord XDEV2LOG(wxCoord x) const function in class:wxDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mgl/
H A Ddc.h102 wxCoord XDEV2LOG(wxCoord x) const function in class:wxDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Ddc.h32 #define XDEV2LOG(x) (x) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/gnome/
H A Dgprint.h285 wxCoord XDEV2LOG(wxCoord x) const function in class:wxGnomePrintDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Ddc.h159 wxCoord XDEV2LOG(wxCoord x) const function in class:wxDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Ddc.cpp200 m_clipX1 = (wxCoord) XDEV2LOG(rect.GetLeft()); \
202 m_clipX2 = (wxCoord) XDEV2LOG(rect.GetRight()); \
1342 return ((wxDC *)this)->XDEV2LOG(x);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddc.cpp108 #define XDEV2LOG(x) ((x)*m_signX+m_logicalOriginX) macro
113 #define XDEV2LOG(x) (x) macro
395 m_clipX1 = (wxCoord) XDEV2LOG(rect.left);
397 m_clipX2 = (wxCoord) XDEV2LOG(rect.right);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddc.cpp1570 CalcBoundingBox(XDEV2LOG(rect.left), YDEV2LOG(rect.top) );
1571 CalcBoundingBox(XDEV2LOG(rect.right), YDEV2LOG(rect.bottom) );
2250 return ((wxDC *)this)->XDEV2LOG(x);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddc.cpp1424 CalcBoundingBox(XDEV2LOG(rect.left), YDEV2LOG(rect.top) );
1425 CalcBoundingBox(XDEV2LOG(rect.right), YDEV2LOG(rect.bottom) );
2251 return ((wxDC *)this)->XDEV2LOG(x);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/svg/
H A Ddcsvg.cpp814 return XDEV2LOG(x);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Ddc.cpp434 m_clipX1 = (wxCoord) XDEV2LOG(rect.xLeft); \
436 m_clipX2 = (wxCoord) XDEV2LOG(rect.xRight); \

Completed in 234 milliseconds