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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Daccel.h39 bool Translate(wxWindow *window, WXMSG *msg) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Daccel.h39 bool Translate(wxWindow *window, WXMSG *msg) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Daccel.h49 bool Translate( WXHWND hWnd
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Daccel.cpp88 bool wxAcceleratorTable::Translate(wxWindow *window, WXMSG *wxmsg) const function in class:wxAcceleratorTable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/ogl/
H A Ddrawnp.h59 inline virtual void Translate(double WXUNUSED(x), double WXUNUSED(y)) {}; function in class:wxDrawOp
122 void Translate(double x, double y);
149 void Translate(double x, double y);
181 void Translate(double x, double y);
H A Ddrawn.h41 void Translate(double x, double y);
147 void Translate(double x, double y);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Daccel.cpp153 bool wxAcceleratorTable::Translate(wxWindow *window, WXMSG *wxmsg) const function in class:wxAcceleratorTable
H A Dgraphics.cpp196 virtual void Translate( wxDouble dx , wxDouble dy );
316 virtual void Translate( wxDouble dx , wxDouble dy );
945 void wxGDIPlusMatrixData::Translate( wxDouble dx , wxDouble dy ) function in class:wxGDIPlusMatrixData
947 m_matrix->Translate(dx,dy);
1148 void wxGDIPlusContext::Translate( wxDouble dx , wxDouble dy ) function in class:wxGDIPlusContext
H A Dtextctrl.cpp446 valueWin = wxTextFile::Translate(value, wxTextFileType_Dos);
809 str = wxTextFile::Translate(str, wxTextFileType_Unix);
829 str = wxTextFile::Translate(str, wxTextFileType_Unix);
1069 valueDos = wxTextFile::Translate(value, wxTextFileType_Dos);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dmatrix.h123 // Translate by dx, dy:
128 bool Translate(double x, double y);
H A Dtextbuf.h60 static wxString Translate(const wxString& text,
H A Dgraphics.h179 virtual void Translate( wxDouble dx , wxDouble dy ) = 0;
239 virtual void Translate( wxDouble dx , wxDouble dy );
510 virtual void Translate( wxDouble dx , wxDouble dy ) = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dgraphicsmatrix.tex82 \membersection{wxGraphicsMatrix::Translate}\label{wxgraphicsmatrixtranslate}
84 \func{void}{Translate}{\param{wxDouble }{dx}, \param{wxDouble }{dy}}
H A Dgraphicscontext.tex227 \membersection{wxGraphicsContext::Translate}\label{wxgraphicscontexttranslate}
229 \func{void}{Translate}{\param{wxDouble }{dx}, \param{wxDouble }{dy}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Daccel.cpp191 bool wxAcceleratorTable::Translate( WXHWND hWnd, function in class:wxAcceleratorTable
203 } // end of wxAcceleratorTable::Translate
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dtextbuf.cpp70 wxString wxTextBuffer::Translate(const wxString& text, wxTextFileType type) function in class:wxTextBuffer
H A Dgraphcmn.cpp179 void wxGraphicsMatrix::Translate( wxDouble dx , wxDouble dy ) function in class:wxGraphicsMatrix
182 GetMatrixData()->Translate(dx,dy);
437 m.Translate(xc,yc);
574 Translate(x,y);
578 Translate(-x,-y);
H A Ddcgraph.cpp364 m_matrixCurrent.Translate( m_deviceOriginX, m_deviceOriginY );
367 m_matrixCurrent.Translate( -m_logicalOriginX, -m_logicalOriginY );
540 m_graphicContext->Translate(x+w/2.0,y+h/2.0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/common/
H A DTextFile.cpp180 wxString result = wxTextBuffer::Translate(line);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/wince/
H A Dtextctrlce.cpp184 valueWin = wxTextFile::Translate(value, wxTextFileType_Dos);
391 str = wxTextFile::Translate(str, wxTextFileType_Unix);
433 valueDos = wxTextFile::Translate(value, wxTextFileType_Dos);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DScintillaWX.cpp517 wxString text = wxTextBuffer::Translate(data.GetText(),
544 wxString text = wxTextBuffer::Translate(stc2wx(st.s, st.len-1));
913 wxString text = wxTextBuffer::Translate(data.GetText(),
1048 wxString text = wxTextBuffer::Translate(data,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddccg.cpp390 void wxMacCGContext::Translate( wxCoord dx , wxCoord dy ) function in class:wxMacCGContext
1525 m_graphicContext->Translate( origX , origY ) ;
1527 m_graphicContext->Translate( -origX , -origY ) ;
1550 m_graphicContext->Translate( origX , origY ) ;
1552 m_graphicContext->Translate( -origX , -origY ) ;
1710 m_graphicContext->Translate( xxc, yyc ) ;
1751 m_graphicContext->Translate( xx + ww / 2, yy + hh / 2 ) ;
2019 m_graphicContext->Translate(xx + ww / 2, yy + hh / 2);
H A Dgraphics.cpp854 virtual void Translate( wxDouble dx , wxDouble dy );
963 void wxMacCoreGraphicsMatrixData::Translate( wxDouble dx , wxDouble dy )
1249 virtual void Translate( wxDouble dx , wxDouble dy );
1689 void wxMacCoreGraphicsContext::Translate( wxDouble dx , wxDouble dy )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Ddrawn.cpp110 void wxDrawnShape::Translate(double x, double y) function in class:wxDrawnShape
117 m_metafiles[i].Translate(x, y);
623 void wxOpSetClipping::Translate(double x, double y) function in class:wxOpSetClipping
771 void wxOpDraw::Translate(double x, double y) function in class:wxOpDraw
1077 void wxOpPolyDraw::Translate(double x, double y) function in class:wxOpPolyDraw
1416 void wxPseudoMetaFile::Translate(double x, double y) function in class:wxPseudoMetaFile
1422 op->Translate(x, y);
2133 // Translate so origin is at centre of rectangle
2144 Translate(xoffset, yoffset);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dgraphicc.cpp208 virtual void Translate( wxDouble dx , wxDouble dy );
351 virtual void Translate( wxDouble dx , wxDouble dy );
943 void wxCairoMatrixData::Translate( wxDouble dx , wxDouble dy )
1233 void wxCairoContext::Translate( wxDouble dx , wxDouble dy )

Completed in 146 milliseconds

12