Searched refs:color_index (Results 1 – 5 of 5) sorted by relevance
80 int angle_index, width_index, aa_index, rounded_index, color_index; in control_thread_entry() local88 … for(color_index = 0; color_index < (INT)(sizeof(color_list) / sizeof(COLOR_LIST)); color_index ++) in control_thread_entry()91 line_color = color_list[color_index].color_id; in control_thread_entry()114 … sprintf(test_comment, "color: %d width %d angle %d", color_index, line_width, line_angle); in control_thread_entry()
66 for color_index in color_depth:68 test_utils.configure_display_color_depth(color_index)75 if color_index==16 and(rgb_index == 4444 or rgb_index == 1555):79 elif color_index==8 and rgb_index == 332:
751 FT_UInt color_index,
1341 INT color_index = (index >> 1); in _gx_image_reader_4bit_grayscale_transparent_read() local1342 GX_UBYTE color = *(data + color_index); in _gx_image_reader_4bit_grayscale_transparent_read()
326 int color_index = mpParent->GetPaletteColor(); in GetSelectedPos() local333 (*row) = color_index / columns; in GetSelectedPos()338 (*col) = color_index % columns; in GetSelectedPos()