Lines Matching refs:vspace
595 int vspace; in PaintThemeHeader() local
638 vspace = boxrect.bottom - boxrect.top; in PaintThemeHeader()
639 vspace -= m_icon_height; in PaintThemeHeader()
640 vspace /= 2; in PaintThemeHeader()
641 PaintIcon(dc, icon_id, boxrect.left, boxrect.top + vspace); in PaintThemeHeader()
710 int vspace; in PaintGroupHeader() local
753 vspace = boxrect.bottom - boxrect.top; in PaintGroupHeader()
754 vspace -= m_icon_height; in PaintGroupHeader()
755 vspace /= 2; in PaintGroupHeader()
756 PaintIcon(dc, icon_id, boxrect.left, boxrect.top + vspace); in PaintGroupHeader()
774 vspace = boxrect.bottom - boxrect.top; in PaintGroupHeader()
775 vspace -= height; in PaintGroupHeader()
776 vspace /= 2; in PaintGroupHeader()
779 dc->StretchBlt(boxrect.right - width - 8, boxrect.top + vspace, width, height, in PaintGroupHeader()
807 int vspace; in PaintFolderHeader() local
814 vspace = boxrect.bottom - boxrect.top; in PaintFolderHeader()
815 vspace -= m_icon_height; in PaintFolderHeader()
816 vspace /= 2; in PaintFolderHeader()
820 PaintIcon(dc, IDB_FOLDER_OPEN, boxrect.left, boxrect.top + vspace); in PaintFolderHeader()
824 PaintIcon(dc, IDB_FOLDER_CLOSE, boxrect.left, boxrect.top + vspace); in PaintFolderHeader()
1153 int vspace = boxrect.bottom - boxrect.top + 1; in PaintPixelmapItem() local
1154 vspace -= m_bitmap.gx_bmp_header.biHeight; in PaintPixelmapItem()
1155 vspace /= 2; in PaintPixelmapItem()
1168 boxrect.top + vspace, in PaintPixelmapItem()