Home
last modified time | relevance | path

Searched defs:colorStr (Results 1 - 22 of 22) sorted by relevance

/foundation/window/window_manager/utils/src/
H A Dcolor_parser.cpp22 bool ColorParser::Parse(const std::string& colorStr, uint32_t& colorValue) in Parse() argument
46 bool ColorParser::IsValidHexString(const std::string& colorStr) in IsValidHexString() argument
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dtext_tdd_exception_test.cpp37 const char* colorStr = "color"; in ComponentTextStyleSetExceptionTest007() local
H A Dslider_tdd_test.cpp172 const char* colorStr = "color"; in ComponentSliderStyleSetColorTest004() local
H A Dtext_tdd_test.cpp95 const char* colorStr = "color"; in ComponentTextStyleSetColorTest002() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_attributes_parser.cpp271 bool SvgAttributesParser::CheckColorAlpha(const std::string& colorStr, Color& result) in CheckColorAlpha() argument
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dcolor.cpp80 Color Color::FromString(std::string colorStr, uint32_t maskAlpha, Color defaultColor) in FromString() argument
166 ParseColorString(const std::string& colorStr, Color& color, const Color& defaultColor, uint32_t maskAlpha) ParseColorString() argument
184 ParseColorString(std::string colorStr, Color& color, uint32_t maskAlpha) ParseColorString() argument
200 std::string colorStr; ColorToString() local
222 std::string colorStr = str.substr(1, colorStrLen - 1); ColorFromString() local
[all...]
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_color.h103 std::string colorStr; in ColorToString() local
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_system_ability_client.cpp1198 std::string colorStr = ConvertColorToString(color); in GetCaptionFrontColor() local
1287 std::string colorStr = ConvertColorToString(color); in GetCaptionBackgroundColor() local
1329 std::string colorStr = ConvertColorToString(color); in GetCaptionWindowColor() local
H A Dnapi_accessibility_utils.cpp1606 std::string colorStr = ConvertColorToString(color); in ConvertCaptionPropertyToJS() local
1625 uint32_t ConvertColorStringToNumer(std::string colorStr) in ConvertColorStringToNumer() argument
1656 ColorRegexMatch(std::string colorStr, uint32_t &color) ColorRegexMatch() argument
1708 std::string colorStr = "#" + rgbStr + alphaStr; ConvertColorToString() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dspan_node.cpp756 auto colorStr = std::string("["); in SymbolColorToString() local
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_utils.cpp793 std::string colorStr; in GetColorFromJs() local
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_impl.cpp955 static uint32_t GetColorFromJs(const std::string& colorStr, uint32_t defaultColor, bool& flag) in GetColorFromJs() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_swiper_bridge.cpp646 std::string colorStr = ArkTSUtils::ParseJsColorAlpha(vm, colorArg, color) ? std::to_string(color.GetValue()) : "-"; in GetSwiperDotIndicator() local
H A Darkts_utils.cpp1310 std::string colorStr = value->ToString(vm)->ToString(vm); in ParseJsColorStrategy() local
H A Darkts_native_common_bridge.cpp198 std::string colorStr = value->ToString(vm)->ToString(vm); in ParseJsShadowColorStrategy() local
3625 std::string colorStr = colorArg->ToString(vm)->ToString(vm); in SetForegroundColor() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_offscreen_canvas_bridge.cpp1579 auto colorStr = proto->ToString(runtime); in JsFillStyleSetter() local
1629 auto colorStr = proto->ToString(runtime); in JsStrokeStyleSetter() local
2004 auto colorStr = proto->ToString(runtime); in JsShadowColorSetter() local
H A Djsi_canvas_bridge.cpp1973 auto colorStr = proto->ToString(runtime); in JsFillStyleSetter() local
2013 auto colorStr = proto->ToString(runtime); in JsStrokeStyleSetter() local
2358 auto colorStr = proto->ToString(runtime); in JsShadowColorSetter() local
/foundation/arkui/ace_engine/interfaces/napi/kits/utils/
H A Dnapi_utils.cpp969 std::optional<std::string> colorStr = GetStringFromValueUtf8(env, value); in ParseShadowColorStrategy() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_pattern.cpp902 RefPtr<FrameNode> DialogPattern::CreateButtonText(const std::string& text, const std::string& colorStr) in CreateButtonText() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_renderer.cpp332 std::string colorStr; in JsSetFillStyle() local
369 std::string colorStr; in JsSetStrokeStyle() local
1048 std::string colorStr; in JsSetShadowColor() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_pattern.cpp1661 auto colorStr = std::string("["); in SymbolColorToString() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp5589 std::string colorStr = jsValue->ToString(); in ParseJsColorStrategy() local
5601 std::string colorStr = jsValue->ToString(); in ParseJsShadowColorStrategy() local

Completed in 76 milliseconds