Searched refs:Red (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/ugraphics/src/format/ |
A D | to_rgb565.c | 24 unsigned char Red = 0; in rgb888torgb565() local 36 Red = rgb888_buf[i] >> 3; in rgb888torgb565() 39 rgb565_buf[count++] = ((Red << 11) | (Green << 5) | (Blue)); in rgb888torgb565() 47 unsigned char Red = 0; in rgb565torgb888() local 59 Red = (rgb565_buf[i] & RGB565_RED) >> 8 ; in rgb565torgb888() 63 rgb888_buf[count++] = Red; in rgb565torgb888()
|
/AliOS-Things-master/components/freetype/src/gxvalid/ |
A D | Jamfile | 4 # suzuki toshiya, Masatake YAMATO and Red Hat K.K.
|
A D | README | 522 suzuki toshiya, Masatake YAMATO, Red hat K.K.,
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/ |
A D | gifdec.c | 58 | (color.Red << 16) in GIFGetBackgroundColor() 105 dst[i] = c.Blue | (c.Green << 8) | (c.Red << 16) | (0xffu << 24); in Remap()
|
A D | anim_util.c | 409 (color.Red << 16) | in GetBackgroundColorGIF() 473 dst[4 * i + 0] = c.Red; in RemapPixelsGIF()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | README.mux | 88 the Alpha, Red, Green and Blue component values respectively
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | structure.txt | 20 A "component" means a color channel, e.g., Red or Luminance.
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | ChangeLog | 2233 Red Hat Security Response team for the fix. 2440 care of Tom Lane @ Red Hat.
|
/AliOS-Things-master/components/mbedtls/ |
A D | ChangeLog | 1345 signatures. (Found by Florian Weimer, Red Hat.)
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | libpng-manual.txt | 847 specification. Red, green and blue, or gray, components are
|
Completed in 24 milliseconds