Searched refs:DrawText (Results 1 - 25 of 118) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/image/
H A Dimage.cpp416 dc.DrawText(_T("This is alpha and raw bitmap test"), 0, BORDER);
417 dc.DrawText(_T("This is alpha and raw bitmap test"), 0, SIZE/2 - BORDER);
418 dc.DrawText(_T("This is alpha and raw bitmap test"), 0, SIZE - 2*BORDER);
421 dc.DrawText(_T("Raw bitmap access without alpha"), 0, SIZE+5);
727 dc.DrawText( _T("Loaded image"), 30, 10 );
731 dc.DrawText( _T("Drawn directly"), 150, 10 );
741 dc.DrawText( _T("PNG handler"), 30, 135 );
747 dc.DrawText( _T("GetSubBitmap()"), 280, 175 );
751 dc.DrawText( _T("JPEG handler"), 30, 365 );
755 dc.DrawText( _
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/scrollsub/
H A Dscrollsub.cpp205 dc.DrawText( wxT("Headline"), long (size.x / 2 - w / 2), 10 );
238 dc.DrawText( _T("Column 1"), 5, 5 );
239 dc.DrawText( _T("Column 2"), 105, 5 );
240 dc.DrawText( _T("Column 3"), 205, 5 );
272 dc.DrawText( _T("Row 1"), 5, 5 );
273 dc.DrawText( _T("Row 2"), 5, 30 );
274 dc.DrawText( _T("Row 3"), 5, 55 );
275 dc.DrawText( _T("Row 4"), 5, 80 );
276 dc.DrawText( _T("Row 5"), 5, 105 );
277 dc.DrawText( _
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/render/
H A Drender.cpp133 dc.DrawText(_T("Below is the standard header button drawn"), 10, 10);
134 dc.DrawText(_T("using the current renderer:"), 10, 40);
142 dc.DrawText(_T("Checkbox Drawn with native renderer"), 10, 150);
154 dc.DrawText(_T("Draw wxTextCtrl (without text)"), 10, 200);
158 dc.DrawText(_T("Draw wxComboBox (without text)"), 10, 250);
161 dc.DrawText(_T("Draw wxChoice (without text)"), 10, 300);
164 dc.DrawText(_T("Draw wxRadioButton (without text)"), 10, 350);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/drawing/
H A Ddrawing.cpp184 void DrawText(wxDC& dc);
436 dc.DrawText(_T("Solid green"), x + 10, y + 10);
441 dc.DrawText(_T("Hatched red"), x + 10, y + 10);
446 dc.DrawText(_T("Stipple mono"), x + 10, y + 10);
451 dc.DrawText(_T("Stipple colour"), x + 10, y + 10);
466 dc.DrawText(_T("You should see two (irregular) stars below, the left one ")
468 dc.DrawText(_T("except for the central region and the right ")
470 dc.DrawText(_T("The third star only has a hatched outline"), 10, 50);
495 dc.DrawText(wxString::Format(wxT("Testing lines of width %d"), width), x + 10, y - 10);
498 dc.DrawText(_
757 void MyCanvas::DrawText(wxDC& dc) function in class:MyCanvas
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddragimag.cpp223 dc2.DrawText(str, 0, 0);
224 dc2.DrawText(str, 1, 0);
225 dc2.DrawText(str, 2, 0);
226 dc2.DrawText(str, 1, 1);
227 dc2.DrawText(str, 2, 1);
228 dc2.DrawText(str, 1, 2);
229 dc2.DrawText(str, 2, 2);
231 dc2.DrawText(str, 1, 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddragimgg.cpp192 dc2.DrawText(str, 0, 0);
193 dc2.DrawText(str, 1, 0);
194 dc2.DrawText(str, 2, 0);
195 dc2.DrawText(str, 1, 1);
196 dc2.DrawText(str, 2, 1);
197 dc2.DrawText(str, 1, 2);
198 dc2.DrawText(str, 2, 2);
201 dc2.DrawText(str, 1, 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/erase/
H A Derase.cpp246 dc.DrawText(_T("This text is drawn from OnPaint"), 65, 65);
254 dc.DrawText( tmp, 65, 85 );
315 dc.DrawText(_T("(copy of background)"), 5, 120 );
355 dc.DrawText(_T("This text is drawn from OnEraseBackground"), 60, 160);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/svg/
H A Dsvgtest.cpp460 dc.DrawText(wxT("This is a Swiss-style string"), 50, 30);
466 dc.DrawText(wxT("This is a Red string"), 50, 200);
472 dc.DrawText(wxT("This is a Times-style string"), 50, 60);
529 dc.DrawText(wxT("This is an 18pt string"), 50, 60);
538 dc.DrawText(wxT("This is an 18pt string 2 x 0.5 UserScaled"), 50, 60);
541 dc.DrawText(wxT("This is an 18pt string 2 x 2 UserScaled"), 50, 60);
550 dc.DrawText(wxT("This is an 18pt string in MapMode"), 50, 60);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dstattext.cpp101 dc.DrawText( paragraph.Left(p + blank), pos , y) ;
124 dc.DrawText( paragraph, pos , y) ;
H A Dstatbrma.cpp81 dc.DrawText(text, xpos, ypos);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dwinundef.h233 // DrawText
235 #ifdef DrawText
236 #undef DrawText macro
238 inline int DrawText(HDC h, LPCWSTR str, int count, LPRECT rect, UINT format) function
243 inline int DrawText(HDC h, LPCSTR str, int count, LPRECT rect, UINT format) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dmacscreen.c201 DrawText(screenLine[n], 0, screenLength[n]);
271 DrawText("Press any key to continue ...", 0, 29);
308 DrawText(t, 0, n);
344 DrawText(t, 0, k);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/printing/
H A Dprinting.cpp354 dc.DrawText( wxT("Rectangle 200 by 80"), 40, 40);
360 dc.DrawText( wxT("Test message: this is in 10 point text"), 10, 180);
365 dc.DrawText( tmp, 10, 200 );
452 dc->DrawText(buf, 0, 0);
622 dc->DrawText(words[i], x, y);
630 dc->DrawText(_T("Some test text"), 200, 300 );
684 dc->DrawText(text, (long)xPos, (long)topMarginLogical);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DGenericClientListCtrl.cpp861 dc->DrawText(userName, point.x, rect.GetY() + iTextOffset);
868 dc->DrawText(buffer, rect.GetX(), rect.GetY() + iTextOffset);
874 dc->DrawText(buffer, rect.GetX(), rect.GetY() + iTextOffset);
880 dc->DrawText(buffer, rect.GetX(), rect.GetY() + iTextOffset);
887 dc->DrawText(buffer, rect.GetX(), rect.GetY() + iTextOffset);
953 dc->DrawText(buffer, wxMax(rect.GetX() + 2, midx - (txtwidth >> 1)), midy - (txtheight >> 1));
971 dc->DrawText(client.GetClientVerString(), rect.GetX(), rect.GetY() + iTextOffset);
1013 dc->DrawText(buffer, rect.GetX(), rect.GetY() + iTextOffset);
1036 dc->DrawText(buffer, rect.GetX(), rect.GetY() + iTextOffset);
1041 dc->DrawText(buffe
[all...]
H A DOScopeCtrl.cpp233 dcGrid.DrawText(strTemp,m_rectPlot.GetLeft()-4-sizX,m_rectPlot.GetTop()-7);
241 dcGrid.DrawText(strTemp,m_rectPlot.GetLeft()-4-sizX, m_rectPlot.GetBottom());
253 dcGrid.DrawText(strXUnits,(m_rectPlot.GetLeft() + m_rectPlot.GetRight())/2-sizX/2,m_rectPlot.GetBottom()+4);
258 dcGrid.DrawText(strYUnits, m_rectPlot.GetLeft()-4-sizX, (m_rectPlot.GetTop()+m_rectPlot.GetBottom())/2-sizY/2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextprint.cpp210 dc->DrawText(headerTextLeft, x, y);
221 dc->DrawText(headerTextCentre, x, y);
232 dc->DrawText(headerTextRight, x, y);
249 dc->DrawText(footerTextLeft, x, y);
260 dc->DrawText(footerTextCentre, x, y);
271 dc->DrawText(footerTextRight, x, y);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dwinrand.c127 DrawText(hdc, "Seeding the PRNG. Please move the mouse!", -1,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/forty/
H A Dgame.cpp247 dc.DrawText(_T("Score:"), x, y);
248 dc.DrawText(str, x + w, y);
252 dc.DrawText(_T("Games played:"), x, y);
253 dc.DrawText(str, x + w, y);
257 dc.DrawText(_T("Games won:"), x, y);
258 dc.DrawText(str, x + w, y);
267 dc.DrawText(_T("Average score:"), x, y);
268 dc.DrawText(str, x + w, y);
802 dc.DrawText(str, m_x + CardWidth + 5, m_y + CardHeight / 2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dwinrand.c127 DrawText(hdc, "Seeding the PRNG. Please move the mouse!", -1,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dwinrand.c128 DrawText(hdc, "Seeding the PRNG. Please move the mouse!", -1,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/ogl/
H A Ddrawn.h86 virtual void DrawText(const wxString& text, const wxPoint& pt);
179 virtual void DrawText(const wxString& text, const wxPoint& pt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/poem/
H A Dwxpoem.cpp204 dc->DrawText(m_title, x, y);
207 dc->DrawText(m_title, x-SHADOW_OFFSET, y-SHADOW_OFFSET);
277 dc->DrawText(line_ptr, x, y);
281 dc->DrawText(line_ptr, x-SHADOW_OFFSET, y-SHADOW_OFFSET);
297 dc->DrawText(line_ptr, x, y);
318 dc->DrawText(line, x, y);
339 dc->DrawText(cont, x, y);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/wxCas/src/
H A Dwxcasframe.cpp298 DrawText ( m_statLine_1->GetLabel (), 25, 0 );
300 DrawText ( m_statLine_2->GetLabel (), 25, 17 );
302 DrawText ( m_statLine_3->GetLabel (), 25, 34 );
304 DrawText ( m_statLine_4->GetLabel (), 25, 51 );
306 DrawText ( m_statLine_5->GetLabel (), 25, 68 );
308 DrawText ( m_statLine_6->GetLabel (), 25, 85 );
310 DrawText ( m_statLine_7->GetLabel (), 25, 102 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/bombs/
H A Dbombs1.cpp81 dc->DrawText( buf,
115 dc->DrawText( buf,
157 dc->DrawText( buf,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dstatbrma.cpp95 dc.DrawText(text, xpos, ypos);

Completed in 177 milliseconds

12345