Home
last modified time | relevance | path

Searched refs:PaintBmp (Results 1 – 5 of 5) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dsplash_screen.cpp145 PaintBmp(dc, 0, 0, IDB_SPLASH_BACKGROUND); in OnPaint()
Dstudiox_util.h124 void PaintBmp(CDC *dc, int x, int y, int icon_id);
Dstring_table_edit_dlg.cpp2229PaintBmp(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()
Dresource_item.cpp1291 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()
Dstudiox_util.cpp1421 void PaintBmp(CDC *dc, int x, int y, int icon_id) in PaintBmp() function