| /GUIX-v6.2.1/common/src/ |
| D | gx_image_reader_colorspace_convert.c | 80 UINT col; in _gx_image_reader_one_row_dither() local 96 for (col = 0; col < width; col++) in _gx_image_reader_one_row_dither() 98 image_reader -> gx_image_reader_pixel_read(image_reader, (INT)col, &want_pixel); in _gx_image_reader_one_row_dither() 100 red_err = (cur_err[col + 1] >> GX_FS_SCALE); in _gx_image_reader_one_row_dither() 101 green_err = (cur_err[err_width + col + 1] >> GX_FS_SCALE); in _gx_image_reader_one_row_dither() 102 blue_err = (cur_err[err_width * 2 + col + 1] >> GX_FS_SCALE); in _gx_image_reader_one_row_dither() 155 cur_err[col + 2] += ((red_err * 7) >> 4); in _gx_image_reader_one_row_dither() 156 next_err[col] += ((red_err * 3) >> 4); in _gx_image_reader_one_row_dither() 157 next_err[col + 1] += ((red_err * 5) >> 4); in _gx_image_reader_one_row_dither() 158 next_err[col + 2] += ((red_err) >> 4); in _gx_image_reader_one_row_dither() [all …]
|
| D | gx_display_driver_generic_glyph_4bpp_draw.c | 82 UINT col; in _gx_display_driver_generic_glyph_4bit_draw() local 144 col = 0; in _gx_display_driver_generic_glyph_4bit_draw() 155 draw_area -> gx_rectangle_left + (GX_VALUE)col, in _gx_display_driver_generic_glyph_4bit_draw() 159 col++; in _gx_display_driver_generic_glyph_4bit_draw() 171 draw_area -> gx_rectangle_left + (GX_VALUE)col, in _gx_display_driver_generic_glyph_4bit_draw() 175 col++; in _gx_display_driver_generic_glyph_4bit_draw() 183 draw_area -> gx_rectangle_left + (GX_VALUE)col, in _gx_display_driver_generic_glyph_4bit_draw() 187 col++; in _gx_display_driver_generic_glyph_4bit_draw() 199 draw_area -> gx_rectangle_left + (GX_VALUE)col, in _gx_display_driver_generic_glyph_4bit_draw() 212 col = 0; in _gx_display_driver_generic_glyph_4bit_draw() [all …]
|
| D | gx_display_driver_generic_rotated_glyph_4bit_draw.c | 79 UINT col; in _gx_display_driver_generic_rotated_glyph_4bit_draw() local 155 col = 0; in _gx_display_driver_generic_rotated_glyph_4bit_draw() 166 rotated_left + (GX_VALUE)col, in _gx_display_driver_generic_rotated_glyph_4bit_draw() 170 col++; in _gx_display_driver_generic_rotated_glyph_4bit_draw() 182 rotated_left + (GX_VALUE)col, in _gx_display_driver_generic_rotated_glyph_4bit_draw() 186 col++; in _gx_display_driver_generic_rotated_glyph_4bit_draw() 194 rotated_left + (GX_VALUE)col, in _gx_display_driver_generic_rotated_glyph_4bit_draw() 198 col++; in _gx_display_driver_generic_rotated_glyph_4bit_draw() 210 rotated_left + (GX_VALUE)col, in _gx_display_driver_generic_rotated_glyph_4bit_draw() 223 col = 0; in _gx_display_driver_generic_rotated_glyph_4bit_draw() [all …]
|
| D | gx_utility_string_to_alphamap.c | 311 UINT col; in _gx_utility_glyph_8bpp_to_alphamap_draw() local 350 for (col = 0; col < pixel_width; col++) in _gx_utility_glyph_8bpp_to_alphamap_draw() 415 UINT col; in _gx_utility_glyph_4bpp_to_alphamap_draw() local 458 for (col = 0; col < pixel_width; col++) in _gx_utility_glyph_4bpp_to_alphamap_draw() 463 col++; in _gx_utility_glyph_4bpp_to_alphamap_draw() 465 if (col < pixel_width) in _gx_utility_glyph_4bpp_to_alphamap_draw() 536 UINT col; in _gx_utility_glyph_reversed_4bpp_to_alphamap_draw() local 581 for (col = 0; col < pixel_width; col++) in _gx_utility_glyph_reversed_4bpp_to_alphamap_draw() 586 col++; in _gx_utility_glyph_reversed_4bpp_to_alphamap_draw() 588 if (col < pixel_width) in _gx_utility_glyph_reversed_4bpp_to_alphamap_draw() [all …]
|
| D | gx_display_driver_generic_glyph_8bpp_draw.c | 84 UINT col; in _gx_display_driver_generic_glyph_8bit_draw() local 127 for (col = 0; col < pixel_width; col++) in _gx_display_driver_generic_glyph_8bit_draw() 134 … draw_area -> gx_rectangle_left + (GX_VALUE)col, in _gx_display_driver_generic_glyph_8bit_draw() 150 for (col = 0; col < pixel_width; col++) in _gx_display_driver_generic_glyph_8bit_draw() 158 … draw_area -> gx_rectangle_left + (GX_VALUE)col, in _gx_display_driver_generic_glyph_8bit_draw()
|
| D | gx_display_driver_generic_rotated_glyph_8bit_draw.c | 81 UINT col; in _gx_display_driver_generic_rotated_glyph_8bit_draw() local 140 for (col = 0; col < pixel_width; col++) in _gx_display_driver_generic_rotated_glyph_8bit_draw() 147 rotated_left + (GX_VALUE)col, in _gx_display_driver_generic_rotated_glyph_8bit_draw() 163 for (col = 0; col < pixel_width; col++) in _gx_display_driver_generic_rotated_glyph_8bit_draw() 171 rotated_left + (GX_VALUE)col, in _gx_display_driver_generic_rotated_glyph_8bit_draw()
|
| D | gx_image_reader_rle_encode.c | 415 UINT col = 0; in _gx_image_reader_rle_one_row_encode() local 424 while (col < width) in _gx_image_reader_rle_one_row_encode() 427 _gx_image_reader_rle_duplicates_count(image_reader, (INT)col, &count); in _gx_image_reader_rle_one_row_encode() 447 image_reader -> gx_image_reader_pixel_read(image_reader, (INT)col, &pixel); in _gx_image_reader_rle_one_row_encode() 452 col += (UINT)count; in _gx_image_reader_rle_one_row_encode() 470 image_reader -> gx_image_reader_pixel_read(image_reader, (INT)col, &pixel); in _gx_image_reader_rle_one_row_encode() 475 col++; in _gx_image_reader_rle_one_row_encode() 477 if (raw_count == 128 || col == width) in _gx_image_reader_rle_one_row_encode()
|
| D | gx_display_driver_1555xrgb_canvas_blend.c | 104 INT col; in _gx_display_driver_1555xrgb_canvas_blend() local 136 for (col = overlap.gx_rectangle_left; col <= overlap.gx_rectangle_right; col++) in _gx_display_driver_1555xrgb_canvas_blend()
|
| D | gx_display_driver_24xrgb_canvas_blend.c | 103 INT col; in _gx_display_driver_24xrgb_canvas_blend() local 135 for (col = overlap.gx_rectangle_left; col <= overlap.gx_rectangle_right; col++) in _gx_display_driver_24xrgb_canvas_blend()
|
| D | gx_display_driver_24xrgb_rotated_canvas_blend.c | 88 INT col; in _gx_display_driver_24xrgb_rotated_canvas_blend() local 134 for (col = overlap.gx_rectangle_top; col <= overlap.gx_rectangle_bottom; col++) in _gx_display_driver_24xrgb_rotated_canvas_blend()
|
| D | gx_display_driver_565rgb_canvas_blend.c | 105 INT col; in _gx_display_driver_565rgb_canvas_blend() local 145 for (col = overlap.gx_rectangle_left; col <= overlap.gx_rectangle_right; col++) in _gx_display_driver_565rgb_canvas_blend()
|
| D | gx_display_driver_565rgb_rotated_canvas_blend.c | 101 INT col; in _gx_display_driver_565rgb_rotated_canvas_blend() local 147 for (col = overlap.gx_rectangle_top; col <= overlap.gx_rectangle_bottom; col++) in _gx_display_driver_565rgb_rotated_canvas_blend()
|
| /GUIX-v6.2.1/ports/win32/src/renesas/ |
| D | gx_dave2d_simulation_display_driver_compressed_glyph_4bit_draw.c | 84 INT col; in _gx_dave2d_simulation_display_driver_compressed_glyph_4bit_draw() local 117 col = 0; in _gx_dave2d_simulation_display_driver_compressed_glyph_4bit_draw() 119 while (col < glyph -> gx_glyph_width) in _gx_dave2d_simulation_display_driver_compressed_glyph_4bit_draw() 132 col += count * 2; in _gx_dave2d_simulation_display_driver_compressed_glyph_4bit_draw() 143 col = start_x; in _gx_dave2d_simulation_display_driver_compressed_glyph_4bit_draw() 145 while (col < start_x + glyph -> gx_glyph_width) in _gx_dave2d_simulation_display_driver_compressed_glyph_4bit_draw() 166 if ((col <= draw_area -> gx_rectangle_right) && in _gx_dave2d_simulation_display_driver_compressed_glyph_4bit_draw() 167 (col >= draw_area -> gx_rectangle_left)) in _gx_dave2d_simulation_display_driver_compressed_glyph_4bit_draw() 170 col, in _gx_dave2d_simulation_display_driver_compressed_glyph_4bit_draw() 176 col++; in _gx_dave2d_simulation_display_driver_compressed_glyph_4bit_draw() [all …]
|
| D | gx_dave2d_simulation_display_driver_32bpp_compressed_glyph_1bit_draw.c | 90 INT col; in _gx_dave2d_simulation_display_driver_32bpp_compressed_glyph_1bit_draw() local 122 col = 0; in _gx_dave2d_simulation_display_driver_32bpp_compressed_glyph_1bit_draw() 123 while (col < glyph -> gx_glyph_width) in _gx_dave2d_simulation_display_driver_32bpp_compressed_glyph_1bit_draw() 136 col += count * 8; in _gx_dave2d_simulation_display_driver_32bpp_compressed_glyph_1bit_draw() 147 col = start_x; in _gx_dave2d_simulation_display_driver_32bpp_compressed_glyph_1bit_draw() 149 while (col < start_x + glyph -> gx_glyph_width) in _gx_dave2d_simulation_display_driver_32bpp_compressed_glyph_1bit_draw() 168 if ((col <= draw_area -> gx_rectangle_right) && in _gx_dave2d_simulation_display_driver_32bpp_compressed_glyph_1bit_draw() 169 (col >= draw_area -> gx_rectangle_left)) in _gx_dave2d_simulation_display_driver_32bpp_compressed_glyph_1bit_draw() 174 blend_func(context, col, row, text_color, brush_alpha); in _gx_dave2d_simulation_display_driver_32bpp_compressed_glyph_1bit_draw() 179 … _gx_display_driver_32bpp_pixel_write(context, col, row, text_color); in _gx_dave2d_simulation_display_driver_32bpp_compressed_glyph_1bit_draw() [all …]
|
| D | gx_dave2d_simulation_display_driver_rotated_compressed_glyph_4bit_draw.c | 84 INT col; in _gx_dave2d_simulation_display_driver_rotated_compressed_glyph_4bit_draw() local 141 col = 0; in _gx_dave2d_simulation_display_driver_rotated_compressed_glyph_4bit_draw() 143 while (col < glyph -> gx_glyph_height) in _gx_dave2d_simulation_display_driver_rotated_compressed_glyph_4bit_draw() 156 col += count * 2; in _gx_dave2d_simulation_display_driver_rotated_compressed_glyph_4bit_draw() 167 col = start_x; in _gx_dave2d_simulation_display_driver_rotated_compressed_glyph_4bit_draw() 169 while (col < start_x + glyph -> gx_glyph_height) in _gx_dave2d_simulation_display_driver_rotated_compressed_glyph_4bit_draw() 192 if ((col <= rotated_draw_area.gx_rectangle_right) && in _gx_dave2d_simulation_display_driver_rotated_compressed_glyph_4bit_draw() 193 (col >= rotated_draw_area.gx_rectangle_left)) in _gx_dave2d_simulation_display_driver_rotated_compressed_glyph_4bit_draw() 196 col, in _gx_dave2d_simulation_display_driver_rotated_compressed_glyph_4bit_draw() 202 col++; in _gx_dave2d_simulation_display_driver_rotated_compressed_glyph_4bit_draw() [all …]
|
| D | gx_dave2d_simulation_display_driver_compressed_glyph_8bit_draw.c | 84 INT col; in _gx_dave2d_simulation_display_driver_compressed_glyph_8bit_draw() local 112 col = 0; in _gx_dave2d_simulation_display_driver_compressed_glyph_8bit_draw() 113 while (col < glyph -> gx_glyph_width) in _gx_dave2d_simulation_display_driver_compressed_glyph_8bit_draw() 126 col += count; in _gx_dave2d_simulation_display_driver_compressed_glyph_8bit_draw() 137 col = start_x; in _gx_dave2d_simulation_display_driver_compressed_glyph_8bit_draw() 139 while (col < start_x + glyph -> gx_glyph_width) in _gx_dave2d_simulation_display_driver_compressed_glyph_8bit_draw() 155 if ((col <= draw_area -> gx_rectangle_right) && in _gx_dave2d_simulation_display_driver_compressed_glyph_8bit_draw() 156 (col >= draw_area -> gx_rectangle_left)) in _gx_dave2d_simulation_display_driver_compressed_glyph_8bit_draw() 159 col, in _gx_dave2d_simulation_display_driver_compressed_glyph_8bit_draw() 164 col++; in _gx_dave2d_simulation_display_driver_compressed_glyph_8bit_draw() [all …]
|
| D | gx_dave2d_simulation_display_driver_16bpp_compressed_glyph_1bit_draw.c | 89 INT col; in _gx_dave2d_simulation_display_driver_16bpp_compressed_glyph_1bit_draw() local 128 col = 0; in _gx_dave2d_simulation_display_driver_16bpp_compressed_glyph_1bit_draw() 129 while (col < glyph -> gx_glyph_width) in _gx_dave2d_simulation_display_driver_16bpp_compressed_glyph_1bit_draw() 142 col += count * 8; in _gx_dave2d_simulation_display_driver_16bpp_compressed_glyph_1bit_draw() 153 col = start_x; in _gx_dave2d_simulation_display_driver_16bpp_compressed_glyph_1bit_draw() 154 while (col < start_x + glyph -> gx_glyph_width) in _gx_dave2d_simulation_display_driver_16bpp_compressed_glyph_1bit_draw() 172 if ((col <= draw_area -> gx_rectangle_right) && in _gx_dave2d_simulation_display_driver_16bpp_compressed_glyph_1bit_draw() 173 (col >= draw_area -> gx_rectangle_left)) in _gx_dave2d_simulation_display_driver_16bpp_compressed_glyph_1bit_draw() 175 blend_func(context, col, row, text_color, brush_alpha); in _gx_dave2d_simulation_display_driver_16bpp_compressed_glyph_1bit_draw() 178 col++; in _gx_dave2d_simulation_display_driver_16bpp_compressed_glyph_1bit_draw() [all …]
|
| D | gx_dave2d_simulation_display_driver_rotated_compressed_glyph_8bit_draw.c | 84 INT col; in _gx_dave2d_simulation_display_driver_rotated_compressed_glyph_8bit_draw() local 138 col = 0; in _gx_dave2d_simulation_display_driver_rotated_compressed_glyph_8bit_draw() 139 while (col < glyph -> gx_glyph_height) in _gx_dave2d_simulation_display_driver_rotated_compressed_glyph_8bit_draw() 152 col += count; in _gx_dave2d_simulation_display_driver_rotated_compressed_glyph_8bit_draw() 164 col = start_x; in _gx_dave2d_simulation_display_driver_rotated_compressed_glyph_8bit_draw() 166 while (col < start_x + glyph -> gx_glyph_height) in _gx_dave2d_simulation_display_driver_rotated_compressed_glyph_8bit_draw() 183 if ((col <= rotated_draw_area.gx_rectangle_right) && in _gx_dave2d_simulation_display_driver_rotated_compressed_glyph_8bit_draw() 184 (col >= rotated_draw_area.gx_rectangle_left)) in _gx_dave2d_simulation_display_driver_rotated_compressed_glyph_8bit_draw() 187 col, in _gx_dave2d_simulation_display_driver_rotated_compressed_glyph_8bit_draw() 192 col++; in _gx_dave2d_simulation_display_driver_rotated_compressed_glyph_8bit_draw() [all …]
|
| D | gx_dave2d_simulation_display_driver_glyph_4bit_draw.c | 86 UINT col; in _gx_dave2d_simulation_display_driver_glyph_4bit_draw() local 138 col = 0; in _gx_dave2d_simulation_display_driver_glyph_4bit_draw() 152 (INT)((UINT)(draw_area -> gx_rectangle_left) + col), in _gx_dave2d_simulation_display_driver_glyph_4bit_draw() 156 col++; in _gx_dave2d_simulation_display_driver_glyph_4bit_draw() 171 (INT)((UINT)draw_area -> gx_rectangle_left + col), in _gx_dave2d_simulation_display_driver_glyph_4bit_draw() 175 col++; in _gx_dave2d_simulation_display_driver_glyph_4bit_draw() 185 (INT)((UINT)draw_area -> gx_rectangle_left + col), in _gx_dave2d_simulation_display_driver_glyph_4bit_draw() 189 col++; in _gx_dave2d_simulation_display_driver_glyph_4bit_draw() 205 (INT)((UINT)draw_area -> gx_rectangle_left + col), in _gx_dave2d_simulation_display_driver_glyph_4bit_draw()
|
| D | gx_dave2d_simulation_display_driver_rotated_glyph_4bit_draw.c | 86 UINT col; in _gx_dave2d_simulation_display_driver_rotated_glyph_4bit_draw() local 159 col = 0; in _gx_dave2d_simulation_display_driver_rotated_glyph_4bit_draw() 173 (INT)((UINT)(rotated_left) + col), in _gx_dave2d_simulation_display_driver_rotated_glyph_4bit_draw() 177 col++; in _gx_dave2d_simulation_display_driver_rotated_glyph_4bit_draw() 192 (INT)((UINT)rotated_left + col), in _gx_dave2d_simulation_display_driver_rotated_glyph_4bit_draw() 196 col++; in _gx_dave2d_simulation_display_driver_rotated_glyph_4bit_draw() 206 (INT)((UINT)rotated_left + col), in _gx_dave2d_simulation_display_driver_rotated_glyph_4bit_draw() 210 col++; in _gx_dave2d_simulation_display_driver_rotated_glyph_4bit_draw() 226 (INT)((UINT)rotated_left + col), in _gx_dave2d_simulation_display_driver_rotated_glyph_4bit_draw()
|
| /GUIX-v6.2.1/tutorials/demo_guix_horizontal_list/ |
| D | demo_guix_horizontal_list.c | 186 LIST_COL *col = (LIST_COL *)widget; in horizontal_list_col_create() local 199 gx_widget_created_test(&col->prompt, &is_created); in horizontal_list_col_create() 207 gx_prompt_create(&col->prompt, GX_NULL, list, 0, GX_STYLE_ENABLED, 0, &size); in horizontal_list_col_create() 211 gx_utility_ltoa(index, col->text, LIST_COL_TEXT_BUFFER_SIZE); in horizontal_list_col_create() 214 string.gx_string_ptr = col->text; in horizontal_list_col_create() 215 string.gx_string_length = string_length_get(col->text, MAX_COL_TEXT_LENGTH); in horizontal_list_col_create() 216 gx_prompt_text_set_ext(&col->prompt, &string); in horizontal_list_col_create() 219 …gx_prompt_text_color_set(&col->prompt, GX_COLOR_ID_OFF_WHITE, GX_COLOR_ID_BLACK, GX_COLOR_ID_OFF_W… in horizontal_list_col_create() 222 gx_widget_fill_color_set(&col->prompt, bkgnd_color, GX_COLOR_ID_GREEN, bkgnd_color); in horizontal_list_col_create()
|
| /GUIX-v6.2.1/guix_studio/ |
| D | express_table_row.cpp | 15 int col = 0; in GetFocusCol() local 26 col++; in GetFocusCol() 30 return col; in GetFocusCol() 94 int col = GetFocusCol(child); in GetNextTabStopChild() local 98 while (col && child) in GetNextTabStopChild() 101 col--; in GetNextTabStopChild()
|
| D | studiox_screen_driver.c | 108 INT col; in guix_canvas_flush() local 171 for (col = grid_space; col < canvas_height; col += grid_space) in guix_canvas_flush() 175 SetPixel(hdcMem, row, col, RGB(128, 128, 128)); in guix_canvas_flush() 187 col = (gsi->crosshair_cx - gsi->crosshair_size) * scale / 100; in guix_canvas_flush() 190 MoveToEx(hdcMem, col, row, NULL); in guix_canvas_flush() 192 col = (gsi->crosshair_cx + gsi->crosshair_size + 1) * scale / 100; in guix_canvas_flush() 193 LineTo(hdcMem, col, row); in guix_canvas_flush() 195 col = gsi->crosshair_cx * scale / 100; in guix_canvas_flush() 197 MoveToEx(hdcMem, col, row, NULL); in guix_canvas_flush() 200 LineTo(hdcMem, col, row); in guix_canvas_flush() [all …]
|
| D | csv_read_write.cpp | 122 int col, index; in ImportCsvFile() local 153 for (col = 2; col < header_array.GetCount(); col++) in ImportCsvFile() 155 target_language = header_array.GetAt(col); in ImportCsvFile() 166 if (col < string_array.GetCount()) in ImportCsvFile() 168 target_string = string_array.GetAt(col); in ImportCsvFile()
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_horizontal_list_total_columns_set.c | 72 static void select_col(int col) in select_col() argument 74 gx_horizontal_list_selected_set(&pMainScreen->window_horizontal_list_scroll, col); in select_col() 75 gx_horizontal_list_selected_set(&pMainScreen->window_horizontal_list_wrap, col); in select_col() 77 sprintf(test_comment, "Select col %d", col); in select_col()
|