Searched defs:SetColor (Results 1 - 4 of 4) sorted by relevance
/openjdk7/jdk/src/windows/native/sun/windows/ | ||
H A D | awt_GDIObject.h | 48 INLINE void SetColor(COLORREF color) { m_color = color; } function in class:AwtGDIObject |
H A D | awt_TextComponent.cpp | 288 SetColor(GetColor()); 664 SetColor(GetColor()); 673 void AwtTextComponent::SetColor(COLORREF c) { function in class:AwtTextComponent 674 AwtComponent::SetColor(c); |
H A D | awt_Component.cpp | 777 void AwtComponent::SetColor(COLORREF c) function in class:AwtComponent 5764 c->SetColor(PALETTERGB((rgb>>16)&0xff, |
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/ | ||
H A D | D3DVertexCacher.h | 59 void SetColor(jint newColor) { color = newColor; } function in class:D3DVertexCacher |
Completed in 56 milliseconds