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 D | rs_shader_filter.h | 42 MASK_COLOR, enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_maskcolor_shader_filter.cpp | 22 type_ = ShaderFilterType::MASK_COLOR; in RSMaskColorShaderFilter()
|
H A D | rs_drawing_filter.cpp | 144 case RSShaderFilter::MASK_COLOR: { in GetDetailedDescription()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_drawing_filter_test.cpp | 107 filterPtr->type_ = RSShaderFilter::MASK_COLOR;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navigation_group_node.cpp | 68 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 D | navigation_pattern.cpp | 46 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 D | rs_properties.cpp | 4249 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 D | rosen_render_context.cpp | 112 const Color MASK_COLOR = Color::FromARGB(25, 0, 0, 0); variable 4909 initialBackgroundColor = MASK_COLOR; 4923 backgroundColor = MASK_COLOR;
|