Searched defs:SetBackgroundColor (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_TextComponent.cpp699 void AwtTextComponent::SetBackgroundColor(COLORREF c) { function in class:AwtTextComponent
700 AwtComponent::SetBackgroundColor(c);
H A Dawt_Component.cpp802 void AwtComponent::SetBackgroundColor(COLORREF c) function in class:AwtComponent
5790 c->SetBackgroundColor(PALETTERGB((rgb>>16)&0xff,

Completed in 51 milliseconds