Searched refs:SelectMGLFatPen (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mgl/
H A Ddc.h203 void SelectMGLFatPen(int style, int flag);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Ddc.cpp855 // Accepted valus of SelectMGLFatPen's 2nd argument
861 void wxDC::SelectMGLFatPen(int style, int flag) function in class:wxDC
1026 SelectMGLFatPen(m_pen.GetStyle(), wxMGL_SELECT_FROM_PEN);
1030 SelectMGLFatPen(m_pen.GetStyle(), wxMGL_SELECT_FROM_PEN);
1039 SelectMGLFatPen(wxSOLID, wxMGL_SELECT_FROM_PEN);
1069 SelectMGLFatPen(m_brush.GetStyle(), wxMGL_SELECT_FROM_BRUSH);

Completed in 29 milliseconds