Home
last modified time | relevance | path

Searched refs:color (Results 1 – 25 of 42) sorted by relevance

12

/system/chre/platform/linux/include/chre/target_platform/
Dlog.h31 #define CHRE_LINUX_LOG(level, color, fmt, ...) \ argument
32 printf("\e[" color "m%s %s:%d\t" fmt "\e[0m\n", \
37 #define CHRE_LINUX_LOG(level, color, fmt, ...) \ argument
39 "\e[" color "m%s %s:%d\t" fmt "\e[0m", \
/system/tools/hidl/docs/resources/assets/
Dstyle.css4 color: #999;
9 color: #37474f;
14 background-color: transparent;
/system/testing/gtest_extras/
DColor.cpp30 const auto& gtest_color = ::testing::GTEST_FLAG(color); in ShouldUseColor()
59 void ColoredPrintf(const char* color, const char* fmt, ...) { in ColoredPrintf() argument
68 printf("%s", color); in ColoredPrintf()
DIsolateMain.cpp122 ::testing::GTEST_FLAG(color) = args[gtest_color_index] + 14; in IsolateMain()
165 ::testing::GTEST_FLAG(color) = options.color(); in IsolateMain()
DColor.h27 void ColoredPrintf(const char* color, const char* fmt, ...);
DIsolate.cpp435 ColoredPrintf(results.color, results.prefix); in PrintResults()
444 ColoredPrintf(results.color, results.prefix); in PrintResults()
465 .color = COLOR_YELLOW,
478 .color = COLOR_RED,
487 .color = COLOR_RED,
496 .color = COLOR_RED,
508 .color = COLOR_GREEN,
DOptions.h51 const std::string& color() const { return strings_.at("gtest_color"); } in color() function
DIsolate.h49 const char* color; member
/system/core/libpixelflinger/
Dpixelflinger.cpp112 if (surface->format != c->state.buffers.color.format) in ggl_colorBuffer()
122 ggl_set_surface(c, &(c->state.buffers.color), surface); in ggl_colorBuffer()
218 static void ggl_color4xv(void* con, const GGLclampx* color) in ggl_color4xv() argument
221 c->shade.r0 = gglFixedToIteratedColor(color[0]); in ggl_color4xv()
222 c->shade.g0 = gglFixedToIteratedColor(color[1]); in ggl_color4xv()
223 c->shade.b0 = gglFixedToIteratedColor(color[2]); in ggl_color4xv()
224 c->shade.a0 = gglFixedToIteratedColor(color[3]); in ggl_color4xv()
278 static void ggl_fogColor3xv(void* con, const GGLclampx* color) in ggl_fogColor3xv() argument
281 const int32_t r = gglClampx(color[0]); in ggl_fogColor3xv()
282 const int32_t g = gglClampx(color[1]); in ggl_fogColor3xv()
[all …]
Dpicker.cpp44 new_needs.n |= GGL_BUILD_NEEDS(c->state.buffers.color.format, CB_FORMAT); in ggl_pick()
50 uint32_t n = GGL_BUILD_NEEDS(c->state.buffers.color.format, CB_FORMAT); in ggl_pick()
57 const GGLFormat& cbf = c->formats[ c->state.buffers.color.format ]; in ggl_pick()
99 n |= GGL_BUILD_NEEDS(c->state.mask.color^0xF, MASK_ARGB); in ggl_pick()
Dclear.cpp108 if (c->state.buffers.color.format == 0) in ggl_clear()
122 c->state.buffers.color.format, in ggl_clear()
131 memset2d(c, c->state.buffers.color, packed, l, t, w, h); in ggl_clear()
Dscanline.cpp907 GGLfixed fc = (c->state.fog.color[i] * 0x10000) / 0xFF; in scanline()
920 c->state.buffers.color.read( in scanline()
921 &(c->state.buffers.color), c, x, y, &fb); in scanline()
926 c->state.buffers.color.write( in scanline()
927 &(c->state.buffers.color), c, x, y, &fragment); in scanline()
1436 const surface_t* cb = &(c->state.buffers.color); in dst_iterator16()
1665 c->packed = ggl_pack_color(c, c->state.buffers.color.format, in init_y()
1773 uint8_t f = c->state.buffers.color.format; in init_y_packed()
2093 surface_t* cb = &(c->state.buffers.color); in scanline_col32cb16blend()
2136 surface_t* cb = &(c->state.buffers.color); in scanline_t32cb16()
[all …]
Dbuffer.cpp104 surface_t& s = c->state.buffers.color; in ggl_pick_cb()
190 if (h && (c->state.mask.color & component_mask)) { in write_pixel()
202 if ((c->state.mask.color != 0xF) || in write_pixel()
/system/media/camera/docs/
Dhtml.mako23 body { background-color: #f7f7f7; font-family: Roboto, sans-serif;}
24 h1 { color: #333333; }
25 h2 { color: #333333; }
26 a:link { color: #258aaf; text-decoration: none}
27 a:hover { color: #459aaf; text-decoration: underline }
28 a:visited { color: #154a5f; text-decoration: none}
29color: #eeeeee; font-size: 1.5em; font-weight: bold; background-color: #888888; padding: 0.5em 0em…
30 ….kind { color: #eeeeee; font-size: 1.2em; font-weight: bold; padding-left: 1.5em; background-color
31 .entry { background-color: #f0f0f0 }
32 .entry_cont { background-color: #f0f0f0 }
[all …]
Dplots.py54 plt.text(x,y, imgMap[y,x,index], color='white')
/system/core/toolbox/upstream-netbsd/usr.bin/grep/
Dutil.c345 if ((color != NULL && !oflag) || qflag || lflag) in procline()
354 if ((color != NULL && !oflag) || qflag || lflag) in procline()
473 if ((oflag || color) && m > 0) { in printline()
478 if (color) in printline()
479 fprintf(stdout, "\33[%sm\33[K", color); in printline()
485 if (color) in printline()
Dgrep.c121 const char *color; /* --color */ variable
588 color = NULL; in main()
597 color = init_color("01;31"); in main()
601 color = init_color("01;31"); in main()
Dgrep.h124 extern const char *color;
/system/bt/test/
Dgen_coverage.py117 color = 'column-entry-yellow'
119 color = 'column-entry-green'
121 color = 'column-entry-red'
122 f.write("<td class=\'" + color + "\'><pre>" + value + "</pre></td>")
/system/extras/simpleperf/scripts/inferno/
Dsvg_renderer.py82 r_border, g_border, b_border = [max(0, color - 50) for color in [r, g, b]]
/system/core/fs_mgr/tests/
Dadb-remount-test.sh552 --longoptions help,serial:,colour,color,no-colour,no-color \
559 color=false
570 --color | --colour)
571 color=true
573 --no-color | --no-colour)
574 color=false
593 if ! ${color}; then
/system/core/libpixelflinger/include/pixelflinger/
Dpixelflinger.h231 void (*color4xv)(void* c, const GGLclampx* color);
243 void (*fogColor3xv)(void* c, const GGLclampx* color);
/system/core/libpixelflinger/include/private/pixelflinger/
Dggl_context.h289 uint8_t color;
308 uint8_t color[4];
431 surface_t color;
/system/extras/simpleperf/scripts/
Dreport_html.js1245 let color = this._getHeatColor(width);
1247 for (let key in color) {
1248 borderColor[key] = Math.max(0, color[key] - 50);
1257 ofill="rgb(${color.r},${color.g},${color.b})"
1258 fill="rgb(${color.r},${color.g},${color.b})"
/system/testing/gtest_extras/tests/
DOptionsTest.cpp76 EXPECT_EQ("auto", options.color()); in TEST()
417 EXPECT_EQ("yes", options.color()); in TEST()
640 EXPECT_EQ("auto", options.color()); in TEST()
771 EXPECT_EQ("yes", options.color()); in TEST()

12