Searched defs:SetColor (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_GDIObject.h48 INLINE void SetColor(COLORREF color) { m_color = color; } function in class:AwtGDIObject
H A Dawt_TextComponent.cpp288 SetColor(GetColor());
664 SetColor(GetColor());
673 void AwtTextComponent::SetColor(COLORREF c) { function in class:AwtTextComponent
674 AwtComponent::SetColor(c);
H A Dawt_Component.cpp777 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 DD3DVertexCacher.h59 void SetColor(jint newColor) { color = newColor; } function in class:D3DVertexCacher

Completed in 53 milliseconds