Lines Matching refs:DWriteContext
20 typedef struct DWriteContext DWriteContext; typedef
57 DWriteContext *DWriteContext_Open(void);
58 void DWriteContext_BindDC(DWriteContext *ctx, HDC hdc, const RECT *rect);
59 void DWriteContext_SetFont(DWriteContext *ctx, HFONT hFont);
61 DWriteContext *ctx,
73 void DWriteContext_FillRect(DWriteContext *ctx, const RECT *rc, COLORREF color);
74 void DWriteContext_DrawLine(DWriteContext *ctx, int x1, int y1, int x2, int y2,
76 void DWriteContext_SetPixel(DWriteContext *ctx, int x, int y, COLORREF color);
77 void DWriteContext_Scroll(DWriteContext *ctx, int x, int y, const RECT *rc);
78 void DWriteContext_Flush(DWriteContext *ctx);
79 void DWriteContext_Close(DWriteContext *ctx);
82 DWriteContext *ctx,
86 DWriteContext *ctx,