Home
last modified time | relevance | path

Searched refs:ConvertSkColor (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/font/
H A Dconstants_converter.cpp377 SkColor ConvertSkColor(Color color) in ConvertSkColor() function
486 txtStyle.color = ConvertSkColor(textStyle.GetTextColor()); in ConvertTxtStyle()
528 txtStyle.decoration_color = ConvertSkColor(textStyle.GetTextDecorationColor()); in ConvertTxtStyle()
593 symbolColors.emplace_back(ConvertSkColor(symbolColor[i])); in ConvertSymbolTxtStyle()
635 txtStyle.color = ConvertSkColor(textStyle.GetTextColor()); in ConvertTxtStyle()
654 txtStyle.decorationColor = ConvertSkColor(textStyle.GetTextDecorationColor()); in ConvertTxtStyle()
717 txtStyle.color = ConvertSkColor(textStyle.GetTextColor()); in ConvertTxtStyle()
758 txtStyle.decorationColor = ConvertSkColor(textStyle.GetTextDecorationColor()); in ConvertTxtStyle()
870 symbolColors.emplace_back(ConvertSkColor(symbolColor[i])); in ConvertSymbolTxtStyle()
H A Dconstants_converter.h142 SkColor ConvertSkColor(Color color);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drosen_render_text_field.cpp148 paint.setColor(Constants::ConvertSkColor(cursorColor)); in PaintCaret()
1249 txtStyle->color = ConvertSkColor(placeholderColor_);
1251 txtStyle->color = ConvertSkColor(style.GetTextColor());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.cpp2121 txtStyle.color = Constants::ConvertSkColor(state_.fillState.GetColor()); in UpdateFillTxtStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_custom_paint.cpp2101 txtStyle.color = ConvertSkColor(fillState_.GetColor());
H A Drosen_render_offscreen_canvas.cpp2311 txtStyle.color = ConvertSkColor(fillState_.GetColor()); in UpdateTextStyleForeground()