Home
last modified time | relevance | path

Searched refs:GetMaskColor (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_maskcolor_shader_filter.h35 RSColor GetMaskColor() const;
H A Drs_material_filter.h88 RSColor GetMaskColor() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_maskcolor_shader_filter.cpp35 RSColor RSMaskColorShaderFilter::GetMaskColor() const in GetMaskColor() function in OHOS::Rosen::RSMaskColorShaderFilter
H A Drs_drawing_filter.cpp147 RSColor maskColor = filter3->GetMaskColor(); in GetDetailedDescription()
H A Drs_material_filter.cpp340 RSColor RSMaterialFilter::GetMaskColor() const in GetMaskColor() function in OHOS::Rosen::RSMaterialFilter
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_theme.h155 const Color& GetMaskColor() const in GetMaskColor() function
H A Dsheet_presentation_pattern.cpp1391 sheetMaskColor_ = sheetStyle.maskColor.value_or(sheetTheme->GetMaskColor()); in UpdateMaskBackgroundColor()
H A Doverlay_manager.cpp4889 …askRenderContext->UpdateBackgroundColor(sheetStyle.maskColor.value_or(sheetTheme->GetMaskColor())); in UpdateSheetMask()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_component_v2.cpp189 GetPopupParam()->SetMaskColor(popupTheme->GetMaskColor()); in CreateBox()
H A Dpopup_theme.h106 const Color& GetMaskColor() const in GetMaskColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_popup.cpp45 maskColor_ = theme->GetMaskColor(); in InitializeStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dpopup_param.h99 const Color& GetMaskColor() const in GetMaskColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Dprogress_theme.h259 const Color& GetMaskColor() const in GetMaskColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_view.cpp186 popupPaintProp->UpdateMaskColor(param->GetMaskColor()); in CreateBubbleNode()
333 popupPaintProps->UpdateMaskColor(param->GetMaskColor()); in CreateCustomBubbleNode()
580 popupPaintProp->UpdateMaskColor(param->GetMaskColor()); in UpdateCommonParam()
H A Dbubble_paint_method.cpp82 auto maskColor = paintProperty->GetMaskColor().value_or(popupTheme->GetMaskColor()); in PaintMask()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Drender_bubble.cpp73 maskColor_ = bubble->GetPopupParam()->GetMaskColor(); in Update()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp1552 Color MaskColor = materialFilter->GetMaskColor(); in SetBackgroundFilter()
1583 Color MaskColor = materialFilter->GetMaskColor(); in SetFilter()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/
H A Dbubble_test_ng.cpp296 EXPECT_EQ(bubblePaintProperty->GetMaskColor(), BUBBLE_PAINT_PROPERTY_MASK_COLOR);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp5454 progressMask->SetColor(theme->GetMaskColor()); in SetMask()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp7306 progressMask->SetColor(theme->GetMaskColor()); in JsMask()