Searched refs:selected_box (Results 1 – 1 of 1) sorted by relevance
152 CRect selected_box; in PaintColorPaletteHighlight() local153 GetClientRect(selected_box); in PaintColorPaletteHighlight()155 selected_box.right = selected_box.left + m_swatch_size; in PaintColorPaletteHighlight()156 selected_box.bottom = selected_box.top + m_swatch_size; in PaintColorPaletteHighlight()162 selected_box.OffsetRect(m_swatch_size * select_column, m_swatch_size * select_row); in PaintColorPaletteHighlight()181 pDC->Rectangle(selected_box); in PaintColorPaletteHighlight()183 selected_box.DeflateRect(1, 1); in PaintColorPaletteHighlight()185 pDC->Rectangle(selected_box); in PaintColorPaletteHighlight()187 selected_box.DeflateRect(1, 1); in PaintColorPaletteHighlight()189 pDC->Rectangle(selected_box); in PaintColorPaletteHighlight()[all …]