Home
last modified time | relevance | path

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

/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_vertical_list_total_rows_set.c72 static void select_row(int row) in select_row() function
89 select_row(19); in control_thread_entry()
92 select_row(24); in control_thread_entry()
/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()