Home
last modified time | relevance | path

Searched refs:select_column (Results 1 – 1 of 1) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dcolor_edit_dialog.cpp158 int select_row, select_column; in PaintColorPaletteHighlight() local
160 GetSelectedPos(&select_row, &select_column); in PaintColorPaletteHighlight()
162 selected_box.OffsetRect(m_swatch_size * select_column, m_swatch_size * select_row); in PaintColorPaletteHighlight()
246 int select_row, select_column; in PaintColorGradientHighlight() local
247 GetSelectedPos(&select_row, &select_column); in PaintColorGradientHighlight()
255 selected_box.OffsetRect(m_swatch_size * select_column, m_swatch_size * select_row); in PaintColorGradientHighlight()