Home
last modified time | relevance | path

Searched refs:newypos (Results 1 – 11 of 11) sorted by relevance

/GUIX-v6.4.1/common/src/
Dgx_display_driver_8bpp_pixelmap_rotate.c103 INT newypos; in _gx_display_driver_8bpp_pixelmap_raw_rotate() local
131 newypos = ypos + cy - yres; in _gx_display_driver_8bpp_pixelmap_raw_rotate()
135 for (y = clip -> gx_rectangle_top - newypos; y <= clip -> gx_rectangle_bottom - newypos; y++) in _gx_display_driver_8bpp_pixelmap_raw_rotate()
233 INT newypos; in _gx_display_driver_8bpp_pixelmap_transparent_rotate() local
264 newypos = ypos + cy - yres; in _gx_display_driver_8bpp_pixelmap_transparent_rotate()
268 for (y = clip -> gx_rectangle_top - newypos; y <= clip -> gx_rectangle_bottom - newypos; y++) in _gx_display_driver_8bpp_pixelmap_transparent_rotate()
357 INT newypos; in _gx_display_driver_8bpp_pixelmap_simple_rotate() local
367 newypos = ypos + cy - cx; in _gx_display_driver_8bpp_pixelmap_simple_rotate()
373 … for (y = clip -> gx_rectangle_top - newypos; y <= clip -> gx_rectangle_bottom - newypos; y++) in _gx_display_driver_8bpp_pixelmap_simple_rotate()
396 newypos = ypos + cy - (height - 1 - cy); in _gx_display_driver_8bpp_pixelmap_simple_rotate()
[all …]
Dgx_display_driver_4bpp_pixelmap_rotate.c103 INT newypos; in _gx_display_driver_4bpp_pixelmap_raw_rotate() local
137 newypos = ypos + cy - yres; in _gx_display_driver_4bpp_pixelmap_raw_rotate()
141 for (y = clip -> gx_rectangle_top - newypos; y <= clip -> gx_rectangle_bottom - newypos; y++) in _gx_display_driver_4bpp_pixelmap_raw_rotate()
270 INT newypos; in _gx_display_driver_4bpp_pixelmap_transparent_rotate() local
304 newypos = ypos + cy - yres; in _gx_display_driver_4bpp_pixelmap_transparent_rotate()
308 for (y = clip -> gx_rectangle_top - newypos; y <= clip -> gx_rectangle_bottom - newypos; y++) in _gx_display_driver_4bpp_pixelmap_transparent_rotate()
429 INT newypos; in _gx_display_driver_4bpp_pixelmap_simple_rotate() local
445 newypos = ypos + cy - cx; in _gx_display_driver_4bpp_pixelmap_simple_rotate()
447 … for (y = clip -> gx_rectangle_top - newypos; y <= clip -> gx_rectangle_bottom - newypos; y++) in _gx_display_driver_4bpp_pixelmap_simple_rotate()
497 newypos = ypos + cy - (height - 1 - cy); in _gx_display_driver_4bpp_pixelmap_simple_rotate()
[all …]
Dgx_display_driver_1bpp_pixelmap_rotate.c103 INT newypos; in _gx_display_driver_1bpp_pixelmap_raw_rotate() local
137 newypos = ypos + cy - yres; in _gx_display_driver_1bpp_pixelmap_raw_rotate()
141 for (y = clip -> gx_rectangle_top - newypos; y <= clip -> gx_rectangle_bottom - newypos; y++) in _gx_display_driver_1bpp_pixelmap_raw_rotate()
261 INT newypos; in _gx_display_driver_1bpp_pixelmap_transparent_rotate() local
291 newypos = ypos + cy - yres; in _gx_display_driver_1bpp_pixelmap_transparent_rotate()
295 for (y = clip -> gx_rectangle_top - newypos; y <= clip -> gx_rectangle_bottom - newypos; y++) in _gx_display_driver_1bpp_pixelmap_transparent_rotate()
403 INT newypos; in _gx_display_driver_1bpp_pixelmap_simple_rotate() local
418 newypos = ypos + cy - cx; in _gx_display_driver_1bpp_pixelmap_simple_rotate()
420 … for (y = clip -> gx_rectangle_top - newypos; y <= clip -> gx_rectangle_bottom - newypos; y++) in _gx_display_driver_1bpp_pixelmap_simple_rotate()
458 newypos = ypos + cy - (height - 1 - cy); in _gx_display_driver_1bpp_pixelmap_simple_rotate()
[all …]
Dgx_display_driver_16bpp_pixelmap_rotate.c122 INT newypos; in _gx_display_driver_565rgb_pixelmap_raw_rotate() local
165 newypos = ypos + cy - yres; in _gx_display_driver_565rgb_pixelmap_raw_rotate()
168 for (y = clip -> gx_rectangle_top - newypos; y <= clip -> gx_rectangle_bottom - newypos; y++) in _gx_display_driver_565rgb_pixelmap_raw_rotate()
287 …blend_func(context, x + newxpos, y + newypos, (GX_COLOR)ASSEMBLECOLOR(red, green, blue), (GX_UBYTE… in _gx_display_driver_565rgb_pixelmap_raw_rotate()
376 INT newypos; in _gx_display_driver_565rgb_pixelmap_alpha_rotate() local
417 newypos = ypos + cy - yres; in _gx_display_driver_565rgb_pixelmap_alpha_rotate()
420 for (y = clip -> gx_rectangle_top - newypos; y <= clip -> gx_rectangle_bottom - newypos; y++) in _gx_display_driver_565rgb_pixelmap_alpha_rotate()
571 …blend_func(context, x + newxpos, y + newypos, (GX_COLOR)ASSEMBLECOLOR(red, green, blue), (GX_UBYTE… in _gx_display_driver_565rgb_pixelmap_alpha_rotate()
642 INT newypos; in _gx_display_driver_16bpp_pixelmap_simple_rotate() local
656 newypos = ypos + cy - cx; in _gx_display_driver_16bpp_pixelmap_simple_rotate()
[all …]
Dgx_display_driver_8bpp_rotated_pixelmap_rotate.c99 INT newypos; in _gx_display_driver_8bpp_rotated_pixelmap_raw_rotate() local
158 newypos = ypos + cy - y; in _gx_display_driver_8bpp_rotated_pixelmap_raw_rotate()
162 …for (y = rotated_clip.gx_rectangle_top - newypos; y <= rotated_clip.gx_rectangle_bottom - newypos;… in _gx_display_driver_8bpp_rotated_pixelmap_raw_rotate()
260 INT newypos; in _gx_display_driver_8bpp_rotated_pixelmap_transparent_rotate() local
319 newypos = ypos + cy - y; in _gx_display_driver_8bpp_rotated_pixelmap_transparent_rotate()
323 …for (y = rotated_clip.gx_rectangle_top - newypos; y <= rotated_clip.gx_rectangle_bottom - newypos;… in _gx_display_driver_8bpp_rotated_pixelmap_transparent_rotate()
411 INT newypos; in _gx_display_driver_8bpp_rotated_pixelmap_simple_rotate() local
445 newypos = ypos + cy - cx; in _gx_display_driver_8bpp_rotated_pixelmap_simple_rotate()
451 …for (y = rotated_clip.gx_rectangle_top - newypos; y <= rotated_clip.gx_rectangle_bottom - newypos;… in _gx_display_driver_8bpp_rotated_pixelmap_simple_rotate()
474 newypos = ypos + cy - (height - 1 - cy); in _gx_display_driver_8bpp_rotated_pixelmap_simple_rotate()
[all …]
Dgx_display_driver_4444argb_pixelmap_rotate.c124 INT newypos; in _gx_display_driver_4444argb_pixelmap_general_rotate() local
168 newypos = ypos + cy - yres; in _gx_display_driver_4444argb_pixelmap_general_rotate()
171 for (y = clip -> gx_rectangle_top - newypos; y <= clip -> gx_rectangle_bottom - newypos; y++) in _gx_display_driver_4444argb_pixelmap_general_rotate()
314 …blend_func(context, x + newxpos, y + newypos, (GX_COLOR)ASSEMBLECOLOR(alpha[0], red, green, blue),… in _gx_display_driver_4444argb_pixelmap_general_rotate()
381 INT newypos; in _gx_display_driver_4444argb_pixelmap_simple_rotate() local
394 newypos = ypos + cy - cx; in _gx_display_driver_4444argb_pixelmap_simple_rotate()
396 … for (y = clip -> gx_rectangle_top - newypos; y <= clip -> gx_rectangle_bottom - newypos; y++) in _gx_display_driver_4444argb_pixelmap_simple_rotate()
404 blend_func(context, x + newxpos, y + newypos, color, 0xff); in _gx_display_driver_4444argb_pixelmap_simple_rotate()
415 newypos = ypos + cy - (height - 1 - cy); in _gx_display_driver_4444argb_pixelmap_simple_rotate()
417 … for (y = clip -> gx_rectangle_top - newypos; y <= clip -> gx_rectangle_bottom - newypos; y++) in _gx_display_driver_4444argb_pixelmap_simple_rotate()
[all …]
Dgx_display_driver_332rgb_pixelmap_rotate.c102 INT newypos; in _gx_display_driver_332rgb_pixelmap_simple_alpha_rotate() local
119 newypos = ypos + cy - cx; in _gx_display_driver_332rgb_pixelmap_simple_alpha_rotate()
121 … for (y = clip -> gx_rectangle_top - newypos; y <= clip -> gx_rectangle_bottom - newypos; y++) in _gx_display_driver_332rgb_pixelmap_simple_alpha_rotate()
131 blend_func(context, x + newxpos, y + newypos, *get, *getalpha); in _gx_display_driver_332rgb_pixelmap_simple_alpha_rotate()
142 newypos = ypos + cy - (height - 1 - cy); in _gx_display_driver_332rgb_pixelmap_simple_alpha_rotate()
145 … for (y = clip -> gx_rectangle_top - newypos; y <= clip -> gx_rectangle_bottom - newypos; y++) in _gx_display_driver_332rgb_pixelmap_simple_alpha_rotate()
156 blend_func(context, x + newxpos, y + newypos, *get, *getalpha); in _gx_display_driver_332rgb_pixelmap_simple_alpha_rotate()
165 newypos = ypos + cx - (height - 1 - cy); in _gx_display_driver_332rgb_pixelmap_simple_alpha_rotate()
167 … for (y = clip -> gx_rectangle_top - newypos; y <= clip -> gx_rectangle_bottom - newypos; y++) in _gx_display_driver_332rgb_pixelmap_simple_alpha_rotate()
178 blend_func(context, x + newxpos, y + newypos, *get, *getalpha); in _gx_display_driver_332rgb_pixelmap_simple_alpha_rotate()
[all …]
Dgx_display_driver_16bpp_rotated_pixelmap_rotate.c118 INT newypos; in _gx_display_driver_565rgb_rotated_pixelmap_raw_rotate() local
186 newypos = ypos + cy - y; in _gx_display_driver_565rgb_rotated_pixelmap_raw_rotate()
189 …for (y = rotated_clip.gx_rectangle_top - newypos; y <= rotated_clip.gx_rectangle_bottom - newypos;… in _gx_display_driver_565rgb_rotated_pixelmap_raw_rotate()
308 …blend_func(context, x + newxpos, y + newypos, (GX_COLOR)ASSEMBLECOLOR(red, green, blue), (GX_UBYTE… in _gx_display_driver_565rgb_rotated_pixelmap_raw_rotate()
393 INT newypos; in _gx_display_driver_565rgb_rotated_pixelmap_alpha_rotate() local
459 newypos = ypos + cy - y; in _gx_display_driver_565rgb_rotated_pixelmap_alpha_rotate()
462 …for (y = rotated_clip.gx_rectangle_top - newypos; y <= rotated_clip.gx_rectangle_bottom - newypos;… in _gx_display_driver_565rgb_rotated_pixelmap_alpha_rotate()
616 …blend_func(context, x + newxpos, y + newypos, (GX_COLOR)ASSEMBLECOLOR(red, green, blue), (GX_UBYTE… in _gx_display_driver_565rgb_rotated_pixelmap_alpha_rotate()
680 INT newypos; in _gx_display_driver_16bpp_rotated_pixelmap_simple_rotate() local
714 newypos = ypos + cy - cx; in _gx_display_driver_16bpp_rotated_pixelmap_simple_rotate()
[all …]
Dgx_display_driver_32bpp_pixelmap_rotate.c126 INT newypos; in _gx_display_driver_24xrgb_pixelmap_rotate() local
175 newypos = ypos + cy - yres; in _gx_display_driver_24xrgb_pixelmap_rotate()
178 for (y = clip -> gx_rectangle_top - newypos; y <= clip -> gx_rectangle_bottom - newypos; y++) in _gx_display_driver_24xrgb_pixelmap_rotate()
308 … blend_func(context, x + newxpos, y + newypos, ASSEMBLECOLOR(red, green, blue), (GX_UBYTE)alpha); in _gx_display_driver_24xrgb_pixelmap_rotate()
396 INT newypos; in _gx_display_driver_24xrgb_pixelmap_alpha_rotate() local
444 newypos = ypos + cy - yres; in _gx_display_driver_24xrgb_pixelmap_alpha_rotate()
447 for (y = clip -> gx_rectangle_top - newypos; y <= clip -> gx_rectangle_bottom - newypos; y++) in _gx_display_driver_24xrgb_pixelmap_alpha_rotate()
557 …blend_func(context, x + newxpos, y + newypos, (GX_COLOR)ASSEMBLECOLOR(red, green, blue), (GX_UBYTE… in _gx_display_driver_24xrgb_pixelmap_alpha_rotate()
625 INT newypos; in _gx_display_driver_24xrgb_pixelmap_simple_rotate() local
641 newypos = ypos + cy - cx; in _gx_display_driver_24xrgb_pixelmap_simple_rotate()
[all …]
Dgx_display_driver_32bpp_rotated_pixelmap_rotate.c116 INT newypos; in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate() local
188 newypos = ypos + cy - y; in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate()
191 …for (y = rotated_clip.gx_rectangle_top - newypos; y <= rotated_clip.gx_rectangle_bottom - newypos;… in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate()
321 …blend_func(context, x + newxpos, y + newypos, ASSEMBLECOLOR_32ARGB((ULONG)0xff, red, green, blue),… in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate()
407 INT newypos; in _gx_display_driver_32bpp_rotated_pixelmap_alpha_rotate() local
474 newypos = ypos + cy - y; in _gx_display_driver_32bpp_rotated_pixelmap_alpha_rotate()
477 …for (y = rotated_clip.gx_rectangle_top - newypos; y <= rotated_clip.gx_rectangle_bottom - newypos;… in _gx_display_driver_32bpp_rotated_pixelmap_alpha_rotate()
590 …blend_func(context, x + newxpos, y + newypos, (GX_COLOR)ASSEMBLECOLOR_32ARGB((ULONG)0xff, red, gre… in _gx_display_driver_32bpp_rotated_pixelmap_alpha_rotate()
659 INT newypos; in _gx_display_driver_32bpp_rotated_pixelmap_simple_rotate() local
696 newypos = ypos + cy - cx; in _gx_display_driver_32bpp_rotated_pixelmap_simple_rotate()
[all …]
Dgx_display_driver_1555xrgb_pixelmap_rotate.c122 INT newypos; in _gx_display_driver_1555xrgb_pixelmap_raw_rotate() local
165 newypos = ypos + cy - yres; in _gx_display_driver_1555xrgb_pixelmap_raw_rotate()
168 for (y = clip -> gx_rectangle_top - newypos; y <= clip -> gx_rectangle_bottom - newypos; y++) in _gx_display_driver_1555xrgb_pixelmap_raw_rotate()
287 …blend_func(context, x + newxpos, y + newypos, (GX_COLOR)ASSEMBLECOLOR(red, green, blue), (GX_UBYTE… in _gx_display_driver_1555xrgb_pixelmap_raw_rotate()
376 INT newypos; in _gx_display_driver_1555xrgb_pixelmap_alpha_rotate() local
417 newypos = ypos + cy - yres; in _gx_display_driver_1555xrgb_pixelmap_alpha_rotate()
420 for (y = clip -> gx_rectangle_top - newypos; y <= clip -> gx_rectangle_bottom - newypos; y++) in _gx_display_driver_1555xrgb_pixelmap_alpha_rotate()
571 …blend_func(context, x + newxpos, y + newypos, (GX_COLOR)ASSEMBLECOLOR(red, green, blue), (GX_UBYTE… in _gx_display_driver_1555xrgb_pixelmap_alpha_rotate()