/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/ |
H A D | qrcode_paint_method.cpp | 37 if (renderContext->GetForegroundColorValue().GetValue() != paintProperty->GetColorValue().GetValue()) { in UpdateContentModifier() 43 auto color = paintProperty->GetColorValue(); in UpdateContentModifier()
|
H A D | qrcode_pattern.cpp | 64 std::string("Color: ").append(paintProperty->GetColorValue(Color::TRANSPARENT).ColorToString())); in DumpInfo() 89 json->Put("Color", paintProperty->GetColorValue(Color::TRANSPARENT).ColorToString().c_str()); in DumpInfo()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_resource_bridge.h | 28 static ArkUINativeModuleValue GetColorValue(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_resource_bridge.cpp | 79 ArkUINativeModuleValue ResourceBridge::GetColorValue(ArkUIRuntimeCallInfo* runtimeCallInfo) in GetColorValue() function in OHOS::Ace::NG::ResourceBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 5329 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), ResourceBridge::GetColorValue)); in RegisterResourceAttributes()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
H A D | progress_paint_method.cpp | 74 Color color = paintProperty->GetColorValue(); in GenerateRingProgressColor()
|
/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | resource_adapter_impl.cpp | 155 auto stateColor = Color(valueFindIter->second.GetColorValue()); in ParseStateResource() 215 attributes_[attrName] = { .type = ThemeConstantsType::COLOR, .value = Color(attrValue->GetColorValue()) }; in ParseContent() 321 Color bgColor(attribute->GetColorValue()); in GetTheme()
|
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/ |
H A D | accessibility_utils.h | 104 uint32_t GetColorValue(napi_env env, napi_value object, napi_value propertyNameValue); 105 uint32_t GetColorValue(napi_env env, napi_value value);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/blank/ |
H A D | blank_pattern.cpp | 49 return paintProperty->GetColorValue(Color::TRANSPARENT).ColorToString(); in GetColorString()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/qrcode/ |
H A D | qrcode_test_ng.cpp | 114 EXPECT_EQ(qrcodePaintProperty->GetColorValue(), QR_CODE_COLOR_VALUE); in HWTEST_F() 387 EXPECT_EQ(qrcodePaintProperty2->GetColorValue().GetValue(), qrCodeTheme->GetQrcodeColor().GetValue()); in HWTEST_F()
|
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/ |
H A D | napi_accessibility_utils.cpp | 1713 uint32_t GetColorValue(napi_env env, napi_value object, napi_value propertyNameValue) in GetColorValue() function 1721 HILOG_ERROR("GetColorValue error! status is %{public}d", status); in GetColorValue() 1738 uint32_t GetColorValue(napi_env env, napi_value value) in GetColorValue() function 1744 HILOG_ERROR("GetColorValue error! status is %{public}d", status); in GetColorValue() 1806 ptrCaptionProperty->SetFontColor(GetColorValue(env, object, propertyNameValue)); in ConvertObjToCaptionPropertyPart1() 1830 ptrCaptionProperty->SetBackgroundColor(GetColorValue(env, object, propertyNameValue)); in ConvertObjToCaptionPropertyPart2() 1838 ptrCaptionProperty->SetWindowColor(GetColorValue(env, object, propertyNameValue)); in ConvertObjToCaptionPropertyPart2()
|
H A D | napi_accessibility_system_ability_client.cpp | 1211 uint32_t color = GetColorValue(env, parameters[PARAM0]); in SetCaptionFrontColor() 1300 uint32_t color = GetColorValue(env, parameters[PARAM0]); in SetCaptionBackgroundColor() 1342 uint32_t color = GetColorValue(env, parameters[PARAM0]); in SetCaptionWindowColor()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/ |
H A D | overlength_dot_indicator_paint_method.cpp | 54 dotIndicatorModifier_->SetUnselectedColor(paintProperty->GetColorValue(swiperTheme->GetColor()));
in UpdateContentModifier()
|
H A D | dot_indicator_paint_method.cpp | 71 dotIndicatorModifier_->SetUnselectedColor(paintProperty->GetColorValue(swiperTheme->GetColor())); in UpdateContentModifier()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/loading_progress/ |
H A D | loading_progress_test_ng.cpp | 80 EXPECT_EQ(renderProperty->GetColorValue(), COLOR_DEFAULT); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/ |
H A D | indexer_layout_test_ng.cpp | 556 EXPECT_EQ(layoutProperty_->GetColorValue(), Color::WHITE); in HWTEST_F()
|