/GUIX-v6.4.1/common/src/ |
D | gx_display_driver_16bpp_rotated_pixelmap_rotate.c | 140 srcxres = pixelmap -> gx_pixelmap_height >> 1; in _gx_display_driver_565rgb_rotated_pixelmap_raw_rotate() 160 srcxres = pixelmap -> gx_pixelmap_height - 1 - srcxres; in _gx_display_driver_565rgb_rotated_pixelmap_raw_rotate() 162 …ontext -> gx_draw_context_canvas -> gx_canvas_y_resolution - xpos - pixelmap -> gx_pixelmap_height; in _gx_display_driver_565rgb_rotated_pixelmap_raw_rotate() 163 cx = pixelmap -> gx_pixelmap_height - cx - 1; in _gx_display_driver_565rgb_rotated_pixelmap_raw_rotate() 202 if ((xx >= -1) && (xx < pixelmap -> gx_pixelmap_height) && in _gx_display_driver_565rgb_rotated_pixelmap_raw_rotate() 205 if ((xx >= 0) && (xx < pixelmap -> gx_pixelmap_height - 1) && in _gx_display_driver_565rgb_rotated_pixelmap_raw_rotate() 209 get += yy * pixelmap -> gx_pixelmap_height; in _gx_display_driver_565rgb_rotated_pixelmap_raw_rotate() 214 c = *(get + pixelmap -> gx_pixelmap_height); in _gx_display_driver_565rgb_rotated_pixelmap_raw_rotate() 215 d = *(get + pixelmap -> gx_pixelmap_height + 1); in _gx_display_driver_565rgb_rotated_pixelmap_raw_rotate() 234 b = *(get + yy * pixelmap -> gx_pixelmap_height); in _gx_display_driver_565rgb_rotated_pixelmap_raw_rotate() [all …]
|
D | gx_display_driver_32bpp_rotated_pixelmap_rotate.c | 139 srcxres = pixelmap -> gx_pixelmap_height >> 1; in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate() 159 srcxres = pixelmap -> gx_pixelmap_height - 1 - srcxres; in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate() 161 …ontext -> gx_draw_context_canvas -> gx_canvas_y_resolution - xpos - pixelmap -> gx_pixelmap_height; in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate() 162 cx = pixelmap -> gx_pixelmap_height - cx - 1; in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate() 204 if ((xx >= -1) && (xx < pixelmap -> gx_pixelmap_height) && in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate() 207 if ((xx >= 0) && (xx < pixelmap -> gx_pixelmap_height - 1) && in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate() 211 get += yy * pixelmap -> gx_pixelmap_height; in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate() 216 c = *(get + pixelmap -> gx_pixelmap_height); in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate() 217 d = *(get + pixelmap -> gx_pixelmap_height + 1); in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate() 236 b = *(get + yy * pixelmap -> gx_pixelmap_height); in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate() [all …]
|
D | gx_display_driver_32bpp_rotated_horizontal_pixelmap_line_draw.c | 90 pic_width = pixelmap -> gx_pixelmap_height; in _gx_display_driver_32bpp_rotated_horizontal_pixelmap_line_alpha_blend() 179 pic_width = pixelmap -> gx_pixelmap_height; in _gx_display_driver_32bpp_rotated_horizontal_pixelmap_line_raw_blend() 270 start_pos = xstart - (info -> x_offset % pixelmap -> gx_pixelmap_height); in _gx_display_driver_32bpp_rotated_horizontal_pixelmap_line_compressed_blend() 281 while (xval < start_pos + pixelmap -> gx_pixelmap_height) in _gx_display_driver_32bpp_rotated_horizontal_pixelmap_line_compressed_blend() 312 start_pos += pixelmap -> gx_pixelmap_height; in _gx_display_driver_32bpp_rotated_horizontal_pixelmap_line_compressed_blend() 321 while (xval < pixelmap -> gx_pixelmap_height) in _gx_display_driver_32bpp_rotated_horizontal_pixelmap_line_compressed_blend() 406 start_pos = xstart - (info -> x_offset % pixelmap -> gx_pixelmap_height); in _gx_display_driver_32bpp_rotated_horizontal_pixelmap_line_compressed_alpha_blend() 417 while (xval < start_pos + pixelmap -> gx_pixelmap_height) in _gx_display_driver_32bpp_rotated_horizontal_pixelmap_line_compressed_alpha_blend() 453 start_pos += pixelmap -> gx_pixelmap_height; in _gx_display_driver_32bpp_rotated_horizontal_pixelmap_line_compressed_alpha_blend() 462 while (xval < pixelmap -> gx_pixelmap_height) in _gx_display_driver_32bpp_rotated_horizontal_pixelmap_line_compressed_alpha_blend() [all …]
|
D | gx_display_driver_565rgb_rotated_horizontal_pixelmap_line_draw.c | 91 pic_width = pixelmap -> gx_pixelmap_height; in _gx_display_driver_565rgb_rotated_horizontal_pixelmap_line_raw_blend() 179 pic_width = pixelmap -> gx_pixelmap_height; in _gx_display_driver_565rgb_rotated_horizontal_pixelmap_line_alpha_blend() 278 start_pos = xstart - (info -> x_offset % pixelmap -> gx_pixelmap_height); in _gx_display_driver_565rgb_rotated_horizontal_pixelmap_line_compressed_blend() 287 while (xval < start_pos + pixelmap -> gx_pixelmap_height) in _gx_display_driver_565rgb_rotated_horizontal_pixelmap_line_compressed_blend() 317 start_pos += pixelmap -> gx_pixelmap_height; in _gx_display_driver_565rgb_rotated_horizontal_pixelmap_line_compressed_blend() 324 while (xval < pixelmap -> gx_pixelmap_height) in _gx_display_driver_565rgb_rotated_horizontal_pixelmap_line_compressed_blend() 411 start_pos = xstart - (info -> x_offset % pixelmap -> gx_pixelmap_height); in _gx_display_driver_565rgb_rotated_horizontal_pixelmap_line_compressed_alpha_blend() 419 while (xval < start_pos + pixelmap -> gx_pixelmap_height) in _gx_display_driver_565rgb_rotated_horizontal_pixelmap_line_compressed_alpha_blend() 472 start_pos += pixelmap -> gx_pixelmap_height; in _gx_display_driver_565rgb_rotated_horizontal_pixelmap_line_compressed_alpha_blend() 480 while (xval < pixelmap -> gx_pixelmap_height) in _gx_display_driver_565rgb_rotated_horizontal_pixelmap_line_compressed_alpha_blend() [all …]
|
D | gx_image_reader_start.c | 211 outmap -> gx_pixelmap_height = (GX_VALUE)image_reader -> gx_image_reader_image_height; in _gx_image_reader_pixelmap_info_set() 240 …xelmap_data_size = (ULONG)(outmap -> gx_pixelmap_width * outmap -> gx_pixelmap_height * (INT)sizeo… in _gx_image_reader_pixelmap_info_set() 244 …-> gx_pixelmap_aux_data_size = (ULONG)(outmap -> gx_pixelmap_width * outmap -> gx_pixelmap_height); in _gx_image_reader_pixelmap_info_set() 249 …xelmap_data_size = (ULONG)(outmap -> gx_pixelmap_width * outmap -> gx_pixelmap_height * (INT)sizeo… in _gx_image_reader_pixelmap_info_set() 254 …xelmap_data_size = (ULONG)(outmap -> gx_pixelmap_width * outmap -> gx_pixelmap_height * (INT)sizeo… in _gx_image_reader_pixelmap_info_set() 260 …map -> gx_pixelmap_data_size = (ULONG)(outmap -> gx_pixelmap_width * outmap -> gx_pixelmap_height); in _gx_image_reader_pixelmap_info_set() 264 …elmap_data_size = (ULONG)(((outmap -> gx_pixelmap_width + 1) >> 1) * outmap -> gx_pixelmap_height); in _gx_image_reader_pixelmap_info_set() 267 …p_aux_data_size = (ULONG)(((outmap -> gx_pixelmap_width + 7) >> 3) * outmap -> gx_pixelmap_height); in _gx_image_reader_pixelmap_info_set() 274 …elmap_data_size = (ULONG)(((outmap -> gx_pixelmap_width + 3) >> 2) * outmap -> gx_pixelmap_height); in _gx_image_reader_pixelmap_info_set() 278 …elmap_data_size = (ULONG)(((outmap -> gx_pixelmap_width + 7) >> 3) * outmap -> gx_pixelmap_height); in _gx_image_reader_pixelmap_info_set() [all …]
|
D | gx_display_driver_32bpp_rotated_pixelmap_blend.c | 104 …ntext -> gx_draw_context_canvas -> gx_canvas_y_resolution - xpos - pixelmap -> gx_pixelmap_height); in _gx_display_driver_32bpp_rotated_pixelmap_raw_blend() 108 getrow += pixelmap -> gx_pixelmap_height * (rotated_clip.gx_rectangle_top - ypos); in _gx_display_driver_32bpp_rotated_pixelmap_raw_blend() 118 getrow += pixelmap -> gx_pixelmap_height; in _gx_display_driver_32bpp_rotated_pixelmap_raw_blend() 201 …ntext -> gx_draw_context_canvas -> gx_canvas_y_resolution - xpos - pixelmap -> gx_pixelmap_height); in _gx_display_driver_32bpp_rotated_pixelmap_alpha_blend() 205 getrow += (pixelmap -> gx_pixelmap_height * (rotated_clip.gx_rectangle_top - ypos)); in _gx_display_driver_32bpp_rotated_pixelmap_alpha_blend() 230 getrow += pixelmap -> gx_pixelmap_height; in _gx_display_driver_32bpp_rotated_pixelmap_alpha_blend() 312 …ntext -> gx_draw_context_canvas -> gx_canvas_y_resolution - xpos - pixelmap -> gx_pixelmap_height); in _gx_display_driver_32bpp_rotated_palette_pixelmap_blend() 316 getrow += pixelmap -> gx_pixelmap_height * (rotated_clip.gx_rectangle_top - ypos); in _gx_display_driver_32bpp_rotated_palette_pixelmap_blend() 330 getrow += pixelmap -> gx_pixelmap_height; in _gx_display_driver_32bpp_rotated_palette_pixelmap_blend() 412 …ntext -> gx_draw_context_canvas -> gx_canvas_y_resolution - xpos - pixelmap -> gx_pixelmap_height); in _gx_display_driver_32bpp_rotated_palette_pixelmap_transparent_blend() [all …]
|
D | gx_display_driver_8bpp_rotated_pixelmap_rotate.c | 109 srcxres = pixelmap -> gx_pixelmap_height >> 1; in _gx_display_driver_8bpp_rotated_pixelmap_raw_rotate() 129 srcxres = pixelmap->gx_pixelmap_height - 1 - srcxres; in _gx_display_driver_8bpp_rotated_pixelmap_raw_rotate() 131 …os = context->gx_draw_context_canvas->gx_canvas_y_resolution - xpos - pixelmap->gx_pixelmap_height; in _gx_display_driver_8bpp_rotated_pixelmap_raw_rotate() 132 cx = pixelmap->gx_pixelmap_height - cx - 1; in _gx_display_driver_8bpp_rotated_pixelmap_raw_rotate() 174 if ((xx >= 0) && (xx < pixelmap -> gx_pixelmap_height) && in _gx_display_driver_8bpp_rotated_pixelmap_raw_rotate() 178 get += yy * pixelmap -> gx_pixelmap_height; in _gx_display_driver_8bpp_rotated_pixelmap_raw_rotate() 270 srcxres = pixelmap -> gx_pixelmap_height >> 1; in _gx_display_driver_8bpp_rotated_pixelmap_transparent_rotate() 290 srcxres = pixelmap->gx_pixelmap_height - 1 - srcxres; in _gx_display_driver_8bpp_rotated_pixelmap_transparent_rotate() 292 …os = context->gx_draw_context_canvas->gx_canvas_y_resolution - xpos - pixelmap->gx_pixelmap_height; in _gx_display_driver_8bpp_rotated_pixelmap_transparent_rotate() 293 cx = pixelmap->gx_pixelmap_height - cx - 1; in _gx_display_driver_8bpp_rotated_pixelmap_transparent_rotate() [all …]
|
D | gx_display_driver_16bpp_rotated_pixelmap_blend.c | 101 …ntext -> gx_draw_context_canvas -> gx_canvas_y_resolution - xpos - pixelmap -> gx_pixelmap_height); in _gx_display_driver_16bpp_rotated_pixelmap_raw_blend() 105 getrow += pixelmap -> gx_pixelmap_height * (rotated_clip.gx_rectangle_top - ypos); in _gx_display_driver_16bpp_rotated_pixelmap_raw_blend() 116 getrow += pixelmap -> gx_pixelmap_height; in _gx_display_driver_16bpp_rotated_pixelmap_raw_blend() 196 …ntext -> gx_draw_context_canvas -> gx_canvas_y_resolution - xpos - pixelmap -> gx_pixelmap_height); in _gx_display_driver_565rgb_rotated_pixelmap_alpha_blend() 200 skipcount = (pixelmap -> gx_pixelmap_height) * (rotated_clip.gx_rectangle_top - ypos); in _gx_display_driver_565rgb_rotated_pixelmap_alpha_blend() 225 getrow += pixelmap -> gx_pixelmap_height; in _gx_display_driver_565rgb_rotated_pixelmap_alpha_blend() 226 getrowalpha += pixelmap -> gx_pixelmap_height; in _gx_display_driver_565rgb_rotated_pixelmap_alpha_blend() 306 …ntext -> gx_draw_context_canvas -> gx_canvas_y_resolution - xpos - pixelmap -> gx_pixelmap_height); in _gx_display_driver_16bpp_rotated_pixelmap_compressed_blend() 315 while (xval < pixelmap -> gx_pixelmap_height) in _gx_display_driver_16bpp_rotated_pixelmap_compressed_blend() 341 while (xval < xpos + pixelmap -> gx_pixelmap_height) in _gx_display_driver_16bpp_rotated_pixelmap_compressed_blend() [all …]
|
D | gx_display_driver_8bpp_rotated_horizontal_pixelmap_line_draw.c | 81 pic_width = pixelmap -> gx_pixelmap_height; in _gx_display_driver_8bpp_rotated_horizontal_pixelmap_line_raw_write() 169 start_pos = xstart - (info -> x_offset % pixelmap -> gx_pixelmap_height); in _gx_display_driver_8bpp_rotated_horizontal_pixelmap_line_compressed_write() 214 start_pos += pixelmap -> gx_pixelmap_height; in _gx_display_driver_8bpp_rotated_horizontal_pixelmap_line_compressed_write() 221 while (xval < pixelmap -> gx_pixelmap_height) in _gx_display_driver_8bpp_rotated_horizontal_pixelmap_line_compressed_write() 299 pic_width = pixelmap -> gx_pixelmap_height; in _gx_display_driver_8bpp_rotated_horizontal_pixelmap_line_transparent_write() 393 start_pos = xstart - (info -> x_offset % pixelmap -> gx_pixelmap_height); in _gx_display_driver_8bpp_rotated_horizontal_pixelmap_line_compressed_transparent_write() 407 while (xval < start_pos + pixelmap -> gx_pixelmap_height) in _gx_display_driver_8bpp_rotated_horizontal_pixelmap_line_compressed_transparent_write() 451 start_pos += pixelmap -> gx_pixelmap_height; in _gx_display_driver_8bpp_rotated_horizontal_pixelmap_line_compressed_transparent_write() 458 while (xval < pixelmap -> gx_pixelmap_height) in _gx_display_driver_8bpp_rotated_horizontal_pixelmap_line_compressed_transparent_write() 554 …info -> x_offset = (yend - ystart + 1 + info -> x_offset) % info -> pixelmap -> gx_pixelmap_height; in _gx_display_driver_8bpp_rotated_horizontal_pixelmap_line_draw() [all …]
|
D | gx_display_driver_16bpp_rotated_pixelmap_draw.c | 97 …ntext -> gx_draw_context_canvas -> gx_canvas_y_resolution - xpos - pixelmap -> gx_pixelmap_height); in _gx_display_driver_565rgb_rotated_pixelmap_raw_write() 105 getrow += pixelmap -> gx_pixelmap_height * (rotated_clip.gx_rectangle_top - ypos); in _gx_display_driver_565rgb_rotated_pixelmap_raw_write() 114 getrow += pixelmap -> gx_pixelmap_height; in _gx_display_driver_565rgb_rotated_pixelmap_raw_write() 193 …ntext -> gx_draw_context_canvas -> gx_canvas_y_resolution - xpos - pixelmap -> gx_pixelmap_height); in _gx_display_driver_565rgb_rotated_pixelmap_alpha_write() 197 skipcount = pixelmap -> gx_pixelmap_height * (rotated_clip.gx_rectangle_top - ypos); in _gx_display_driver_565rgb_rotated_pixelmap_alpha_write() 214 getrow += pixelmap -> gx_pixelmap_height; in _gx_display_driver_565rgb_rotated_pixelmap_alpha_write() 215 getrowalpha += pixelmap -> gx_pixelmap_height; in _gx_display_driver_565rgb_rotated_pixelmap_alpha_write() 294 …ntext -> gx_draw_context_canvas -> gx_canvas_y_resolution - xpos - pixelmap -> gx_pixelmap_height); in _gx_display_driver_565rgb_rotated_pixelmap_compressed_write() 301 while (xval < pixelmap -> gx_pixelmap_height) in _gx_display_driver_565rgb_rotated_pixelmap_compressed_write() 334 while (xval < xpos + pixelmap -> gx_pixelmap_height) in _gx_display_driver_565rgb_rotated_pixelmap_compressed_write() [all …]
|
D | gx_display_driver_32bpp_rotated_pixelmap_draw.c | 101 …ntext -> gx_draw_context_canvas -> gx_canvas_y_resolution - xpos - pixelmap -> gx_pixelmap_height); in _gx_display_driver_32bpp_rotated_pixelmap_raw_write() 105 getrow += pixelmap -> gx_pixelmap_height * (rotated_clip.gx_rectangle_top - ypos); in _gx_display_driver_32bpp_rotated_pixelmap_raw_write() 123 getrow += pixelmap -> gx_pixelmap_height; in _gx_display_driver_32bpp_rotated_pixelmap_raw_write() 204 …ntext -> gx_draw_context_canvas -> gx_canvas_y_resolution - xpos - pixelmap -> gx_pixelmap_height); in _gx_display_driver_32bpp_rotated_pixelmap_alpha_write() 208 getrow += pixelmap -> gx_pixelmap_height * (rotated_clip.gx_rectangle_top - ypos); in _gx_display_driver_32bpp_rotated_pixelmap_alpha_write() 232 getrow += pixelmap -> gx_pixelmap_height; in _gx_display_driver_32bpp_rotated_pixelmap_alpha_write() 317 …ntext -> gx_draw_context_canvas -> gx_canvas_y_resolution - xpos - pixelmap -> gx_pixelmap_height); in _gx_display_driver_32bpp_rotated_pixelmap_compressed_write() 328 while (xval < pixelmap -> gx_pixelmap_height) in _gx_display_driver_32bpp_rotated_pixelmap_compressed_write() 361 while (xval < xpos + pixelmap -> gx_pixelmap_height) in _gx_display_driver_32bpp_rotated_pixelmap_compressed_write() 519 …ntext -> gx_draw_context_canvas -> gx_canvas_y_resolution - xpos - pixelmap -> gx_pixelmap_height); in _gx_display_driver_32bpp_rotated_pixelmap_compressed_alpha_write() [all …]
|
D | gx_display_driver_generic_rotated_alphamap_draw.c | 108 …s = context -> gx_draw_context_canvas -> gx_canvas_y_resolution - xpos - pmp -> gx_pixelmap_height; in _gx_display_driver_generic_rotated_alphamap_raw_alpha_draw() 116 getrowalpha += (pmp -> gx_pixelmap_height) * (rotated_clip.gx_rectangle_top - ypos); in _gx_display_driver_generic_rotated_alphamap_raw_alpha_draw() 129 getrowalpha += pmp -> gx_pixelmap_height; in _gx_display_driver_generic_rotated_alphamap_raw_alpha_draw() 212 …s = context -> gx_draw_context_canvas -> gx_canvas_y_resolution - xpos - pmp -> gx_pixelmap_height; in _gx_display_driver_generic_rotated_alphamap_compressed_alpha_draw() 225 while (xval < pmp -> gx_pixelmap_height) in _gx_display_driver_generic_rotated_alphamap_compressed_alpha_draw() 251 while (xval < xpos + pmp -> gx_pixelmap_height) in _gx_display_driver_generic_rotated_alphamap_compressed_alpha_draw() 368 …s = context -> gx_draw_context_canvas -> gx_canvas_y_resolution - xpos - pmp -> gx_pixelmap_height; in _gx_display_driver_generic_rotated_alphamap_raw_draw() 376 getrowalpha += (pmp -> gx_pixelmap_height) * (rotated_clip.gx_rectangle_top - ypos); in _gx_display_driver_generic_rotated_alphamap_raw_draw() 388 getrowalpha += pmp -> gx_pixelmap_height; in _gx_display_driver_generic_rotated_alphamap_raw_draw() 469 …s = context -> gx_draw_context_canvas -> gx_canvas_y_resolution - xpos - pmp -> gx_pixelmap_height; in _gx_display_driver_generic_rotated_alphamap_compressed_draw() [all …]
|
D | gx_display_driver_8bpp_rotated_pixelmap_draw.c | 96 …ntext -> gx_draw_context_canvas -> gx_canvas_y_resolution - xpos - pixelmap -> gx_pixelmap_height); in _gx_display_driver_8bpp_rotated_pixelmap_raw_write() 104 getrow += pixelmap -> gx_pixelmap_height * (rotated_clip.gx_rectangle_top - ypos); in _gx_display_driver_8bpp_rotated_pixelmap_raw_write() 117 getrow += pixelmap -> gx_pixelmap_height; in _gx_display_driver_8bpp_rotated_pixelmap_raw_write() 195 …ntext -> gx_draw_context_canvas -> gx_canvas_y_resolution - xpos - pixelmap -> gx_pixelmap_height); in _gx_display_driver_8bpp_rotated_pixelmap_compressed_write() 204 while (xval < pixelmap -> gx_pixelmap_height) in _gx_display_driver_8bpp_rotated_pixelmap_compressed_write() 237 while (xval < (xpos + pixelmap -> gx_pixelmap_height)) in _gx_display_driver_8bpp_rotated_pixelmap_compressed_write() 355 …ntext -> gx_draw_context_canvas -> gx_canvas_y_resolution - xpos - pixelmap -> gx_pixelmap_height); in _gx_display_driver_8bpp_rotated_pixelmap_transparent_write() 363 getrow += pixelmap -> gx_pixelmap_height * (rotated_clip.gx_rectangle_top - ypos); in _gx_display_driver_8bpp_rotated_pixelmap_transparent_write() 384 getrow += pixelmap -> gx_pixelmap_height; in _gx_display_driver_8bpp_rotated_pixelmap_transparent_write() 460 …ntext -> gx_draw_context_canvas -> gx_canvas_y_resolution - xpos - pixelmap -> gx_pixelmap_height); in _gx_display_driver_8bpp_rotated_pixelmap_compressed_transparent_write() [all …]
|
D | gx_utility_8bpp_pixelmap_rotate.c | 115 srcyres = src -> gx_pixelmap_height >> 1; in _gx_utility_8bpp_pixelmap_rotate() 148 destination -> gx_pixelmap_height = (GX_VALUE)height; in _gx_utility_8bpp_pixelmap_rotate() 180 (yy >= 0) && (yy < src -> gx_pixelmap_height)) in _gx_utility_8bpp_pixelmap_rotate() 255 width = src -> gx_pixelmap_height; in _gx_utility_8bpp_pixelmap_simple_rotate() 347 destination -> gx_pixelmap_height = (GX_VALUE)height; in _gx_utility_8bpp_pixelmap_simple_rotate() 445 srcyres = src -> gx_pixelmap_height >> 1; in _gx_utility_8bit_alphamap_rotate() 479 destination -> gx_pixelmap_height = (GX_VALUE)height; in _gx_utility_8bit_alphamap_rotate() 512 (yy >= -1) && (yy < src -> gx_pixelmap_height)) in _gx_utility_8bit_alphamap_rotate() 515 (yy >= 0) && (yy < src -> gx_pixelmap_height - 1)) in _gx_utility_8bit_alphamap_rotate() 543 if (yy < src -> gx_pixelmap_height - 1) in _gx_utility_8bit_alphamap_rotate() [all …]
|
D | gx_utility_8bpp_pixelmap_resize.c | 104 yradio = ((src -> gx_pixelmap_height) << 8) / height; in _gx_utility_8bpp_pixelmap_raw_resize() 113 destination -> gx_pixelmap_height = (GX_VALUE)height; in _gx_utility_8bpp_pixelmap_raw_resize() 222 yradio = ((src -> gx_pixelmap_height) << 8) / height; in _gx_utility_8bpp_pixelmap_alpha_resize() 228 destination -> gx_pixelmap_height = (GX_VALUE)height; in _gx_utility_8bpp_pixelmap_alpha_resize() 286 if ((xx < src -> gx_pixelmap_width - 1) && (yy < src -> gx_pixelmap_height - 1)) in _gx_utility_8bpp_pixelmap_alpha_resize() 300 (yy == src -> gx_pixelmap_height - 1)) in _gx_utility_8bpp_pixelmap_alpha_resize() 506 yradio = ((src -> gx_pixelmap_height) << 8) / height; in _gx_utility_8bit_alphamap_resize() 512 destination -> gx_pixelmap_height = (GX_VALUE)height; in _gx_utility_8bit_alphamap_resize() 551 if ((xx < src -> gx_pixelmap_width - 1) && (yy < src -> gx_pixelmap_height - 1)) in _gx_utility_8bit_alphamap_resize() 561 (yy == src -> gx_pixelmap_height - 1)) in _gx_utility_8bit_alphamap_resize()
|
D | gx_utility_32argb_pixelmap_rotate.c | 128 srcyres = src -> gx_pixelmap_height >> 1; in _gx_utility_32argb_pixelmap_raw_rotate() 162 destination -> gx_pixelmap_height = (GX_VALUE)height; in _gx_utility_32argb_pixelmap_raw_rotate() 193 (yy >= -1) && (yy < src -> gx_pixelmap_height)) in _gx_utility_32argb_pixelmap_raw_rotate() 196 (yy >= 0) && (yy < src -> gx_pixelmap_height - 1)) in _gx_utility_32argb_pixelmap_raw_rotate() 227 if (yy < src -> gx_pixelmap_height - 1) in _gx_utility_32argb_pixelmap_raw_rotate() 247 if (yy < src -> gx_pixelmap_height - 1) in _gx_utility_32argb_pixelmap_raw_rotate() 406 srcyres = src -> gx_pixelmap_height >> 1; in _gx_utility_32argb_pixelmap_alpha_rotate() 440 destination -> gx_pixelmap_height = (GX_VALUE)height; in _gx_utility_32argb_pixelmap_alpha_rotate() 474 (yy >= -1) && (yy < src -> gx_pixelmap_height)) in _gx_utility_32argb_pixelmap_alpha_rotate() 477 (yy >= 0) && (yy < src -> gx_pixelmap_height - 1)) in _gx_utility_32argb_pixelmap_alpha_rotate() [all …]
|
D | gx_utility_pixelmap_rotate.c | 100 if (src -> gx_pixelmap_height > GX_MAX_PIXELMAP_RESOLUTION) in _gx_utility_pixelmap_rotate() 109 GX_SWAP_VALS(rotated_src.gx_pixelmap_width, rotated_src.gx_pixelmap_height); in _gx_utility_pixelmap_rotate() 118 *rot_cy = src -> gx_pixelmap_height - 1 - (*rot_cy); in _gx_utility_pixelmap_rotate() 212 GX_SWAP_VALS(destination -> gx_pixelmap_width, destination -> gx_pixelmap_height); in _gx_utility_pixelmap_rotate() 224 *rot_cy = destination -> gx_pixelmap_height - 1 - (*rot_cy); in _gx_utility_pixelmap_rotate()
|
D | gx_utility_32argb_pixelmap_resize.c | 112 yradio = ((src -> gx_pixelmap_height) << 8) / height; in _gx_utility_32argb_pixelmap_raw_resize() 118 destination -> gx_pixelmap_height = (GX_VALUE)height; in _gx_utility_32argb_pixelmap_raw_resize() 157 if ((xx < src -> gx_pixelmap_width - 1) && (yy < src -> gx_pixelmap_height - 1)) in _gx_utility_32argb_pixelmap_raw_resize() 166 (yy == src -> gx_pixelmap_height - 1)) in _gx_utility_32argb_pixelmap_raw_resize() 287 yradio = ((src -> gx_pixelmap_height) << 8) / height; in _gx_utility_32argb_pixelmap_alpha_resize() 293 destination -> gx_pixelmap_height = (GX_VALUE)height; in _gx_utility_32argb_pixelmap_alpha_resize() 332 if ((xx < src -> gx_pixelmap_width - 1) && (yy < src -> gx_pixelmap_height - 1)) in _gx_utility_32argb_pixelmap_alpha_resize() 342 (yy == src -> gx_pixelmap_height - 1)) in _gx_utility_32argb_pixelmap_alpha_resize()
|
D | gx_scrollbar_draw.c | 153 … size.gx_rectangle_top = (GX_VALUE)(size.gx_rectangle_top + map -> gx_pixelmap_height); in _gx_scrollbar_draw() 162 ypos = (GX_VALUE)(ypos + (widget_height - map -> gx_pixelmap_height) / 2); in _gx_scrollbar_draw() 177 … size.gx_rectangle_bottom = (GX_VALUE)(size.gx_rectangle_bottom - map -> gx_pixelmap_height); in _gx_scrollbar_draw() 194 ypos = (GX_VALUE)(ypos + (widget_height - map -> gx_pixelmap_height) / 2); in _gx_scrollbar_draw() 217 ypos = (GX_VALUE)(ypos + (widget_height - map -> gx_pixelmap_height) / 2); in _gx_scrollbar_draw()
|
D | gx_utility_332rgb_pixelmap_rotate.c | 125 srcyres = src -> gx_pixelmap_height >> 1; in _gx_utility_332rgb_pixelmap_raw_rotate() 159 destination -> gx_pixelmap_height = (GX_VALUE)height; in _gx_utility_332rgb_pixelmap_raw_rotate() 203 (yy >= -1) && (yy < src -> gx_pixelmap_height)) in _gx_utility_332rgb_pixelmap_raw_rotate() 206 (yy >= 0) && (yy < src -> gx_pixelmap_height - 1)) in _gx_utility_332rgb_pixelmap_raw_rotate() 238 if (yy < src -> gx_pixelmap_height - 1) in _gx_utility_332rgb_pixelmap_raw_rotate() 262 if (yy < src -> gx_pixelmap_height - 1) in _gx_utility_332rgb_pixelmap_raw_rotate() 409 srcyres = src -> gx_pixelmap_height >> 1; in _gx_utility_332rgb_pixelmap_alpha_rotate() 443 destination -> gx_pixelmap_height = (GX_VALUE)height; in _gx_utility_332rgb_pixelmap_alpha_rotate() 487 (yy >= -1) && (yy < src -> gx_pixelmap_height)) in _gx_utility_332rgb_pixelmap_alpha_rotate() 491 (yy >= 0) && (yy < src -> gx_pixelmap_height - 1)) in _gx_utility_332rgb_pixelmap_alpha_rotate() [all …]
|
D | gx_utility_565rgb_pixelmap_rotate.c | 127 srcyres = src -> gx_pixelmap_height >> 1; in _gx_utility_565rgb_pixelmap_raw_rotate() 161 destination -> gx_pixelmap_height = (GX_VALUE)height; in _gx_utility_565rgb_pixelmap_raw_rotate() 205 (yy >= -1) && (yy < src -> gx_pixelmap_height)) in _gx_utility_565rgb_pixelmap_raw_rotate() 208 (yy >= 0) && (yy < src -> gx_pixelmap_height - 1)) in _gx_utility_565rgb_pixelmap_raw_rotate() 240 if (yy < src -> gx_pixelmap_height - 1) in _gx_utility_565rgb_pixelmap_raw_rotate() 264 if (yy < src -> gx_pixelmap_height - 1) in _gx_utility_565rgb_pixelmap_raw_rotate() 411 srcyres = src -> gx_pixelmap_height >> 1; in _gx_utility_565rgb_pixelmap_alpha_rotate() 446 destination -> gx_pixelmap_height = (GX_VALUE)height; in _gx_utility_565rgb_pixelmap_alpha_rotate() 493 (yy >= -1) && (yy < src -> gx_pixelmap_height)) in _gx_utility_565rgb_pixelmap_alpha_rotate() 497 (yy >= 0) && (yy < src -> gx_pixelmap_height - 1)) in _gx_utility_565rgb_pixelmap_alpha_rotate() [all …]
|
D | gx_utility_1555xrgb_pixelmap_rotate.c | 128 srcyres = src -> gx_pixelmap_height >> 1; in _gx_utility_1555xrgb_pixelmap_raw_rotate() 162 destination -> gx_pixelmap_height = (GX_VALUE)height; in _gx_utility_1555xrgb_pixelmap_raw_rotate() 209 (yy >= -1) && (yy < src -> gx_pixelmap_height)) in _gx_utility_1555xrgb_pixelmap_raw_rotate() 212 (yy >= 0) && (yy < src -> gx_pixelmap_height - 1)) in _gx_utility_1555xrgb_pixelmap_raw_rotate() 244 if (yy < src -> gx_pixelmap_height - 1) in _gx_utility_1555xrgb_pixelmap_raw_rotate() 268 if (yy < src -> gx_pixelmap_height - 1) in _gx_utility_1555xrgb_pixelmap_raw_rotate() 415 srcyres = src -> gx_pixelmap_height >> 1; in _gx_utility_1555xrgb_pixelmap_alpha_rotate() 449 destination -> gx_pixelmap_height = (GX_VALUE)height; in _gx_utility_1555xrgb_pixelmap_alpha_rotate() 496 (yy >= -1) && (yy < src -> gx_pixelmap_height)) in _gx_utility_1555xrgb_pixelmap_alpha_rotate() 500 (yy >= 0) && (yy < src -> gx_pixelmap_height - 1)) in _gx_utility_1555xrgb_pixelmap_alpha_rotate() [all …]
|
/GUIX-v6.4.1/ports/win32/src/renesas/ |
D | gx_dave2d_simulation_display_driver_565rgb_rotated_horizontal_pixelmap_line_draw.c | 100 …info -> x_offset = (yend - ystart + 1 + info -> x_offset) % info -> pixelmap -> gx_pixelmap_height; in _gx_dave2d_simulation_display_driver_565rgb_rotated_horizontal_pixelmap_line_compressed_write() 104 info -> x_offset = info -> pixelmap -> gx_pixelmap_height - info -> x_offset; in _gx_dave2d_simulation_display_driver_565rgb_rotated_horizontal_pixelmap_line_compressed_write() 113 start_pos = xstart - (info -> x_offset % pixelmap -> gx_pixelmap_height); in _gx_dave2d_simulation_display_driver_565rgb_rotated_horizontal_pixelmap_line_compressed_write() 126 while (xval < start_pos + pixelmap -> gx_pixelmap_height) in _gx_dave2d_simulation_display_driver_565rgb_rotated_horizontal_pixelmap_line_compressed_write() 163 start_pos += pixelmap -> gx_pixelmap_height; in _gx_dave2d_simulation_display_driver_565rgb_rotated_horizontal_pixelmap_line_compressed_write() 170 while (xval < pixelmap -> gx_pixelmap_height) in _gx_dave2d_simulation_display_driver_565rgb_rotated_horizontal_pixelmap_line_compressed_write()
|
D | gx_dave2d_simulation_display_driver_16bpp_rotated_pixelmap_draw.c | 105 …ntext -> gx_draw_context_canvas -> gx_canvas_y_resolution - xpos - pixelmap -> gx_pixelmap_height); in _gx_dave2d_simulation_display_driver_565rgb_rotated_pixelmap_compressed_write() 118 while (xval < pixelmap -> gx_pixelmap_height) in _gx_dave2d_simulation_display_driver_565rgb_rotated_pixelmap_compressed_write() 151 while (xval < xpos + pixelmap -> gx_pixelmap_height) in _gx_dave2d_simulation_display_driver_565rgb_rotated_pixelmap_compressed_write() 287 …ntext -> gx_draw_context_canvas -> gx_canvas_y_resolution - xpos - pixelmap -> gx_pixelmap_height); in _gx_dave2d_simulation_display_driver_565rgb_4444argb_rotated_pixelmap_compressed_alpha_write() 327 while (xval < xpos + pixelmap -> gx_pixelmap_height) in _gx_dave2d_simulation_display_driver_565rgb_4444argb_rotated_pixelmap_compressed_alpha_write() 509 …ntext -> gx_draw_context_canvas -> gx_canvas_y_resolution - xpos - pixelmap -> gx_pixelmap_height); in _gx_dave2d_simulation_display_driver_565rgb_4444bgra_rotated_pixelmap_compressed_alpha_write() 520 while (xval < pixelmap -> gx_pixelmap_height) in _gx_dave2d_simulation_display_driver_565rgb_4444bgra_rotated_pixelmap_compressed_alpha_write() 548 while (xval < xpos + pixelmap -> gx_pixelmap_height) in _gx_dave2d_simulation_display_driver_565rgb_4444bgra_rotated_pixelmap_compressed_alpha_write() 732 …ntext -> gx_draw_context_canvas -> gx_canvas_y_resolution - xpos - pixelmap -> gx_pixelmap_height); in _gx_dave2d_simulation_display_driver_565rgb_32argb_rotated_pixelmap_compressed_write() 752 while (xval < pixelmap -> gx_pixelmap_height) in _gx_dave2d_simulation_display_driver_565rgb_32argb_rotated_pixelmap_compressed_write() [all …]
|
/GUIX-v6.4.1/test/guix_test/regression_test/tests/ |
D | validation_guix_all_widgets_32argb_pixelmap_draw.c | 122 test_map.gx_pixelmap_height = 100; in test_canvas_pixelmap_get() 135 test_map.gx_pixelmap_height = 100; in test_canvas_pixelmap_get() 149 ypos = TEST_CANVAS_HEIGHT - map->gx_pixelmap_height + 10; in test_canvas_pixelmap_get() 157 ypos = TEST_CANVAS_HEIGHT - map->gx_pixelmap_height + 10; in test_canvas_pixelmap_get() 161 ypos = (TEST_CANVAS_WIDTH - map->gx_pixelmap_height) >> 1; in test_canvas_pixelmap_get()
|