Home
last modified time | relevance | path

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

12

/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
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderInvarianceTests.cpp298 const char* const colorStr = (passNdx == 0) ? ("red - purple") : ("green"); in iterate() local
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderInvarianceTests.cpp281 const char* const colorStr = (passNdx == 0) ? ("red - purple") : ("green"); in iterate() local
325 const char* const colorStr = (passNdx == 0) ? ("red - purple") : ("green"); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderInvarianceTests.cpp298 const char* const colorStr = (passNdx == 0) ? ("red - purple") : ("green"); in iterate() local
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderInvarianceTests.cpp281 const char* const colorStr = (passNdx == 0) ? ("red - purple") : ("green"); in iterate() local
325 const char* const colorStr = (passNdx == 0) ? ("red - purple") : ("green"); in iterate() local
/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
/third_party/backends/backend/
H A Dsp15c.c251 static const char colorStr[] = SANE_VALUE_SCAN_MODE_COLOR; variable
H A Dcoolscan.c1889 static const char colorStr[] = SANE_VALUE_SCAN_MODE_COLOR; variable
H A Dniash.c201 static const char colorStr[] = { SANE_VALUE_SCAN_MODE_COLOR }; variable
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineNoPositionTests.cpp330 std::ostringstream colorStr; in initPrograms() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineNoPositionTests.cpp312 std::ostringstream colorStr; in initPrograms() local
/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
/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

Completed in 47 milliseconds

12