Searched refs:vspace (Results 1 – 3 of 3) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | view_header.cpp | 82 int vspace = size.bottom - size.top; in PaintRightIcon() local 83 vspace -= bm.bmHeight; in PaintRightIcon() 84 vspace /= 2; in PaintRightIcon() 89 dc->BitBlt(right, size.top + vspace, width, bm.bmHeight, &dcMemory, 0, 0, SRCCOPY); in PaintRightIcon() 102 int vspace = size.bottom - size.top; in OnPaint() local 103 vspace -= m_icon_height; in OnPaint() 104 vspace /= 2; in OnPaint() 108 PaintIcon(dc, size.left + 8, size.top + vspace); in OnPaint()
|
| D | resource_item.cpp | 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() [all …]
|
| D | express_dialog.cpp | 231 int vspace = 4; in PaintTitleAndStatusBar() local 245 int vspace = ((m_title_bar_height - icon_width) >> 1); in PaintTitleAndStatusBar() local 248 …dc->StretchBlt(title_rect.left, title_rect.top + vspace, icon_width, icon_width, &dcMemory, 0, 0, … in PaintTitleAndStatusBar()
|