Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ugraphics/src/format/
A Dto_rgb565.c26 unsigned char Blue = 0; in rgb888torgb565() local
38 Blue = rgb888_buf[i + 2] >> 3; in rgb888torgb565()
39 rgb565_buf[count++] = ((Red << 11) | (Green << 5) | (Blue)); in rgb888torgb565()
49 unsigned char Blue = 0; in rgb565torgb888() local
61 Blue = (rgb565_buf[i] & RGB565_BLUE) << 3 ; in rgb565torgb888()
65 rgb888_buf[count++] = Blue; in rgb565torgb888()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Dgifdec.c60 | (color.Blue << 0); in GIFGetBackgroundColor()
105 dst[i] = c.Blue | (c.Green << 8) | (c.Red << 16) | (0xffu << 24); in Remap()
A Danim_util.c411 (color.Blue << 0); in GetBackgroundColorGIF()
475 dst[4 * i + 2] = c.Blue; in RemapPixelsGIF()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DREADME.mux88 the Alpha, Red, Green and Blue component values respectively

Completed in 8 milliseconds