Lines Matching refs:brightStyle_
20 Style StyleDefault::brightStyle_;
223 brightStyle_ = defaultStyle_;
224 brightStyle_.SetStyle(STYLE_BACKGROUND_COLOR, Color::White().full);
225 brightStyle_.SetStyle(STYLE_BORDER_RADIUS, 3); // 3: rect radius
226 brightStyle_.SetStyle(STYLE_BORDER_COLOR, Color::GetColorFromRGB(0x40, 0x40, 0x40).full);
227 brightStyle_.SetStyle(STYLE_BORDER_WIDTH, 3); // 3: rect border width
228 brightStyle_.SetStyle(STYLE_BORDER_OPA, 76); // 76: default opa
229 brightStyle_.SetStyle(STYLE_TEXT_COLOR, Color::GetColorFromRGB(0x20, 0x20, 0x20).full);
230 brightStyle_.SetStyle(STYLE_LINE_COLOR, Color::GetColorFromRGB(0x20, 0x20, 0x20).full);
232 brightColorStyle_ = brightStyle_;
303 progressForegroundStyle_ = brightStyle_;