Searched refs:AwtBrush (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Brush.cpp28 GDIHashtable AwtBrush::cache("Brush cache", DeleteAwtBrush);
30 AwtBrush::AwtBrush(COLORREF color) { function in class:AwtBrush
56 AwtBrush* AwtBrush::Get(COLORREF color) {
60 AwtBrush* obj = static_cast<AwtBrush*>(cache.get(
63 obj = new AwtBrush(color);
71 void AwtBrush::ReleaseInCache() {
81 void AwtBrush
[all...]
H A Dawt_Brush.h33 * An AwtBrush is a cached Windows brush.
35 class AwtBrush : public AwtGDIObject { class in inherits:AwtGDIObject
41 static AwtBrush* Get(COLORREF color);
43 // Delete an AwtBrush, called by Hashtable.clear().
55 AwtBrush(COLORREF color);
56 ~AwtBrush() {}
H A Dawt_Component.h767 AwtBrush* m_brushBackground;
H A Dawt_Component.cpp859 AwtBrush::Get(c->GetBackgroundColor());
865 m_brushBackground = AwtBrush::Get(m_colorBackground);
/openjdk7/jdk/src/windows/native/sun/java2d/windows/
H A DGDIWindowSurfaceData.h178 AwtBrush *brush; // used for offscreen surfaces only
213 AwtBrush *brush;
H A DGDIWindowSurfaceData.cpp1126 info->brush = AwtBrush::Get(CheckGrayColor(wsdo, color));

Completed in 66 milliseconds