Home
last modified time | relevance | path

Searched refs:MASK_COLOR (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_shader_filter.h42 MASK_COLOR, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_maskcolor_shader_filter.cpp22 type_ = ShaderFilterType::MASK_COLOR; in RSMaskColorShaderFilter()
H A Drs_drawing_filter.cpp144 case RSShaderFilter::MASK_COLOR: { in GetDetailedDescription()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_drawing_filter_test.cpp107 filterPtr->type_ = RSShaderFilter::MASK_COLOR;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_group_node.cpp68 const Color MASK_COLOR = Color::FromARGB(25, 0, 0, 0); variable
803 renderContext->SetActualForegroundColor(MASK_COLOR); in MaskAnimation()
816 context->SetActualForegroundColor(MASK_COLOR); in MaskAnimation()
H A Dnavigation_pattern.cpp46 const Color MASK_COLOR = Color::FromARGB(25, 0, 0, 0); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp4249 drawingFilter->GetShaderFilterWithType(RSShaderFilter::MASK_COLOR); in ClearFilterCache()
4257 drawingFilter->GetShaderFilterWithType(RSShaderFilter::MASK_COLOR); in ClearFilterCache()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp112 const Color MASK_COLOR = Color::FromARGB(25, 0, 0, 0); variable
4909 initialBackgroundColor = MASK_COLOR;
4923 backgroundColor = MASK_COLOR;