Lines Matching refs:COLORREF
330 ID2D1Brush* SolidBrush(COLORREF color);
333 int x, int y, int w, int h, int cellWidth, COLORREF color,
336 void FillRect(const RECT *rc, COLORREF color);
338 void DrawLine(int x1, int y1, int x2, int y2, COLORREF color);
340 void SetPixel(int x, int y, COLORREF color);
398 COLORREF color;
994 DWriteContext::SolidBrush(COLORREF color) in SolidBrush()
1003 int x, int y, int w, int h, int cellWidth, COLORREF color, in DrawText()
1045 DWriteContext::FillRect(const RECT *rc, COLORREF color) in FillRect()
1066 DWriteContext::DrawLine(int x1, int y1, int x2, int y2, COLORREF color) in DrawLine()
1090 DWriteContext::SetPixel(int x, int y, COLORREF color) in SetPixel()
1279 COLORREF color, in DWriteContext_DrawText()
1290 DWriteContext_FillRect(DWriteContext *ctx, const RECT *rc, COLORREF color) in DWriteContext_FillRect()
1298 COLORREF color) in DWriteContext_DrawLine()
1305 DWriteContext_SetPixel(DWriteContext *ctx, int x, int y, COLORREF color) in DWriteContext_SetPixel()