Searched refs:blendColor (Results 1 - 6 of 6) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_utils_bridge.cpp | 180 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 D | button_model_impl.cpp | 233 Color blendColor = buttonTheme->GetClickedColor(); in BackgroundColor() local 234 buttonComponent->SetClickedColor(buttonComponent->GetBackgroundColor().BlendColor(blendColor)); in BackgroundColor()
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_canvas.cpp | 1613 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 D | jsXNode.js | 1713 blendColor(overlayColor) { 1719 const chanels = getUINativeModule().nativeUtils.blendColor(this.toNumeric(), overlayColor.toNumeric());
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.cpp | 3548 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 D | chip.js | 1321 return m1.blendColor(ColorMetrics.resourceColor('#19000000')).color;
|
Completed in 20 milliseconds