Searched refs:SetFont (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Choice.h75 virtual void SetFont(AwtFont *pFont);
H A Dawt_TextComponent.h74 void SetFont(AwtFont* font);
H A Dawt_List.h102 virtual void SetFont(AwtFont *pFont);
H A Dawt_Choice.cpp349 void AwtChoice::SetFont(AwtFont* font) function in class:AwtChoice
351 AwtComponent::SetFont(font);
H A Dawt_Component.h180 virtual void SetFont(AwtFont *pFont);
H A Dawt_List.cpp190 void AwtList::SetFont(AwtFont* font) function in class:AwtList
H A Dawt_TextComponent.cpp266 void AwtTextComponent::SetFont(AwtFont* font) function in class:AwtTextComponent
H A Dawt_Component.cpp870 void AwtComponent::SetFont(AwtFont* font) function in class:AwtComponent
5824 c->SetFont(awtFont);

Completed in 74 milliseconds