Searched refs:rgb (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/libbcc/runtime/www/
H A Dmenu.css29 background-color: rgb(192,192,192);
35 background-color: rgb(235,235,235);
38 color:rgb(100,50,100);
/frameworks/base/opengl/tests/gl_perf/
H A Dfill_common.cpp230 static uint32_t rgb(uint32_t r, uint32_t g, uint32_t b) function
243 m[y*1024 + x] = rgb(x, (((x+y) & 0xff) == 0x7f) * 0xff, y);
255 m[y*16 + x] = rgb(x << 4, (((x+y) & 0xf) == 0x7) * 0xff, y << 4);
/frameworks/base/opengl/libagl/
H A Ddxt.cpp72 * r4r3r2r1 r0g5g4g3 g2g1g0b4 b3b2b1b0 rgb
73 * r4r3r2 r1r0g5g4 g3g2g1g0 b4b3b2b1 b0 0 0 0 rgb << 3
78 * r4r3r2r1 r0------ -------- -------- -------- -------- (rgb << 8) & 0xf80000
79 * r4r3r2 -------- -------- -------- -------- (rgb << 3) & 0x070000
80 * g5g4g3g2 g1g0---- -------- -------- (rgb << 5) & 0x00fc00
81 * g5g4 -------- -------- (rgb >> 1) & 0x000300
82 * b4b3b2b1 b0------ (rgb << 3) & 0x0000f8
83 * b4b3b2 (rgb >> 2) & 0x000007
85 * Operation count: 5 <<, 6 &, 5 | (n.b. rgb >> 3 is used twice)
87 inline static int rgb565To888(int rgb) argument
[all...]
H A Dmipmap.cpp73 uint32_t rgb = (grb & 0xFFFF) | (grb >> 16); local
74 dst[x + y*stride] = rgb;
/frameworks/base/services/camera/libcameraservice/
H A DFakeCamera.cpp30 // TODO: All this rgb to yuv should probably be in a util class.
283 static void convert_rgb16_to_yuv420(uint8_t *rgb, uint8_t *yuv, int width, int height) argument
305 ccrgb16toyuv_wo_colorkey(rgb, yuv, param, table);
/frameworks/base/graphics/java/android/graphics/
H A DColor.java92 public static int rgb(int red, int green, int blue) { method in class:Color
/frameworks/base/telephony/java/com/android/internal/telephony/cat/
H A DIconLoader.java316 pixels[pixelIndex++] = Color.rgb(clut[clutIndex],
/frameworks/base/opengl/tests/hwc/
H A DhwcTestLib.cpp798 bool rgb; member in struct:attrib
875 if (fromAttrib->rgb && toAttrib->yuv) {
912 if (fromAttrib->yuv && toAttrib->rgb) {

Completed in 106 milliseconds