/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
H A D | rs_maskcolor_shader_filter.h | 35 RSColor GetMaskColor() const;
|
H A D | rs_material_filter.h | 88 RSColor GetMaskColor() const;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_maskcolor_shader_filter.cpp | 35 RSColor RSMaskColorShaderFilter::GetMaskColor() const in GetMaskColor() function in OHOS::Rosen::RSMaskColorShaderFilter
|
H A D | rs_drawing_filter.cpp | 147 RSColor maskColor = filter3->GetMaskColor(); in GetDetailedDescription()
|
H A D | rs_material_filter.cpp | 340 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 D | sheet_theme.h | 155 const Color& GetMaskColor() const in GetMaskColor() function
|
H A D | sheet_presentation_pattern.cpp | 1391 sheetMaskColor_ = sheetStyle.maskColor.value_or(sheetTheme->GetMaskColor()); in UpdateMaskBackgroundColor()
|
H A D | overlay_manager.cpp | 4889 …askRenderContext->UpdateBackgroundColor(sheetStyle.maskColor.value_or(sheetTheme->GetMaskColor())); in UpdateSheetMask()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/ |
H A D | popup_component_v2.cpp | 189 GetPopupParam()->SetMaskColor(popupTheme->GetMaskColor()); in CreateBox()
|
H A D | popup_theme.h | 106 const Color& GetMaskColor() const in GetMaskColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_popup.cpp | 45 maskColor_ = theme->GetMaskColor(); in InitializeStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | popup_param.h | 99 const Color& GetMaskColor() const in GetMaskColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/progress/ |
H A D | progress_theme.h | 259 const Color& GetMaskColor() const in GetMaskColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_view.cpp | 186 popupPaintProp->UpdateMaskColor(param->GetMaskColor()); in CreateBubbleNode() 333 popupPaintProps->UpdateMaskColor(param->GetMaskColor()); in CreateCustomBubbleNode() 580 popupPaintProp->UpdateMaskColor(param->GetMaskColor()); in UpdateCommonParam()
|
H A D | bubble_paint_method.cpp | 82 auto maskColor = paintProperty->GetMaskColor().value_or(popupTheme->GetMaskColor()); in PaintMask()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/bubble/ |
H A D | render_bubble.cpp | 73 maskColor_ = bubble->GetPopupParam()->GetMaskColor(); in Update()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_node.cpp | 1552 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 D | bubble_test_ng.cpp | 296 EXPECT_EQ(bubblePaintProperty->GetMaskColor(), BUBBLE_PAINT_PROPERTY_MASK_COLOR);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.cpp | 5454 progressMask->SetColor(theme->GetMaskColor()); in SetMask()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 7306 progressMask->SetColor(theme->GetMaskColor()); in JsMask()
|