| /foundation/window/window_manager/utils/src/ |
| H A D | color_parser.cpp | 22 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 D | text_tdd_exception_test.cpp | 37 const char* colorStr = "color"; in ComponentTextStyleSetExceptionTest007() local
|
| H A D | slider_tdd_test.cpp | 172 const char* colorStr = "color"; in ComponentSliderStyleSetColorTest004() local
|
| H A D | text_tdd_test.cpp | 95 const char* colorStr = "color"; in ComponentTextStyleSetColorTest002() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
| H A D | svg_attributes_parser.cpp | 271 bool SvgAttributesParser::CheckColorAlpha(const std::string& colorStr, Color& result) in CheckColorAlpha() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
| H A D | color.cpp | 80 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 D | testing_color.h | 103 std::string colorStr; in ColorToString() local
|
| /foundation/barrierfree/accessibility/interfaces/kits/napi/src/ |
| H A D | napi_accessibility_system_ability_client.cpp | 1198 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 D | vktShaderRenderInvarianceTests.cpp | 298 const char* const colorStr = (passNdx == 0) ? ("red - purple") : ("green"); in iterate() local
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fShaderInvarianceTests.cpp | 281 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 D | vktShaderRenderInvarianceTests.cpp | 298 const char* const colorStr = (passNdx == 0) ? ("red - purple") : ("green"); in iterate() local
|
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| H A D | es2fShaderInvarianceTests.cpp | 281 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 D | span_node.cpp | 756 auto colorStr = std::string("["); in SymbolColorToString() local
|
| /foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
| H A D | js_window_utils.cpp | 793 std::string colorStr;
in GetColorFromJs() local
|
| /foundation/window/window_manager/interfaces/kits/cj/window_runtime/ |
| H A D | window_impl.cpp | 955 static uint32_t GetColorFromJs(const std::string& colorStr, uint32_t defaultColor, bool& flag) in GetColorFromJs() argument
|
| /third_party/backends/backend/ |
| H A D | sp15c.c | 251 static const char colorStr[] = SANE_VALUE_SCAN_MODE_COLOR; variable
|
| H A D | coolscan.c | 1889 static const char colorStr[] = SANE_VALUE_SCAN_MODE_COLOR; variable
|
| H A D | niash.c | 201 static const char colorStr[] = { SANE_VALUE_SCAN_MODE_COLOR }; variable
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineNoPositionTests.cpp | 330 std::ostringstream colorStr; in initPrograms() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineNoPositionTests.cpp | 312 std::ostringstream colorStr; in initPrograms() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| H A D | arkts_native_swiper_bridge.cpp | 646 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 D | jsi_offscreen_canvas_bridge.cpp | 1579 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 D | jsi_canvas_bridge.cpp | 1973 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 D | napi_utils.cpp | 969 std::optional<std::string> colorStr = GetStringFromValueUtf8(env, value); in ParseShadowColorStrategy() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/ |
| H A D | dialog_pattern.cpp | 902 RefPtr<FrameNode> DialogPattern::CreateButtonText(const std::string& text, const std::string& colorStr) in CreateButtonText() argument
|