Searched refs:m_icon_width (Results 1 – 6 of 6) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | view_header.cpp | 32 m_icon_width = MulDiv(m_icon_src_width, dpi, DEFAULT_DPI_96); in view_header() 67 …dc->StretchBlt(x, y, m_icon_width, m_icon_height, &dcMemory, 0, 0, m_icon_src_width, m_icon_src_he… in PaintIcon() 109 size.left += m_icon_width + 8; in OnPaint()
|
| D | view_header.h | 23 int m_icon_width; variable
|
| D | string_table_edit_dlg.h | 159 int GetIconWidth() { return m_icon_width; } in GetIconWidth() 165 int m_icon_width; variable
|
| D | resource_item.cpp | 117 m_icon_width = 0; in Init() 642 boxrect.left += m_icon_width + ICON_HORZ_SPACE; in PaintThemeHeader() 697 …dc->StretchBlt(x, y, m_icon_width, m_icon_height, &dcMemory, 0, 0, bmp.bmWidth, bmp.bmHeight, SRCC… in PaintIcon() 757 boxrect.left += m_icon_width + ICON_HORZ_SPACE; in PaintGroupHeader() 827 boxrect.left += m_icon_width + ICON_HORZ_SPACE; in PaintFolderHeader() 1381 boxrect.left += m_icon_width + 16; in PaintAddNewItem() 2076 m_icon_width = MulDiv(bmp.bmWidth, m_sys_dpi, DEFAULT_DPI_96); in SetIcon()
|
| D | resource_item.h | 134 int m_icon_width; variable
|
| D | string_table_edit_dlg.cpp | 2185 m_icon_width = MulDiv(bmp.bmWidth, dpi, DEFAULT_DPI_96); in table_header() 2264 PaintBmp(dc, boxsize.right - (m_icon_width << 1) - 1, boxsize.top + 3, IDB_LEFT_ARROW); in PaintHeader() 2265 PaintBmp(dc, boxsize.right - m_icon_width - 1, boxsize.top + 3, IDB_RIGHT_ARROW); in PaintHeader() 2269 PaintBmp(dc, boxsize.right - m_icon_width - 1, boxsize.top + 4, IDB_LEFT_ARROW); in PaintHeader() 2304 if (cp.x <= xpos + m_icon_width) in OnLButtonDown() 2310 if (cp.x >= size.right - (m_icon_width << 1)) in OnLButtonDown() 2312 if (cp.x >= size.right - m_icon_width) in OnLButtonDown() 2326 if (cp.x >= size.right - m_icon_width) in OnLButtonDown()
|