• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/image/

Lines Matching refs:DrawText

416         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( _T("Green rotated to red"), 280, 365 );
759 dc.DrawText( _T("CMYK JPEG image"), 530, 365 );
763 dc.DrawText( _T("GIF handler"), 30, 595 );
767 dc.DrawText( _T("PCX handler"), 30, 825 );
771 dc.DrawText( _T("BMP handler"), 30, 1055 );
775 dc.DrawText( _T("BMP read from memory"), 280, 1055 );
779 dc.DrawText( _T("PNM handler"), 30, 1285 );
783 dc.DrawText( _T("PNM handler (ascii grey)"), 280, 1285 );
787 dc.DrawText( _T("PNM handler (raw grey)"), 530, 1285 );
791 dc.DrawText( _T("TIFF handler"), 30, 1515 );
795 dc.DrawText( _T("TGA handler"), 30, 1745 );
799 dc.DrawText( _T("XPM handler"), 30, 1975 );
807 dc.DrawText(wxT("Original toucan"), x+50, y);
810 dc.DrawText(wxT("Flipped horizontally"), x+50, y);
813 dc.DrawText(wxT("Flipped vertically"), x+50, y);
816 dc.DrawText(wxT("Flipped both h&v"), x+50, y);
820 dc.DrawText(wxT("In greyscale"), x+50, y);
824 dc.DrawText(wxT("Toucan's head"), x+50, y);
828 dc.DrawText(wxT("Scaled with normal quality"), x+50, y);
832 dc.DrawText(wxT("Scaled with high quality"), x+50, y);
836 dc.DrawText(wxT("Blured"), x+50, y);
844 dc.DrawText( _T("XBM bitmap"), x, y );
845 dc.DrawText( _T("(green on red)"), x, y + 15 );
851 dc.DrawText( _T("After wxImage conversion"), x + 120, y );
852 dc.DrawText( _T("(red on white)"), x + 120, y + 15 );
874 memdc.DrawText( _T("Hi!"), 5, 5 );
886 dc.DrawText( _T("Mono bitmap"), x, y );
887 dc.DrawText( _T("(red on green)"), x, y + 15 );
893 dc.DrawText( _T("After wxImage conversion"), x + 120, y );
894 dc.DrawText( _T("(red on white)"), x + 120, y + 15 );
910 dc.DrawText(_T("XPM bitmap"), 30, 2230 );
914 dc.DrawText(_T("XPM icon"), 110, 2230 );
922 dc.DrawText( _T("SubBitmap"), 170, 2230 );
927 dc.DrawText( _T("Enlarged"), 250, 2230 );
934 dc.DrawText( _T("Blit"), 400, 2230);
945 dc.DrawText( _T("ICO handler (1st image)"), 30, 2290 );
949 dc.DrawText( _T("ICO handler (2nd image)"), 230, 2290 );
953 dc.DrawText( _T("ICO handler (best image)"), 430, 2290 );
957 dc.DrawText( _T("CUR handler"), 30, 2390 );
966 dc.DrawText( _T("ANI handler"), 230, 2390 );
988 dc.DrawText( _T("This is anti-aliased Text."), 20, 5 );
989 dc.DrawText( _T("And a Rectangle."), 20, 45 );