Lines Matching refs:top
611 …dc->StretchBlt(xpos, m_size.top, width, m_header_height, &dcMemory, 0, 0, width, bm.bmHeight, SRCC… in PaintThemeHeader()
620 rect.top += 1; in PaintThemeHeader()
633 boxrect.bottom = boxrect.top + m_header_height; in PaintThemeHeader()
638 vspace = boxrect.bottom - boxrect.top; in PaintThemeHeader()
641 PaintIcon(dc, icon_id, boxrect.left, boxrect.top + vspace); in PaintThemeHeader()
666 m_up_icon_rect.top = m_size.top + 2; in PaintThemeHeader()
668 m_up_icon_rect.bottom = m_up_icon_rect.top + height; in PaintThemeHeader()
671 …dc->StretchBlt(m_up_icon_rect.left, m_up_icon_rect.top, width, height, &dcMemory, 0, 0, bitmap.bmW… in PaintThemeHeader()
678 m_down_icon_rect.top = m_up_icon_rect.bottom; in PaintThemeHeader()
680 m_down_icon_rect.bottom = m_down_icon_rect.top + height; in PaintThemeHeader()
683 …dc->StretchBlt(m_down_icon_rect.left, m_down_icon_rect.top, width, height, &dcMemory, 0, 0, bitmap… in PaintThemeHeader()
725 …dc->StretchBlt(xpos, m_size.top, width, m_header_height, &dcMemory, 0, 0, width, bm.bmHeight, SRCC… in PaintGroupHeader()
734 rect.bottom = rect.top + m_header_height - 3; in PaintGroupHeader()
735 rect.top += 1; in PaintGroupHeader()
748 boxrect.bottom = boxrect.top + m_header_height; in PaintGroupHeader()
753 vspace = boxrect.bottom - boxrect.top; in PaintGroupHeader()
756 PaintIcon(dc, icon_id, boxrect.left, boxrect.top + vspace); in PaintGroupHeader()
774 vspace = boxrect.bottom - boxrect.top; in PaintGroupHeader()
779 dc->StretchBlt(boxrect.right - width - 8, boxrect.top + vspace, width, height, in PaintGroupHeader()
794 boxrect.top += m_header_height; in PaintGroupHeader()
811 boxrect.bottom = boxrect.top + m_header_height; in PaintFolderHeader()
814 vspace = boxrect.bottom - boxrect.top; 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()
874 m_size.top + offset); in PaintColorItemLines()
896 m_size.top + m_header_height + 2, in PaintColorGroupColumnHeader()
963 m_size.top + offset); in PaintFontItemLines()
967 m_size.top + offset); in PaintFontItemLines()
971 m_size.top + offset); in PaintFontItemLines()
994 rect.top += m_header_height + 2; in PaintFontGroupColumnHeader()
1029 guix_bitmap_flush(dc->GetSafeHdc(), boxrect.left, boxrect.top + offset, in PaintFontItem()
1093 dc->MoveTo(xpos, m_size.top + offset); in PaintPixelmapItemLines()
1097 dc->MoveTo(xpos, m_size.top + offset); in PaintPixelmapItemLines()
1101 dc->MoveTo(xpos, m_size.top + offset); in PaintPixelmapItemLines()
1122 rect.top += m_header_height + 2; in PaintPixelmapGroupColumnHeader()
1153 int vspace = boxrect.bottom - boxrect.top + 1; in PaintPixelmapItem()
1168 boxrect.top + vspace, in PaintPixelmapItem()
1232 m_size.top + offset); in PaintStringItemLines()
1256 m_size.top + m_header_height + 2, in PaintStringGroupColumnHeader()
1276 textrect.SetRect(xpos, m_size.top + m_header_height + 2, in PaintStringGroupColumnHeader()
1291 PaintBmp(dc, xpos, m_size.top + m_header_height + 6, IDB_RIGHT_ARROW); in PaintStringGroupColumnHeader()
1293 PaintBmp(dc, xpos, m_size.top + m_header_height + 6, IDB_LEFT_ARROW); in PaintStringGroupColumnHeader()
1377 PaintIcon(dc, icon_id, m_size.left + 8, m_size.top + offset); in PaintAddNewItem()
1648 int resource_item::LayoutColorGrid(int top)
1652 top += COLOR_BOX_SPACE;
1655 top,
1657 top + COLOR_BOX_SIZE - 1);
1667 top += step;
1669 top,
1671 top + COLOR_BOX_SIZE - 1);
1684 top += step;
1685 m_add_icon_y = top;
1690 m_add_icon_y = top;
1694 return top + step;
1972 int resource_item::LayoutFolderChildren(CDC *dc, int top) in LayoutFolderChildren() argument
1984 size.SetRect(0, top, width, top + height - 1); in LayoutFolderChildren()
1986 top += height; in LayoutFolderChildren()
1997 size.SetRect(0, top, width, top + height); in LayoutFolderChildren()
1999 top += height; in LayoutFolderChildren()
2002 return top; in LayoutFolderChildren()
2035 size.top = m_size.top + m_header_height + 6; in CheckClickCommand()
2036 size.bottom = size.top + m_string_arrow_icon_width; in CheckClickCommand()