/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_render_content_test.cpp | 80 renderContent->DrawPropertyDrawable(RSPropertyDrawableSlot::ALPHA, canvas); in HWTEST_F() 117 renderContent->DrawPropertyDrawableRange(RSPropertyDrawableSlot::ALPHA, RSPropertyDrawableSlot::ALPHA, canvas); in HWTEST_F()
|
/foundation/window/window_manager/test/systemtest/wms/ |
H A D | window_water_mark_test.cpp | 39 constexpr uint8_t ALPHA = 255; member 130 surfaceNode->SetAbilityBGAlpha(ALPHA); in FillColor()
|
H A D | window_visibility_info_test.cpp | 39 constexpr uint8_t ALPHA = 255;
member 111 surfaceNode->SetAbilityBGAlpha(ALPHA);
in FillColor()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | modal_style.h | 27 ALPHA, enumerator
|
H A D | overlay_manager.cpp | 3576 } else if (modalTransition == ModalTransition::ALPHA) { in ModalPageExitProcess() 3907 } else if (modalTransition == ModalTransition::ALPHA) { in HandleModalShow() 3945 } else if (modalTransition == ModalTransition::ALPHA) { in HandleModalPop()
|
/foundation/arkui/ui_lite/frameworks/render/ |
H A D | render_pixfmt_rgba_blend.h | 104 color[OrderBgra::ALPHA] = Rgba8T::Prelerp(color[OrderBgra::ALPHA], alpha, alpha); in BlendPix() 122 colors[OrderBgra::ALPHA] = alpha; in SetPixelColor() 147 alpha = colors[OrderBgra::ALPHA]; in GetPixelColor() 159 colors[OrderBgra::BLUE], colors[OrderBgra::ALPHA]); in GetPixelColor()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_property_drawable.h | 39 ALPHA, member in OHOS::Rosen::RSPropertyDrawableSlot
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/ |
H A D | rs_modifier_type.h | 49 ALPHA, member in OHOS::Rosen::RSModifierType 232 case RSModifierType::ALPHA: return "Alpha"; in GetModifierTypeString()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_property_drawable.cpp | 80 { RSModifierType::ALPHA, RSPropertyDrawableSlot::ALPHA }, 81 { RSModifierType::ALPHA_OFFSCREEN, RSPropertyDrawableSlot::ALPHA }, 209 RSAlphaDrawable::Generate, // ALPHA
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_showing_properties_freezer.cpp | 138 return GetPropertyImpl<float, RSModifierType::ALPHA>(); in GetAlpha()
|
H A D | rs_modifier_extractor.cpp | 141 GET_PROPERTY_FROM_MODIFIERS(float, ALPHA, 1.f, *=); in GetAlpha()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_property_drawable_test.cpp | 105 RSPropertyDrawableSlot::ALPHA, in HWTEST_F()
|
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | color.h | 128 ALPHA = 3 enumerator
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/ |
H A D | webgl_rendering_context_base.h | 157 static const GLenum ALPHA = 0x1906; member in OHOS::Rosen::WebGLRenderingContextBase
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_render_node.cpp | 202 RSModifierType::ALPHA, 213 RSModifierType::ALPHA, 2026 auto alphaDirty = dirtyTypes_.test(static_cast<size_t>(RSModifierType::ALPHA)); in UpdateFilterCacheWithBackgroundDirty() 2216 DrawPropertyDrawable(RSPropertyDrawableSlot::ALPHA, canvas); in ApplyAlpha() 3249 dirtyTypes_.set(static_cast<int>(RSModifierType::ALPHA), true); in MarkNodeGroup()
|
H A D | rs_surface_render_node.cpp | 725 AddDirtyType(RSModifierType::ALPHA); in SetContextAlpha()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_node_test.cpp | 4322 RSModifierType::ALPHA, 0.0f, 0.5f); in HWTEST_F() 5168 rsNode->SetProperty<RSAlphaModifier, RSAnimatableProperty<float>>(RSModifierType::ALPHA, 1.f); in HWTEST_F() 5171 RSModifierType modifierType = RSModifierType::ALPHA; in HWTEST_F() 5175 rsNode->SetProperty<RSAlphaModifier, RSAnimatableProperty<float>>(RSModifierType::ALPHA, 1.f); in HWTEST_F()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_rendering_context_common.cpp | 652 return NVal::CreateInt64(env, WebGLRenderingContextBase::ALPHA).val_; in GetAlpha() 1749 NVal::DeclareNapiGetter("ALPHA", GetAlpha), in GetRenderingContextBasePropertyDesc()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/ |
H A D | overlay_test_ng.cpp | 1172 modalStyle.modalTransition = ModalTransition::ALPHA; in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_node.cpp | 621 SetProperty<RSAlphaModifier, RSAnimatableProperty<float>>(RSModifierType::ALPHA, alpha); in SetAlpha()
|