Searched defs:color (Results 1 – 12 of 12) sorted by relevance
/system/teeui/libteeui/include/teeui/ |
D | button.h | 38 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
|
D | label.h | 80 void setTextColor(Color color) { textColor_ = color; } in setTextColor() 157 #define TextColor(color) static const constexpr auto label_text_color = color argument
|
/system/chre/platform/linux/include/chre/target_platform/ |
D | log.h | 32 #define CHRE_LINUX_LOG(logLevel, levelStr, color, fmt, ...) \ argument 38 #define CHRE_LINUX_LOG(logLevel, levelStr, color, fmt, ...) \ argument
|
/system/testing/gtest_extras/ |
D | Color.cpp | 59 void ColoredPrintf(const char* color, const char* fmt, ...) { in ColoredPrintf()
|
D | Options.h | 50 const std::string& color() const { return strings_.at("gtest_color"); } in color() function
|
D | Isolate.h | 49 const char* color; member
|
/system/chre/chpp/platform/linux/include/chpp/platform/ |
D | platform_log.h | 38 #define CHPP_LINUX_LOG(level, color, fmt, ...) \ argument
|
/system/teeui/libteeui/src/ |
D | button.cpp | 33 auto drawPixelBoundsEnforced = [&](uint32_t x, uint32_t y, Color color) -> Error { in draw() 76 auto color = drawCirclePoint(center, intRadius, pos, color_); in draw() local
|
D | label.cpp | 45 makePixelDrawer([&, this](uint32_t x, uint32_t y, Color color) -> Error { in draw()
|
/system/tools/hidl/lint/ |
D | Lint.cpp | 82 static std::string setColor(Color color, bool bold = false) { in setColor()
|
/system/teeui/libteeui/example/ |
D | phys_button_example.cpp | 138 [&fb](uint32_t x, uint32_t y, Color color) -> Error { return fb.drawPixel(x, y, color); }); in renderUIIntoBuffer()
|
D | touch_button_example.cpp | 175 [&fb](uint32_t x, uint32_t y, Color color) -> Error { return fb.drawPixel(x, y, color); }); in renderUIIntoBuffer()
|