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

Lines Matching refs:SetPen

493     dc.SetPen( wxPen( wxT("black"), width, wxSOLID) );
499 dc.SetPen( wxPen( wxT("black"), width, wxSOLID) );
501 dc.SetPen( wxPen( wxT("black"), width, wxDOT) );
503 dc.SetPen( wxPen( wxT("black"), width, wxSHORT_DASH) );
505 dc.SetPen( wxPen( wxT("black"), width, wxLONG_DASH) );
507 dc.SetPen( wxPen( wxT("black"), width, wxDOT_DASH) );
511 dc.SetPen( wxPen( wxT("black"), width, wxBDIAGONAL_HATCH) );
513 dc.SetPen( wxPen( wxT("black"), width, wxCROSSDIAG_HATCH) );
515 dc.SetPen( wxPen( wxT("black"), width, wxFDIAGONAL_HATCH) );
517 dc.SetPen( wxPen( wxT("black"), width, wxCROSS_HATCH) );
519 dc.SetPen( wxPen( wxT("black"), width, wxHORIZONTAL_HATCH) );
521 dc.SetPen( wxPen( wxT("black"), width, wxVERTICAL_HATCH) );
534 dc.SetPen( ud );
538 dc.SetPen( ud );
542 dc.SetPen( ud );
546 dc.SetPen( ud );
573 dc.SetPen(*wxTRANSPARENT_PEN);
598 memdc.SetPen( *wxWHITE_PEN );
604 memdc.SetPen(pen);
611 memdc.SetPen(*wxRED_PEN);
625 dc.SetPen(*wxWHITE_PEN);
627 memdc.SetPen( *wxWHITE_PEN );
647 dc.SetPen(*wxWHITE_PEN);
651 dc.SetPen(*wxWHITE_PEN);
657 dc.SetPen(*wxTRANSPARENT_PEN);
661 dc.SetPen(*wxWHITE_PEN);
666 dc.SetPen(*wxRED_PEN);
673 dc.SetPen(*wxTRANSPARENT_PEN);
681 dc.SetPen(*wxRED_PEN);
685 dc.SetPen(*wxWHITE_PEN);
691 dc.SetPen(*wxWHITE_PEN);
695 dc.SetPen(*wxWHITE_PEN);
701 dc.SetPen(*wxTRANSPARENT_PEN);
705 dc.SetPen(*wxWHITE_PEN);
730 memdc2.SetPen(*wxRED_PEN);
735 memdc2.SetPen(wxNullPen);
745 dc.SetPen(yellowPen);
751 dc.SetPen(*wxRED_PEN);
867 dc.SetPen(wxPen(m_owner->m_colourForeground, 1, wxSOLID));
913 dc.SetPen( wxPen( wxColour( 128, 0, 0, 255 ),12, wxSOLID));
920 dc.SetPen( wxPen( wxColour( 0, 0, 128, 255 ),12, wxSOLID));
927 dc.SetPen( wxPen( wxColour( 128, 128, 0, 255 ),12, wxSOLID));
934 dc.SetPen( *wxTRANSPARENT_PEN ) ;
951 dc.SetPen( *wxRED_PEN );
979 dc.SetPen( *wxRED_PEN );
1044 dc.SetPen(*wxRED_PEN);
1085 dc.SetPen( wxPen( wxT("blue"), 1, wxDOT) );
1087 dc.SetPen( wxPen( wxT("black"), 4, wxSOLID) );
1164 dc.SetPen( *wxTRANSPARENT_PEN );
1237 dc.SetPen(*wxMEDIUM_GREY_PEN);