Home
last modified time | relevance | path

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

123

/system/teeui/libteeui/include/teeui/
Dbutton.h38 ButtonImpl(pxs radius, Color color, Color convexObjectColor, bool roundTopLeft, in ButtonImpl() argument
40 : radius_(radius), color_(color), convexObjectColor_(convexObjectColor), in ButtonImpl()
44 void setColor(Color color) { color_ = color; } in setColor() argument
45 void setConvexObjectColor(Color color) { convexObjectColor_ = color; } in setConvexObjectColor() argument
115 #define ButtonColor(color) static const constexpr auto button_color = color argument
132 #define ConvexObjectColor(color) static constexpr const auto button_drawable_object_color = color argument
Dlabel.h80 void setTextColor(Color color) { textColor_ = color; } in setTextColor() argument
157 #define TextColor(color) static const constexpr auto label_text_color = color argument
/system/teeui/libteeui/example/
Dexample_utils.cpp39 Error FrameBuffer::drawPixel(uint32_t x, uint32_t y, uint32_t color) const { in drawPixel()
44 double alfa = (color & 0xff000000) >> 24; in drawPixel()
47 buffer_[pos] = alfaCombineChannel(0, alfa, color, acc) | in drawPixel()
48 alfaCombineChannel(8, alfa, color, acc) | in drawPixel()
49 alfaCombineChannel(16, alfa, color, acc); in drawPixel()
Dphys_button_example.cpp138 [&fb](uint32_t x, uint32_t y, Color color) -> Error { return fb.drawPixel(x, y, color); }); in renderUIIntoBuffer() argument
Dexample_utils.h52 Error drawPixel(uint32_t x, uint32_t y, uint32_t color) const;
Dtouch_button_example.cpp175 [&fb](uint32_t x, uint32_t y, Color color) -> Error { return fb.drawPixel(x, y, color); }); in renderUIIntoBuffer() argument
/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/bt/gd/cert/
Dasync_subprocess_logger.py40 color: TerminalColor = None):
59 self.color = color
77 if self.color:
78 loggableTag = "[%s%s%s]" % (self.color, self.tag, TerminalColor.END)
/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.cpp114 ::testing::GTEST_FLAG(color) = args[gtest_color_index] + 14; in IsolateMain()
145 ::testing::GTEST_FLAG(color) = options.color(); in IsolateMain()
DColor.h27 void ColoredPrintf(const char* color, const char* fmt, ...);
DIsolate.cpp470 ColoredPrintf(results.color, results.prefix); in PrintResults()
479 ColoredPrintf(results.color, results.prefix); in PrintResults()
500 .color = COLOR_YELLOW,
513 .color = COLOR_RED,
522 .color = COLOR_RED,
531 .color = COLOR_RED,
543 .color = COLOR_GREEN,
DIsolate.h49 const char* color; member
DOptions.h50 const std::string& color() const { return strings_.at("gtest_color"); } in color() function
/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 …]
/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 …]
/system/tools/hidl/lint/
DLint.cpp82 static std::string setColor(Color color, bool bold = false) { in setColor() argument
86 if (bold && color != DEFAULT) ret += ";"; in setColor()
87 if (color != DEFAULT) ret += std::to_string(color); in setColor()
/system/teeui/libteeui/src/
Dbutton.cpp33 auto drawPixelBoundsEnforced = [&](uint32_t x, uint32_t y, Color color) -> Error { in draw() argument
38 return drawPixel(x, y, color); in draw()
76 auto color = drawCirclePoint(center, intRadius, pos, color_); in draw() local
77 if (auto error = drawPixelBoundsEnforced(pos.x().count(), pos.y().count(), color)) { in draw()
Dlabel.cpp45 makePixelDrawer([&, this](uint32_t x, uint32_t y, Color color) -> Error { in draw() argument
51 return drawPixel(x, y, (textColor_ & 0xffffff) | (color & 0xff000000)); in draw()
/system/bt/test/
Dgen_coverage.py121 color = 'column-entry-yellow'
123 color = 'column-entry-green'
125 color = 'column-entry-red'
126 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/libpixelflinger/include/pixelflinger/
Dpixelflinger.h231 void (*color4xv)(void* c, const GGLclampx* color);
243 void (*fogColor3xv)(void* c, const GGLclampx* color);

123