Home
last modified time | relevance | path

Searched refs:color_ (Results 1 – 2 of 2) sorted by relevance

/system/teeui/libteeui/src/
Dbutton.cpp76 auto color = drawCirclePoint(center, intRadius, pos, color_); in draw()
89 Box<intpxs>(0, 0, intRadius, intRadius).translate(intBounds.topLeft()), color_)) { in draw()
99 color_)) { in draw()
109 color_)) { in draw()
120 color_)) { in draw()
129 if (auto error = drawBox(centerbox, color_)) return error; in draw()
134 color_)) { in draw()
140 color_)) { in draw()
146 color_)) { in draw()
152 color_)) { in draw()
/system/teeui/libteeui/include/teeui/
Dbutton.h36 : radius_(0), color_(0), convexObjectColor_(0), roundTopLeft_(false), roundTopRight_(false), in ButtonImpl()
40 : radius_(radius), color_(color), convexObjectColor_(convexObjectColor), in ButtonImpl()
44 void setColor(Color color) { color_ = color; } in setColor()
52 Color color_; variable