Home
last modified time | relevance | path

Searched refs:GetColorValue (Results 1 - 16 of 16) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/
H A Dqrcode_paint_method.cpp37 if (renderContext->GetForegroundColorValue().GetValue() != paintProperty->GetColorValue().GetValue()) { in UpdateContentModifier()
43 auto color = paintProperty->GetColorValue(); in UpdateContentModifier()
H A Dqrcode_pattern.cpp64 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 Darkts_native_resource_bridge.h28 static ArkUINativeModuleValue GetColorValue(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_resource_bridge.cpp79 ArkUINativeModuleValue ResourceBridge::GetColorValue(ArkUIRuntimeCallInfo* runtimeCallInfo) in GetColorValue() function in OHOS::Ace::NG::ResourceBridge
H A Darkts_native_api_impl_bridge.cpp5329 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), ResourceBridge::GetColorValue)); in RegisterResourceAttributes()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_paint_method.cpp74 Color color = paintProperty->GetColorValue(); in GenerateRingProgressColor()
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_adapter_impl.cpp155 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 Daccessibility_utils.h104 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 Dblank_pattern.cpp49 return paintProperty->GetColorValue(Color::TRANSPARENT).ColorToString(); in GetColorString()
/foundation/arkui/ace_engine/test/unittest/core/pattern/qrcode/
H A Dqrcode_test_ng.cpp114 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 Dnapi_accessibility_utils.cpp1713 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 Dnapi_accessibility_system_ability_client.cpp1211 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 Doverlength_dot_indicator_paint_method.cpp54 dotIndicatorModifier_->SetUnselectedColor(paintProperty->GetColorValue(swiperTheme->GetColor())); in UpdateContentModifier()
H A Ddot_indicator_paint_method.cpp71 dotIndicatorModifier_->SetUnselectedColor(paintProperty->GetColorValue(swiperTheme->GetColor())); in UpdateContentModifier()
/foundation/arkui/ace_engine/test/unittest/core/pattern/loading_progress/
H A Dloading_progress_test_ng.cpp80 EXPECT_EQ(renderProperty->GetColorValue(), COLOR_DEFAULT); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/
H A Dindexer_layout_test_ng.cpp556 EXPECT_EQ(layoutProperty_->GetColorValue(), Color::WHITE); in HWTEST_F()

Completed in 28 milliseconds