Searched refs:SetFont (Results 1 - 8 of 8) sorted by relevance
/openjdk7/jdk/src/windows/native/sun/windows/ | ||
H A D | awt_Choice.h | 75 virtual void SetFont(AwtFont *pFont); |
H A D | awt_TextComponent.h | 74 void SetFont(AwtFont* font); |
H A D | awt_List.h | 102 virtual void SetFont(AwtFont *pFont); |
H A D | awt_Choice.cpp | 349 void AwtChoice::SetFont(AwtFont* font) function in class:AwtChoice 351 AwtComponent::SetFont(font); |
H A D | awt_Component.h | 180 virtual void SetFont(AwtFont *pFont); |
H A D | awt_List.cpp | 190 void AwtList::SetFont(AwtFont* font) function in class:AwtList |
H A D | awt_TextComponent.cpp | 266 void AwtTextComponent::SetFont(AwtFont* font) function in class:AwtTextComponent |
H A D | awt_Component.cpp | 870 void AwtComponent::SetFont(AwtFont* font) function in class:AwtComponent 5824 c->SetFont(awtFont); |
Completed in 5281 milliseconds