Home
last modified time | relevance | path

Searched refs:blendColor (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_utils_bridge.cpp180 auto blendColor = color.BlendColor(overlayColor); in BlendColor() local
182 panda::ArrayRef::SetValueAt(vm, chanels, ARRAY_INDEX_RED, panda::NumberRef::New(vm, blendColor.GetRed())); in BlendColor()
183 panda::ArrayRef::SetValueAt(vm, chanels, ARRAY_INDEX_GREEN, panda::NumberRef::New(vm, blendColor.GetGreen())); in BlendColor()
184 panda::ArrayRef::SetValueAt(vm, chanels, ARRAY_INDEX_BLUE, panda::NumberRef::New(vm, blendColor.GetBlue())); in BlendColor()
185 panda::ArrayRef::SetValueAt(vm, chanels, ARRAY_INDEX_ALPHA, panda::NumberRef::New(vm, blendColor.GetAlpha())); in BlendColor()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dbutton_model_impl.cpp233 Color blendColor = buttonTheme->GetClickedColor(); in BackgroundColor() local
234 buttonComponent->SetClickedColor(buttonComponent->GetBackgroundColor().BlendColor(blendColor)); in BackgroundColor()
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_canvas.cpp1613 Rgba8T blendColor; in BlendRaster() local
1614 DrawCanvas::RenderBlendSolid(paint, blendColor, isStroke); in BlendRaster()
1615 SpanSoildColor spanBlendSoildColor(blendColor); in BlendRaster()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsXNode.js1713 blendColor(overlayColor) {
1719 const chanels = getUINativeModule().nativeUtils.blendColor(this.toNumeric(), overlayColor.toNumeric());
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp3548 auto blendColor = in ResetBlendBgColor() local
3550 rsNode_->SetBackgroundColor(blendColor.GetValue()); in ResetBlendBgColor()
3558 auto blendColor = in BlendBgColor() local
3560 rsNode_->SetBackgroundColor(blendColor.GetValue()); in BlendBgColor()
/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/
H A Dchip.js1321 return m1.blendColor(ColorMetrics.resourceColor('#19000000')).color;

Completed in 20 milliseconds