Searched refs:BYTE_RANGE (Results 1 – 7 of 7) sorted by relevance
31 #define BYTE_RANGE(_c) _c > 255 ? 255 : _c macro206 red = BYTE_RANGE(red); in _gx_utility_32argb_pixelmap_raw_resize()207 green = BYTE_RANGE(green); in _gx_utility_32argb_pixelmap_raw_resize()208 blue = BYTE_RANGE(blue); in _gx_utility_32argb_pixelmap_raw_resize()394 alpha = BYTE_RANGE(alpha); in _gx_utility_32argb_pixelmap_alpha_resize()395 red = BYTE_RANGE(red); in _gx_utility_32argb_pixelmap_alpha_resize()396 green = BYTE_RANGE(green); in _gx_utility_32argb_pixelmap_alpha_resize()397 blue = BYTE_RANGE(blue); in _gx_utility_32argb_pixelmap_alpha_resize()
33 #define BYTE_RANGE(_c) _c > 15 ? 15 : _c macro216 alpha[0] = BYTE_RANGE(alpha[0]); in _gx_utility_4444argb_pixelmap_resize()217 red = BYTE_RANGE(red); in _gx_utility_4444argb_pixelmap_resize()218 green = BYTE_RANGE(green); in _gx_utility_4444argb_pixelmap_resize()219 blue = BYTE_RANGE(blue); in _gx_utility_4444argb_pixelmap_resize()
31 #define BYTE_RANGE(_c) _c > 255 ? 255 : _c macro208 red = BYTE_RANGE(red); in _gx_utility_16bpp_pixelmap_raw_resize()209 green = BYTE_RANGE(green); in _gx_utility_16bpp_pixelmap_raw_resize()210 blue = BYTE_RANGE(blue); in _gx_utility_16bpp_pixelmap_raw_resize()430 alpha[0] = BYTE_RANGE(alpha[0]); in _gx_utility_16bpp_pixelmap_alpha_resize()431 red = BYTE_RANGE(red); in _gx_utility_16bpp_pixelmap_alpha_resize()432 green = BYTE_RANGE(green); in _gx_utility_16bpp_pixelmap_alpha_resize()433 blue = BYTE_RANGE(blue); in _gx_utility_16bpp_pixelmap_alpha_resize()
31 #define BYTE_RANGE(_c) _c > 255 ? 255 : _c macro208 red = BYTE_RANGE(red); in _gx_utility_1555xrgb_pixelmap_raw_resize()209 green = BYTE_RANGE(green); in _gx_utility_1555xrgb_pixelmap_raw_resize()210 blue = BYTE_RANGE(blue); in _gx_utility_1555xrgb_pixelmap_raw_resize()430 alpha[0] = BYTE_RANGE(alpha[0]); in _gx_utility_1555xrgb_pixelmap_alpha_resize()431 red = BYTE_RANGE(red); in _gx_utility_1555xrgb_pixelmap_alpha_resize()432 green = BYTE_RANGE(green); in _gx_utility_1555xrgb_pixelmap_alpha_resize()433 blue = BYTE_RANGE(blue); in _gx_utility_1555xrgb_pixelmap_alpha_resize()
31 #define BYTE_RANGE(_c) _c > 255 ? 255 : _c macro305 red = BYTE_RANGE(red); in _gx_utility_32argb_pixelmap_raw_rotate()306 green = BYTE_RANGE(green); in _gx_utility_32argb_pixelmap_raw_rotate()307 blue = BYTE_RANGE(blue); in _gx_utility_32argb_pixelmap_raw_rotate()308 alpha = BYTE_RANGE(alpha); in _gx_utility_32argb_pixelmap_raw_rotate()566 red = BYTE_RANGE(red); in _gx_utility_32argb_pixelmap_alpha_rotate()567 green = BYTE_RANGE(green); in _gx_utility_32argb_pixelmap_alpha_rotate()568 blue = BYTE_RANGE(blue); in _gx_utility_32argb_pixelmap_alpha_rotate()569 alpha = BYTE_RANGE(alpha); in _gx_utility_32argb_pixelmap_alpha_rotate()
32 #define BYTE_RANGE(_c) _c > 255 ? 255 : _c macro304 red = BYTE_RANGE(red); in _gx_display_driver_24xrgb_pixelmap_rotate()305 green = BYTE_RANGE(green); in _gx_display_driver_24xrgb_pixelmap_rotate()306 blue = BYTE_RANGE(blue); in _gx_display_driver_24xrgb_pixelmap_rotate()307 alpha = BYTE_RANGE(alpha); in _gx_display_driver_24xrgb_pixelmap_rotate()553 red = BYTE_RANGE(red); in _gx_display_driver_24xrgb_pixelmap_alpha_rotate()554 green = BYTE_RANGE(green); in _gx_display_driver_24xrgb_pixelmap_alpha_rotate()555 blue = BYTE_RANGE(blue); in _gx_display_driver_24xrgb_pixelmap_alpha_rotate()556 alpha = BYTE_RANGE(alpha); in _gx_display_driver_24xrgb_pixelmap_alpha_rotate()
22 #define BYTE_RANGE(_c) _c > 255 ? 255 : _c macro317 red = BYTE_RANGE(red); in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate()318 green = BYTE_RANGE(green); in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate()319 blue = BYTE_RANGE(blue); in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate()320 alpha = BYTE_RANGE(alpha); in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate()586 red = BYTE_RANGE(red); in _gx_display_driver_32bpp_rotated_pixelmap_alpha_rotate()587 green = BYTE_RANGE(green); in _gx_display_driver_32bpp_rotated_pixelmap_alpha_rotate()588 blue = BYTE_RANGE(blue); in _gx_display_driver_32bpp_rotated_pixelmap_alpha_rotate()589 alpha = BYTE_RANGE(alpha); in _gx_display_driver_32bpp_rotated_pixelmap_alpha_rotate()