Home
last modified time | relevance | path

Searched refs:WindowsColor (Results 1 – 1 of 1) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Ddwtrace.c32 static COLORREF WindowsColor(unsigned long c) in WindowsColor() function
103 I->host->pen = CreatePen(PS_SOLID, I->host->line_width, WindowsColor(I->host->color)); in new_pen_brush()
104 I->host->brush = CreateSolidBrush(WindowsColor(I->host->color)); in new_pen_brush()