Home
last modified time | relevance | path

Searched refs:ALPHA (Results 1 - 20 of 20) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_render_content_test.cpp80 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 Dwindow_water_mark_test.cpp39 constexpr uint8_t ALPHA = 255; member
130 surfaceNode->SetAbilityBGAlpha(ALPHA); in FillColor()
H A Dwindow_visibility_info_test.cpp39 constexpr uint8_t ALPHA = 255; member
111 surfaceNode->SetAbilityBGAlpha(ALPHA); in FillColor()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dmodal_style.h27 ALPHA, enumerator
H A Doverlay_manager.cpp3576 } 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 Drender_pixfmt_rgba_blend.h104 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 Drs_property_drawable.h39 ALPHA, member in OHOS::Rosen::RSPropertyDrawableSlot
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_modifier_type.h49 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 Drs_property_drawable.cpp80 { 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 Drs_showing_properties_freezer.cpp138 return GetPropertyImpl<float, RSModifierType::ALPHA>(); in GetAlpha()
H A Drs_modifier_extractor.cpp141 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 Drs_property_drawable_test.cpp105 RSPropertyDrawableSlot::ALPHA, in HWTEST_F()
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dcolor.h128 ALPHA = 3 enumerator
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base.h157 static const GLenum ALPHA = 0x1906; member in OHOS::Rosen::WebGLRenderingContextBase
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp202 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 Drs_surface_render_node.cpp725 AddDirtyType(RSModifierType::ALPHA); in SetContextAlpha()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_node_test.cpp4322 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 Dwebgl_rendering_context_common.cpp652 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 Doverlay_test_ng.cpp1172 modalStyle.modalTransition = ModalTransition::ALPHA; in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp621 SetProperty<RSAlphaModifier, RSAnimatableProperty<float>>(RSModifierType::ALPHA, alpha); in SetAlpha()

Completed in 52 milliseconds