Lines Matching refs:vertex
306 TRIVERTEX vertex[2] ; in OnEraseBkgnd() local
307 vertex[0].x = client.left; in OnEraseBkgnd()
308 vertex[0].y = client.top; in OnEraseBkgnd()
309 vertex[0].Red = 0xc600; in OnEraseBkgnd()
310 vertex[0].Green = 0xc600; in OnEraseBkgnd()
311 vertex[0].Blue = 0xc600; in OnEraseBkgnd()
312 vertex[0].Alpha = 0x0000; in OnEraseBkgnd()
314 vertex[1].x = client.right; in OnEraseBkgnd()
315 vertex[1].y = client.bottom; in OnEraseBkgnd()
316 vertex[1].Red = 0x0000; in OnEraseBkgnd()
317 vertex[1].Green = 0x0000; in OnEraseBkgnd()
318 vertex[1].Blue = 0x0000; in OnEraseBkgnd()
319 vertex[1].Alpha = 0x0000; in OnEraseBkgnd()
328 dc->GradientFill(vertex, 2, &gRect, 1, GRADIENT_FILL_RECT_V); in OnEraseBkgnd()