H A D | DrawCommon.cpp | 66 …CRect rect, LPCTSTR lpszString, COLORREF color, Alignment align, bool no_clip_area, bool multi_lin… in DrawWindowText() argument 77 DrawAreaGuard guard(this, rect, true, !no_clip_area); in DrawWindowText() 106 …PCTSTR lpszString, COLORREF color1, COLORREF color2, int split, Alignment align, bool no_clip_area) in DrawWindowText() argument 120 DrawAreaGuard guard(this, rect, true, !no_clip_area); in DrawWindowText() 169 … COLORREF color, double pixel, bool center, ScrollInfo& scroll_info, bool reset, bool no_clip_area) in DrawScrollText() argument 196 DrawAreaGuard guard(this, rect, true, !no_clip_area); in DrawScrollText() 325 …itmap(CBitmap& bitmap, CPoint start_point, CSize size, StretchMode stretch_mode, bool no_clip_area) in DrawBitmap() argument 341 DrawAreaGuard guard(this, CRect(start_point, size), true, !no_clip_area); in DrawBitmap() 347 …Bitmap(UINT bitmap_id, CPoint start_point, CSize size, StretchMode stretch_mode, bool no_clip_area) in DrawBitmap() argument 351 DrawBitmap(bitmap, start_point, size, stretch_mode, no_clip_area); in DrawBitmap() [all …]
|