Home
last modified time | relevance | path

Searched refs:width_in_bytes (Results 1 – 4 of 4) sorted by relevance

/GUIX-v6.4.1/common/src/
Dgx_display_driver_32bpp_block_move.c78 int width_in_bytes; in _gx_display_driver_32bpp_block_move() local
96 width_in_bytes = width * (int)sizeof(GX_COLOR); in _gx_display_driver_32bpp_block_move()
98 if (width_in_bytes <= 0) in _gx_display_driver_32bpp_block_move()
105 memmove(pPut, pGet, (size_t)width_in_bytes); in _gx_display_driver_32bpp_block_move()
123 width_in_bytes = width * (int)sizeof(GX_COLOR); in _gx_display_driver_32bpp_block_move()
125 if (width_in_bytes <= 0) in _gx_display_driver_32bpp_block_move()
132 memmove(pPut, pGet, (size_t)width_in_bytes); in _gx_display_driver_32bpp_block_move()
142 width_in_bytes = width * (int)sizeof(GX_COLOR); in _gx_display_driver_32bpp_block_move()
159 memmove(pPut, pGet, (size_t)width_in_bytes); in _gx_display_driver_32bpp_block_move()
180 memmove(pPut, pGet, (size_t)width_in_bytes); in _gx_display_driver_32bpp_block_move()
Dgx_display_driver_16bpp_block_move.c82 INT width_in_bytes; in _gx_display_driver_16bpp_block_move() local
108 width_in_bytes = width * (int)sizeof(USHORT); in _gx_display_driver_16bpp_block_move()
110 if (width_in_bytes <= 0) in _gx_display_driver_16bpp_block_move()
117 memmove(pPut, pGet, (size_t)width_in_bytes); in _gx_display_driver_16bpp_block_move()
135 width_in_bytes = width * (int)sizeof(USHORT); in _gx_display_driver_16bpp_block_move()
137 if (width_in_bytes <= 0) in _gx_display_driver_16bpp_block_move()
144 memmove(pPut, pGet, (size_t)width_in_bytes); in _gx_display_driver_16bpp_block_move()
154 width_in_bytes = width * (int)sizeof(USHORT); in _gx_display_driver_16bpp_block_move()
171 memmove(pPut, pGet, (size_t)width_in_bytes); in _gx_display_driver_16bpp_block_move()
192 memmove(pPut, pGet, (size_t)width_in_bytes); in _gx_display_driver_16bpp_block_move()
Dgx_display_driver_32bpp_rotated_block_move.c77 int width_in_bytes; in _gx_display_driver_32bpp_rotated_block_move() local
117 width_in_bytes = width * (int)sizeof(GX_COLOR); in _gx_display_driver_32bpp_rotated_block_move()
119 if (width_in_bytes <= 0) in _gx_display_driver_32bpp_rotated_block_move()
126 memmove(pPut, pGet, (size_t)width_in_bytes); in _gx_display_driver_32bpp_rotated_block_move()
144 width_in_bytes = width * (int)sizeof(GX_COLOR); in _gx_display_driver_32bpp_rotated_block_move()
146 if (width_in_bytes <= 0) in _gx_display_driver_32bpp_rotated_block_move()
153 memmove(pPut, pGet, (size_t)width_in_bytes); in _gx_display_driver_32bpp_rotated_block_move()
163 width_in_bytes = width * (int)sizeof(GX_COLOR); in _gx_display_driver_32bpp_rotated_block_move()
180 memmove(pPut, pGet, (size_t)width_in_bytes); in _gx_display_driver_32bpp_rotated_block_move()
201 memmove(pPut, pGet, (size_t)width_in_bytes); in _gx_display_driver_32bpp_rotated_block_move()
Dgx_display_driver_16bpp_rotated_block_move.c78 INT width_in_bytes; in _gx_display_driver_16bpp_rotated_block_move() local
119 width_in_bytes = width * (int)sizeof(USHORT); in _gx_display_driver_16bpp_rotated_block_move()
121 if (width_in_bytes <= 0) in _gx_display_driver_16bpp_rotated_block_move()
128 memmove(pPut, pGet, (size_t)width_in_bytes); in _gx_display_driver_16bpp_rotated_block_move()
147 width_in_bytes = width * (int)sizeof(USHORT); in _gx_display_driver_16bpp_rotated_block_move()
149 if (width_in_bytes <= 0) in _gx_display_driver_16bpp_rotated_block_move()
156 memmove(pPut, pGet, (size_t)width_in_bytes); in _gx_display_driver_16bpp_rotated_block_move()
166 width_in_bytes = width * (int)sizeof(USHORT); in _gx_display_driver_16bpp_rotated_block_move()
184 memmove(pPut, pGet, (size_t)width_in_bytes); in _gx_display_driver_16bpp_rotated_block_move()
206 memmove(pPut, pGet, (size_t)width_in_bytes); in _gx_display_driver_16bpp_rotated_block_move()