Home
last modified time | relevance | path

Searched defs:color (Results 1 – 15 of 15) sorted by relevance

/system/teeui/libteeui/include/teeui/
Dbutton.h38 ButtonImpl(pxs radius, Color color, Color convexObjectColor, bool roundTopLeft, in ButtonImpl()
44 void setColor(Color color) { color_ = color; } in setColor()
45 void setConvexObjectColor(Color color) { convexObjectColor_ = color; } in setConvexObjectColor()
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()
160 #define TextColor(color) static const constexpr auto label_text_color = color argument
/system/chre/platform/linux/include/chre/target_platform/
Dlog.h32 #define CHRE_LINUX_LOG(logLevel, levelStr, color, fmt, ...) \ argument
38 #define CHRE_LINUX_LOG(logLevel, levelStr, color, fmt, ...) \ argument
/system/testing/gtest_extras/
DColor.cpp59 void ColoredPrintf(const char* color, const char* fmt, ...) { in ColoredPrintf()
DOptions.h51 const std::string& color() const { return strings_.at("gtest_color"); } in color() function
DIsolate.h49 const char* color; member
/system/chre/chpp/platform/linux/include/chpp/platform/
Dplatform_log.h40 #define CHPP_LINUX_LOG(level, color, fmt, ...) \ argument
/system/teeui/libteeui/src/
Dbutton.cpp33 auto drawPixelBoundsEnforced = [&](uint32_t x, uint32_t y, Color color) -> Error { in draw()
76 auto color = drawCirclePoint(center, intRadius, pos, color_); in draw() local
Dlabel.cpp45 makePixelDrawer([&, this](uint32_t x, uint32_t y, Color color) -> Error { in draw()
/system/tools/hidl/lint/
DLint.cpp82 static std::string setColor(Color color, bool bold = false) { in setColor()
/system/teeui/test/
Dteeui_device_config.cpp58 const uint32_t color = data[linestart + col]; in saveToPpm() local
/system/extras/simpleperf/scripts/test/script_testdata/
Dperf_with_tracepoint_event.gecko.json8 "color": "yellow", string
15 "color": "orange", string
22 "color": "yellow", string
29 "color": "green", string
36 "color": "green", string
43 "color": "blue", string
50 "color": "grey", string
Dperf_with_interpreter_frames.gecko.json8 "color": "yellow", string
15 "color": "orange", string
22 "color": "yellow", string
29 "color": "green", string
36 "color": "green", string
43 "color": "blue", string
50 "color": "grey", string
/system/teeui/libteeui/example/
Dphys_button_example.cpp138 [&fb](uint32_t x, uint32_t y, Color color) -> Error { return fb.drawPixel(x, y, color); }); in renderUIIntoBuffer()
Dtouch_button_example.cpp175 [&fb](uint32_t x, uint32_t y, Color color) -> Error { return fb.drawPixel(x, y, color); }); in renderUIIntoBuffer()