Searched refs:BYTE_RANGE (Results 1 – 7 of 7) sorted by relevance
30 #define BYTE_RANGE(_c) _c > 255 ? 255 : _c macro205 red = BYTE_RANGE(red); in _gx_utility_32argb_pixelmap_raw_resize()206 green = BYTE_RANGE(green); in _gx_utility_32argb_pixelmap_raw_resize()207 blue = BYTE_RANGE(blue); in _gx_utility_32argb_pixelmap_raw_resize()393 alpha = BYTE_RANGE(alpha); in _gx_utility_32argb_pixelmap_alpha_resize()394 red = BYTE_RANGE(red); in _gx_utility_32argb_pixelmap_alpha_resize()395 green = BYTE_RANGE(green); in _gx_utility_32argb_pixelmap_alpha_resize()396 blue = BYTE_RANGE(blue); in _gx_utility_32argb_pixelmap_alpha_resize()
30 #define BYTE_RANGE(_c) _c > 255 ? 255 : _c macro207 red = BYTE_RANGE(red); in _gx_utility_1555xrgb_pixelmap_raw_resize()208 green = BYTE_RANGE(green); in _gx_utility_1555xrgb_pixelmap_raw_resize()209 blue = BYTE_RANGE(blue); in _gx_utility_1555xrgb_pixelmap_raw_resize()429 alpha[0] = BYTE_RANGE(alpha[0]); in _gx_utility_1555xrgb_pixelmap_alpha_resize()430 red = BYTE_RANGE(red); in _gx_utility_1555xrgb_pixelmap_alpha_resize()431 green = BYTE_RANGE(green); in _gx_utility_1555xrgb_pixelmap_alpha_resize()432 blue = BYTE_RANGE(blue); in _gx_utility_1555xrgb_pixelmap_alpha_resize()
30 #define BYTE_RANGE(_c) _c > 255 ? 255 : _c macro207 red = BYTE_RANGE(red); in _gx_utility_16bpp_pixelmap_raw_resize()208 green = BYTE_RANGE(green); in _gx_utility_16bpp_pixelmap_raw_resize()209 blue = BYTE_RANGE(blue); in _gx_utility_16bpp_pixelmap_raw_resize()429 alpha[0] = BYTE_RANGE(alpha[0]); in _gx_utility_16bpp_pixelmap_alpha_resize()430 red = BYTE_RANGE(red); in _gx_utility_16bpp_pixelmap_alpha_resize()431 green = BYTE_RANGE(green); in _gx_utility_16bpp_pixelmap_alpha_resize()432 blue = BYTE_RANGE(blue); in _gx_utility_16bpp_pixelmap_alpha_resize()
32 #define BYTE_RANGE(_c) _c > 15 ? 15 : _c macro215 alpha[0] = BYTE_RANGE(alpha[0]); in _gx_utility_4444argb_pixelmap_resize()216 red = BYTE_RANGE(red); in _gx_utility_4444argb_pixelmap_resize()217 green = BYTE_RANGE(green); in _gx_utility_4444argb_pixelmap_resize()218 blue = BYTE_RANGE(blue); in _gx_utility_4444argb_pixelmap_resize()
30 #define BYTE_RANGE(_c) _c > 255 ? 255 : _c macro304 red = BYTE_RANGE(red); in _gx_utility_32argb_pixelmap_raw_rotate()305 green = BYTE_RANGE(green); in _gx_utility_32argb_pixelmap_raw_rotate()306 blue = BYTE_RANGE(blue); in _gx_utility_32argb_pixelmap_raw_rotate()307 alpha = BYTE_RANGE(alpha); in _gx_utility_32argb_pixelmap_raw_rotate()565 red = BYTE_RANGE(red); in _gx_utility_32argb_pixelmap_alpha_rotate()566 green = BYTE_RANGE(green); in _gx_utility_32argb_pixelmap_alpha_rotate()567 blue = BYTE_RANGE(blue); in _gx_utility_32argb_pixelmap_alpha_rotate()568 alpha = BYTE_RANGE(alpha); in _gx_utility_32argb_pixelmap_alpha_rotate()
31 #define BYTE_RANGE(_c) _c > 255 ? 255 : _c macro303 red = BYTE_RANGE(red); in _gx_display_driver_24xrgb_pixelmap_rotate()304 green = BYTE_RANGE(green); in _gx_display_driver_24xrgb_pixelmap_rotate()305 blue = BYTE_RANGE(blue); in _gx_display_driver_24xrgb_pixelmap_rotate()306 alpha = BYTE_RANGE(alpha); in _gx_display_driver_24xrgb_pixelmap_rotate()552 red = BYTE_RANGE(red); in _gx_display_driver_24xrgb_pixelmap_alpha_rotate()553 green = BYTE_RANGE(green); in _gx_display_driver_24xrgb_pixelmap_alpha_rotate()554 blue = BYTE_RANGE(blue); in _gx_display_driver_24xrgb_pixelmap_alpha_rotate()555 alpha = BYTE_RANGE(alpha); in _gx_display_driver_24xrgb_pixelmap_alpha_rotate()
21 #define BYTE_RANGE(_c) _c > 255 ? 255 : _c macro316 red = BYTE_RANGE(red); in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate()317 green = BYTE_RANGE(green); in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate()318 blue = BYTE_RANGE(blue); in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate()319 alpha = BYTE_RANGE(alpha); in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate()585 red = BYTE_RANGE(red); in _gx_display_driver_32bpp_rotated_pixelmap_alpha_rotate()586 green = BYTE_RANGE(green); in _gx_display_driver_32bpp_rotated_pixelmap_alpha_rotate()587 blue = BYTE_RANGE(blue); in _gx_display_driver_32bpp_rotated_pixelmap_alpha_rotate()588 alpha = BYTE_RANGE(alpha); in _gx_display_driver_32bpp_rotated_pixelmap_alpha_rotate()