Searched refs:DrawText (Results 26 - 50 of 118) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/png/
H A Dpngdemo.cpp127 memDC.DrawText( _T("This is a memory dc."), 10, 10 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/rotate/
H A Drotate.cpp218 dc.DrawText(wxT("Click on the canvas to draw a duck."), 10, 10);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/vscroll/
H A Dvstest.cpp132 dc.DrawText(wxString::Format(_T("Line %lu"), (unsigned long)line),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dclrpickerg.cpp153 memdc.DrawText(label,topleft);
H A Dhyperlink.cpp197 dc.DrawText(GetLabel(), GetLabelRect().GetTopLeft());
H A Dtipwin.cpp344 dc.DrawText(m_parent->m_textLines[n], pt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/forty/
H A Dscoredg.cpp110 dc.DrawText(text, tabstops[tab], y);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dtooltip.cpp361 ::DrawText( text , laststop , i - laststop ) ;
368 ::DrawText( text , laststop , i - laststop ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dminifram.cpp108 dc.DrawText( win->GetTitle(), 6, 3 );
154 dc.DrawText( win->GetTitle(), 6, 3 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/caret/
H A Dcaret.cpp427 dc.DrawText( line, m_xMargin, m_yMargin + y * m_heightChar );
474 dc.DrawText(ch, m_xMargin + m_xCaret * m_widthChar,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dgraphcmn.cpp572 void wxGraphicsContext::DrawText( const wxString &str, wxDouble x, wxDouble y, wxDouble angle ) function in class:wxGraphicsContext
576 DrawText( str , 0, 0 );
581 void wxGraphicsContext::DrawText( const wxString &str, wxDouble x, wxDouble y, const wxGraphicsBrush& backgroundBrush ) function in class:wxGraphicsContext
598 DrawText( str, x ,y);
603 void wxGraphicsContext::DrawText( const wxString &str, wxDouble x, wxDouble y, wxDouble angle, const wxGraphicsBrush& backgroundBrush ) function in class:wxGraphicsContext
625 DrawText( str, x ,y, angle);
H A Ddcgraph.cpp848 m_graphicContext->DrawText( str, x ,y , DegToRad(angle ));
850 m_graphicContext->DrawText( str, x ,y , DegToRad(angle ), m_graphicContext->CreateBrush( wxBrush(m_textBackgroundColour,wxSOLID) ) );
864 m_graphicContext->DrawText( str, x ,y);
866 m_graphicContext->DrawText( str, x ,y , m_graphicContext->CreateBrush( wxBrush(m_textBackgroundColour,wxSOLID) ) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/scroll/
H A Dscroll.cpp452 dc.DrawText( _T("Press mouse button to test calculations!"), 160, 50 );
454 dc.DrawText( _T("Some text"), 140, 140 );
700 dc.DrawText(wxString::Format(_T("Line %u (logical %d, physical %d)"),
729 dc.DrawText(wxString::Format(_T("Line %u (logical %d, physical %d)"),
971 dc.DrawText(str.Mid(charIndex,1),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dbutton.cpp584 ::DrawText(hdc, text, text.length(), &rc, DT_CENTER | DT_CALCRECT);
594 ::DrawText(hdc, text, text.length(), &rc, DT_CENTER);
599 ::DrawText(hdc, text, text.length(), pRect,
H A Dcheckbox.cpp557 if ( !::DrawText(hdc, label, label.length(), &rectLabel,
560 wxLogLastError(_T("DrawText(DT_CALCRECT)"));
569 if ( !::DrawText(hdc, label, label.length(), &rectLabel, fmt) )
571 wxLogLastError(_T("DrawText()"));
H A Dstatbox.cpp503 ::DrawText(hdc, label, label.length(), &rc2,
509 ::DrawText(hdc, label, label.length(), &rc2,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dgraphicscontext.tex169 \membersection{wxGraphicsContext::DrawText}\label{wxgraphicscontextdrawtext}
171 \func{void}{DrawText}{\param{const wxString\& }{str}, \param{wxDouble }{x}, \param{wxDouble }{y}, \param{wxDouble }{angle}}
173 \func{void}{DrawText}{\param{const wxString\& }{str}, \param{wxDouble }{x}, \param{wxDouble }{y}}
H A Dtguide.tex31 and \helpref{wxDC::DrawText}{wxdcdrawtext}. Control colour on a window (\helpref{wxColour}{wxcolour}) with
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/mdi/
H A Dmdi.cpp356 dc.DrawText(m_text, 10, 10);
373 dc.DrawText(_T("This is a test string"), 50, 230);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/font/
H A Dfont.cpp863 dc.DrawText(fontInfo, x, y);
871 dc.DrawText(fontInfo, x, y);
882 dc.DrawText(fontInfo, x, y);
909 dc.DrawText
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/mfc/
H A Dmfctest.cpp319 dc.DrawText(_T("This is a test string"), 50, 230);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dstdrend.cpp752 dc.DrawText(text, rect.x, rect.y);
763 dc.DrawText(s, x, rect.y);
779 dc.DrawText(s, x, rect.y);
792 dc.DrawText(s, x, rect.y);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dgraphics.h559 virtual void DrawText( const wxString &str, wxDouble x, wxDouble y ) = 0;
561 virtual void DrawText( const wxString &str, wxDouble x, wxDouble y, wxDouble angle );
563 virtual void DrawText( const wxString &str, wxDouble x, wxDouble y, const wxGraphicsBrush& backgroundBrush ) ;
565 virtual void DrawText( const wxString &str, wxDouble x, wxDouble y, wxDouble angle, const wxGraphicsBrush& backgroundBrush );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/sashtest/
H A Dsashtest.cpp309 dc.DrawText(_T("This is a test string"), 50, 230);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/splitter/
H A Dsplitter.cpp485 dc.DrawText(_T("Testing"), 50, 50);

Completed in 219 milliseconds

12345