Searched refs:SetPS (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dpalette.h69 void SetPS(HPS hPS);
H A Dbrush.h62 virtual void SetPS(HPS hPS);
H A Dfont.h98 void SetPS(HPS hPS);
H A Dpen.h101 void SetPS(HPS hPS);
H A Dregion.h64 void SetPS(HPS hPS);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dpalette.cpp217 void wxPalette::SetPS( function in class:wxPalette
H A Dfont.cpp224 inline void SetPS(HPS hPS) function in class:wxFontRefData
1148 void wxFont::SetPS( HPS hPS ) function in class:wxFont
1152 M_FONTDATA->SetPS(hPS);
1155 } // end of wxFont::SetPS
H A Dbrush.cpp284 void wxBrush::SetPS( function in class:wxBrush
293 } // end of WxWinGdi_CPen::SetPS
H A Dpen.cpp359 void wxPen::SetPS( HPS hPS ) function in class:wxPen
366 } // end of WxWinGdi_CPen::SetPS
H A Dregion.cpp474 void wxRegion::SetPS( function in class:wxRegion
514 } // end of wxRegion::SetPS
H A Ddc.cpp1936 m_font.SetPS(m_hPS); // this will realize the font
1970 m_pen.SetPS((HPS)m_hOldPen);
1979 m_pen.SetPS(m_hPS);
2007 m_brush.SetPS((HPS)m_hOldBrush);
2016 m_brush.SetPS(m_hPS);

Completed in 81 milliseconds