Home
last modified time | relevance | path

Searched refs:bmp (Results 1 – 9 of 9) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dstudiox.rc27 IDB_CONFIGURE_THEMES BITMAP "res\\configure_themes.bmp"
29 IDB_CONFIGURE_LANGUAGES BITMAP "res\\configure_languages.bmp"
31 IDB_CONFIGURE_PROJECTS BITMAP "res\\configure_projects.bmp"
33 IDB_EXPORT BITMAP "res\\export.bmp"
35 IDB_MACRO_END BITMAP "res\\end.bmp"
37 IDB_MACRO_PLAYBACK BITMAP "res\\playback.bmp"
39 IDB_MACRO_RECORD BITMAP "res\\record.bmp"
41 IDB_MACRO_STOP BITMAP "res\\stop.bmp"
43 IDB_MACRO_RECORD_ICON BITMAP "res\\bmp00048.bmp"
45 IDB_MACRO_PLAYBACK_ICON BITMAP "res\\bmp00049.bmp"
[all …]
Dview_header.cpp21 BITMAP bmp; in view_header() local
29 m_left_bmp.GetBitmap(&bmp); in view_header()
30 m_icon_src_width = bmp.bmWidth; in view_header()
31 m_icon_src_height = bmp.bmHeight; in view_header()
Drich_text_edit_dlg.cpp202 BITMAP bmp; in OnSize() local
204 icon.GetObject(sizeof(BITMAP), &bmp); in OnSize()
207 size.top = (client.Height() - bmp.bmHeight) >> 1; in OnSize()
208 size.bottom = size.top + bmp.bmHeight; in OnSize()
210 size.right = size.left + bmp.bmWidth; in OnSize()
215 size.OffsetRect(CPoint(bmp.bmWidth + 10, 0)); in OnSize()
219 size.OffsetRect(CPoint(bmp.bmWidth + 10, 0)); in OnSize()
223 size.OffsetRect(CPoint(bmp.bmWidth + 10, 0)); in OnSize()
227 size.OffsetRect(CPoint(bmp.bmWidth + 10, 0)); in OnSize()
231 size.OffsetRect(CPoint(bmp.bmWidth + 10, 0)); in OnSize()
Dresource_item.cpp691 BITMAP bmp; in PaintIcon() local
695 icon.GetObject(sizeof(BITMAP), &bmp); in PaintIcon()
697 …dc->StretchBlt(x, y, m_icon_width, m_icon_height, &dcMemory, 0, 0, bmp.bmWidth, bmp.bmHeight, SRCC… in PaintIcon()
1282 BITMAP bmp; in PaintStringGroupColumnHeader() local
1285 map.GetBitmap(&bmp); in PaintStringGroupColumnHeader()
1288 m_string_arrow_icon_width = MulDiv(bmp.bmWidth, dpi, DEFAULT_DPI_96); in PaintStringGroupColumnHeader()
2069 BITMAP bmp; in SetIcon() local
2075 icon.GetBitmap(&bmp); in SetIcon()
2076 m_icon_width = MulDiv(bmp.bmWidth, m_sys_dpi, DEFAULT_DPI_96); in SetIcon()
2077 m_icon_height = MulDiv(bmp.bmHeight, m_sys_dpi, DEFAULT_DPI_96); in SetIcon()
Dstudiox_util.cpp1424 BITMAP bmp; in PaintBmp() local
1428 map.GetBitmap(&bmp); in PaintBmp()
1435 int width = MulDiv(bmp.bmWidth, dpi, DEFAULT_DPI_96); in PaintBmp()
1436 int height = MulDiv(bmp.bmHeight, dpi, DEFAULT_DPI_96); in PaintBmp()
1437 dc->StretchBlt(x, y, width, height, &dcMemory,0, 0, bmp.bmWidth, bmp.bmHeight, SRCCOPY); in PaintBmp()
Dscreen_flow_edit_dlg.cpp129 BITMAP bmp; in OnSize() local
131 icon.GetObject(sizeof(BITMAP), &bmp); in OnSize()
134 size.top = (client.Height() - bmp.bmHeight) >> 1; in OnSize()
135 size.bottom = size.top + bmp.bmHeight; in OnSize()
137 size.right = size.left + bmp.bmWidth; in OnSize()
142 size.OffsetRect(CPoint(bmp.bmWidth + 10, 0)); in OnSize()
146 size.OffsetRect(CPoint(bmp.bmWidth + 10, 0)); in OnSize()
DREADME.txt51 res\Toolbar.bmp
Dproject_view.cpp162 CBitmap *bmp = new CBitmap(); in CreateImageList() local
163 bmp->LoadBitmap(entry->bmp_id); in CreateImageList()
164 list->Add(bmp, (CBitmap *) NULL); in CreateImageList()
165 delete bmp; in CreateImageList()
Dstring_table_edit_dlg.cpp2179 BITMAP bmp; in table_header() local
2182 map.GetBitmap(&bmp); in table_header()
2185 m_icon_width = MulDiv(bmp.bmWidth, dpi, DEFAULT_DPI_96); in table_header()