Searched refs:hbrush (Results 1 – 1 of 1) sorted by relevance
18 #define SelectBrush(hdc, hbrush) ((HBRUSH)SelectObject((hdc), (HGDIOBJ)(HBRUSH)(hbrush))) argument178 HBRUSH hbrush; in PetscDrawRectangle_Win32() local191 hbrush = CreateSolidBrush(windraw->currentcolor); in PetscDrawRectangle_Win32()196 FillRect(hdc, &rect, hbrush); in PetscDrawRectangle_Win32()257 HBRUSH hbrush; in PetscDrawPoint_Win32() local267 hbrush = CreateSolidBrush(windraw->currentcolor); in PetscDrawPoint_Win32()277 FillRgn(hdc, hrgn, hbrush); in PetscDrawPoint_Win32()473 HBRUSH hbrush; in PetscDrawTriangle_Win32() local480 hbrush = CreateSolidBrush(windraw->currentcolor); in PetscDrawTriangle_Win32()499 SelectBrush(bit, hbrush); in PetscDrawTriangle_Win32()