Searched refs:columns (Results 1 – 2 of 2) sorted by relevance
111 int rows, columns; in PaintColorPalette() local113 GetColorGradientDimension(&rows, &columns); in PaintColorPalette()128 for (column = 0; column < columns; column++, index++) in PaintColorPalette()201 int rows, columns; in PaintColorGradient() local203 GetColorGradientDimension(&rows, &columns); in PaintColorGradient()226 for (column = 0; column < columns; column++) in PaintColorGradient()228 Hue = (double)column / (double)(columns - 1); in PaintColorGradient()327 int columns; in GetSelectedPos() local329 GetColorGradientDimension(NULL, &columns); in GetSelectedPos()333 (*row) = color_index / columns; in GetSelectedPos()[all …]
17 # Each of the columns may have one or more code points.