Searched refs:Translate (Results 26 - 40 of 40) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dmatrix.cpp231 (*this).Translate(-x_cen, -y_cen);
242 (*this).Translate(x_cen, y_cen);
275 // Translate by dx, dy:
280 bool wxTransformMatrix::Translate(double dx, double dy) function in class:wxTransformMatrix
H A Dfileconf.cpp533 str = wxTextBuffer::Translate(str);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/fileconf/
H A Dfileconftest.cpp47 return wxTextFile::Translate(sos.GetString(), wxTextFileType_Unix);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Ddc.h102 virtual void Translate( wxCoord dx , wxCoord dy ) = 0 ;
H A Dprivate.h1203 virtual void Translate( wxCoord dx , wxCoord dy );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dframe.cpp829 return acceleratorTable.Translate(frame, pMsg);
H A Dwindow.cpp2431 return m_acceleratorTable.Translate(this, pMsg);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dframe.cpp839 return rAcceleratorTable.Translate(GetHWND(), pMsg);
H A Dwindow.cpp2098 return m_acceleratorTable.Translate(m_hWnd, pMsg);
4017 // Translate the position to client coords
5177 // Translate the mouse coords to the other window coords
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dtextctrl.cpp2152 // wxTextFile::Translate() is needed to transform all '\n' into "\r\n"
2153 wxString text = wxTextFile::Translate(GetTextToShow(GetSelectionText()));
2192 wxString text = wxTextFile::Translate(data.GetText(),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcomboctrl.tex60 // Translate string into a list selection
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextctrl.cpp2372 wxString valueUnix = wxTextFile::Translate(value, wxTextFileType_Unix);
H A Drichtextbuffer.cpp6679 text = wxTextFile::Translate(text, wxTextFileType_Dos);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dgrid.cpp8341 wxString tVal = wxTextFile::Translate( value, wxTextFileType_Unix );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/doc/
H A Dip-cref.tex2102 \item Translate packet source address 193.233.7.83 into 192.203.80.144

Completed in 226 milliseconds

12