Searched refs:StrToColor (Results 1 – 9 of 9) sorted by relevance
78 auto txtColor = StrToColor(spec.txtColor); in LabelBtnAdapter()81 auto bgColor = StrToColor(spec.bgColor); in LabelBtnAdapter()86 InitFocus(txtColor, bgColor, StrToColor(spec.focusedTxtColor), in LabelBtnAdapter()87 StrToColor(spec.focusedBgColor)); in LabelBtnAdapter()
28 auto fontColor = StrToColor(spec.fontColor); in TextLabelAdapter()31 auto bgColor = StrToColor(spec.bgColor); in TextLabelAdapter()
31 auto bgColor = StrToColor(spec.bgColor); in BoxProgressAdapter()35 auto fgColor = StrToColor(spec.fgColor); in BoxProgressAdapter()
33 OHOS::ColorType StrToColor(const std::string &color);
70 OHOS::ColorType StrToColor(const std::string &hexColor) in StrToColor() function
61 auto fgColor = StrToColor(specInfo.fgColor);62 auto bgColor = StrToColor(specInfo.bgColor);301 auto fontColor = StrToColor(specInfo.txtColor);302 auto bgColor = StrToColor(specInfo.bgColor);369 auto fontColor = StrToColor(specInfo.fontColor);370 auto bgColor = StrToColor(specInfo.bgColor);
52 EXPECT_EQ(Updater::StrToColor(colorData.first).full, colorData.second.first.full);
44 color_ = StrToColor(subpageInfo.bgColor); in BuildSubPage()
60 color_ = StrToColor(pageInfo.bgColor); in BuildPage()