Lines Matching refs:dcMemory
590 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()
694 dcMemory.SelectObject(icon); in PaintIcon()
697 …dc->StretchBlt(x, y, m_icon_width, m_icon_height, &dcMemory, 0, 0, bmp.bmWidth, bmp.bmHeight, SRCC… in PaintIcon()
705 CDC dcMemory; in PaintGroupHeader() local
718 dcMemory.CreateCompatibleDC(dc); in PaintGroupHeader()
719 dcMemory.SelectObject(&fillmap); in PaintGroupHeader()
725 …dc->StretchBlt(xpos, m_size.top, width, m_header_height, &dcMemory, 0, 0, width, bm.bmHeight, SRCC… in PaintGroupHeader()
778 dcMemory.SelectObject(&rightmap); in PaintGroupHeader()
780 &dcMemory, 0, 0, bm.bmWidth, bm.bmHeight, SRCCOPY); in PaintGroupHeader()