Home
last modified time | relevance | path

Searched refs:dcMemory (Results 1 – 6 of 6) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dview_header.cpp40 CDC dcMemory; in FillHeader() local
49 dcMemory.CreateCompatibleDC(dc); in FillHeader()
50 dcMemory.SelectObject(&fillmap); in FillHeader()
57 … dc->StretchBlt(xstart, y, width, client.Height(), &dcMemory, 0, 0, width, bm.bmHeight, SRCCOPY); in FillHeader()
64 CDC dcMemory; in PaintIcon() local
65 dcMemory.CreateCompatibleDC(dc); in PaintIcon()
66 dcMemory.SelectObject(&m_left_bmp); in PaintIcon()
67 …dc->StretchBlt(x, y, m_icon_width, m_icon_height, &dcMemory, 0, 0, m_icon_src_width, m_icon_src_he… in PaintIcon()
86 CDC dcMemory; in PaintRightIcon() local
87 dcMemory.CreateCompatibleDC(dc); in PaintRightIcon()
[all …]
Dwait_dialog.cpp66 CDC dcMemory; in PaintTitleBar() local
78 dcMemory.CreateCompatibleDC(dc); in PaintTitleBar()
79 dcMemory.SelectObject(&fillmap); in PaintTitleBar()
85 dc->BitBlt(xpos, size.top, width, height, &dcMemory, 0, 0, SRCCOPY); in PaintTitleBar()
96 dcMemory.SelectObject(fillmap); in PaintTitleBar()
97 dc->BitBlt(size.left + 4, size.top + 4, bm.bmWidth, bm.bmHeight, &dcMemory, 0, 0, SRCCOPY); in PaintTitleBar()
Dexpress_dialog.cpp207 CDC dcMemory; in PaintTitleAndStatusBar() local
216 dcMemory.CreateCompatibleDC(dc); in PaintTitleAndStatusBar()
217 dcMemory.SelectObject(&fillmap); in PaintTitleAndStatusBar()
224 …dc->StretchBlt(xpos, size.top, bm.bmWidth, m_title_bar_height, &dcMemory, 0, 0, bm.bmWidth, bm.bmH… in PaintTitleAndStatusBar()
240 dcMemory.SelectObject(fillmap); in PaintTitleAndStatusBar()
248 …dc->StretchBlt(title_rect.left, title_rect.top + vspace, icon_width, icon_width, &dcMemory, 0, 0, … in PaintTitleAndStatusBar()
266 dcMemory.SelectObject(&fillmap); in PaintTitleAndStatusBar()
271 …s, size.bottom - m_status_bar_height, bm.bmWidth, m_status_bar_height, &dcMemory, 0, 0, bm.bmWidth… in PaintTitleAndStatusBar()
Dresource_item.cpp590 CDC dcMemory; in PaintThemeHeader() local
603 dcMemory.CreateCompatibleDC(dc); in PaintThemeHeader()
604 dcMemory.SelectObject(&fillmap); in PaintThemeHeader()
611 …dc->StretchBlt(xpos, m_size.top, width, m_header_height, &dcMemory, 0, 0, width, bm.bmHeight, SRCC… in PaintThemeHeader()
670 dcMemory.SelectObject(&map); in PaintThemeHeader()
671 …dc->StretchBlt(m_up_icon_rect.left, m_up_icon_rect.top, width, height, &dcMemory, 0, 0, bitmap.bmW… in PaintThemeHeader()
682 dcMemory.SelectObject(&map); in PaintThemeHeader()
683 …dc->StretchBlt(m_down_icon_rect.left, m_down_icon_rect.top, width, height, &dcMemory, 0, 0, bitmap… in PaintThemeHeader()
689 CDC dcMemory; in PaintIcon() local
693 dcMemory.CreateCompatibleDC(dc); in PaintIcon()
[all …]
Dstudiox_util.cpp1430 CDC dcMemory; in PaintBmp() local
1431 dcMemory.CreateCompatibleDC(dc); in PaintBmp()
1432 dcMemory.SelectObject(&map); in PaintBmp()
1437 dc->StretchBlt(x, y, width, height, &dcMemory,0, 0, bmp.bmWidth, bmp.bmHeight, SRCCOPY); in PaintBmp()
DMainFrm.cpp214 CDC dcMemory; in OnEraseBkgnd() local
224 dcMemory.CreateCompatibleDC(pDC); in OnEraseBkgnd()
225 dcMemory.SelectObject(&fillmap); in OnEraseBkgnd()
232 pDC->BitBlt(xpos, boxrect.top, width, height, &dcMemory, 0, 0, SRCCOPY); in OnEraseBkgnd()