Lines Matching refs:bm
594 BITMAP bm; in PaintThemeHeader() local
600 fillmap.GetObject(sizeof(BITMAP), &bm); in PaintThemeHeader()
601 width = bm.bmWidth; in PaintThemeHeader()
611 …dc->StretchBlt(xpos, m_size.top, width, m_header_height, &dcMemory, 0, 0, width, bm.bmHeight, SRCC… in PaintThemeHeader()
709 BITMAP bm; in PaintGroupHeader() local
715 fillmap.GetObject(sizeof(BITMAP), &bm); in PaintGroupHeader()
716 width = bm.bmWidth; in PaintGroupHeader()
725 …dc->StretchBlt(xpos, m_size.top, width, m_header_height, &dcMemory, 0, 0, width, bm.bmHeight, SRCC… in PaintGroupHeader()
769 rightmap.GetObject(sizeof(BITMAP), &bm); in PaintGroupHeader()
771 width = MulDiv(bm.bmWidth, m_sys_dpi, DEFAULT_DPI_96); in PaintGroupHeader()
772 height = MulDiv(bm.bmHeight, m_sys_dpi, DEFAULT_DPI_96); in PaintGroupHeader()
780 &dcMemory, 0, 0, bm.bmWidth, bm.bmHeight, SRCCOPY); in PaintGroupHeader()