Searched refs:PaintBmp (Results 1 – 5 of 5) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | splash_screen.cpp | 145 PaintBmp(dc, 0, 0, IDB_SPLASH_BACKGROUND); in OnPaint()
|
| D | studiox_util.h | 124 void PaintBmp(CDC *dc, int x, int y, int icon_id);
|
| D | string_table_edit_dlg.cpp | 2229 …PaintBmp(dc, boxsize.left + dc->GetTextExtent(_T("String Id")).cx + 8, boxsize.top + 4, IDB_DOWN_A… in PaintHeader() 2248 PaintBmp(dc, boxsize.left + dc->GetTextExtent(text).cx + 8, boxsize.top + 4, IDB_DOWN_ARROW); in PaintHeader() 2258 PaintBmp(dc, boxsize.left + 1, boxsize.top + 4, IDB_RIGHT_ARROW); in PaintHeader() 2264 PaintBmp(dc, boxsize.right - (m_icon_width << 1) - 1, boxsize.top + 3, IDB_LEFT_ARROW); in PaintHeader() 2265 PaintBmp(dc, boxsize.right - m_icon_width - 1, boxsize.top + 3, IDB_RIGHT_ARROW); in PaintHeader() 2269 PaintBmp(dc, boxsize.right - m_icon_width - 1, boxsize.top + 4, IDB_LEFT_ARROW); in PaintHeader()
|
| D | resource_item.cpp | 1291 PaintBmp(dc, xpos, m_size.top + m_header_height + 6, IDB_RIGHT_ARROW); in PaintStringGroupColumnHeader() 1293 PaintBmp(dc, xpos, m_size.top + m_header_height + 6, IDB_LEFT_ARROW); in PaintStringGroupColumnHeader()
|
| D | studiox_util.cpp | 1421 void PaintBmp(CDC *dc, int x, int y, int icon_id) in PaintBmp() function
|