Home
last modified time | relevance | path

Searched refs:enPixelAlpha (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/
H A D_layer_alpha_v10.md21 | boolean [enPixelAlpha](#enpixelalpha) | 像素Alpha使能标志 |
60 ### enPixelAlpha subsection
63 boolean LayerAlpha::enPixelAlpha
H A D_gfx_opt_v10.md22 | boolean [enPixelAlpha](#enpixelalpha) | 像素Alpha使能位 |
106 ### enPixelAlpha subsection
109 boolean GfxOpt::enPixelAlpha
/ohos5.0/drivers/peripheral/display/interfaces/include/
H A Ddisplay_type.h301 bool enPixelAlpha; /**< Pixel alpha enable bit */ member
401 bool enPixelAlpha; /**< Pixel alpha enable bit */ member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdilayerinfo_test.cpp109 .enPixelAlpha = true,
116 ASSERT_EQ(HdiLayerInfoTest::hdiLayerInfo_->GetAlpha().enPixelAlpha, layerAlpha.enPixelAlpha);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H A Dhdilayer_context_systest.cpp111 GraphicLayerAlpha alpha = { .enPixelAlpha = true }; in FillHdiLayer()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dlayer_context.cpp115 GraphicLayerAlpha alpha = { .enPixelAlpha = true }; in FillHDILayer()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Drender_context_sample.cpp363 GraphicLayerAlpha alpha = { .enPixelAlpha = true }; in FillDrawingLayer()
413 GraphicLayerAlpha alpha = { .enPixelAlpha = true }; in FillBackGroundLayer()
H A Ddrawing_engine_sample.cpp274 GraphicLayerAlpha alpha = { .enPixelAlpha = true }; in DrawDrawingLayer()
H A Ddrawing_sample_canvaskit0310.cpp387 GraphicLayerAlpha alpha = { .enPixelAlpha = true }; in FillBaseLayer()
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/composer/
H A Dhdi_gfx_composition.cpp148 opt.enPixelAlpha = true; in BlitLayer()
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/
H A Dhdi_gfx_composition.cpp170 opt.enPixelAlpha = true; in BlitLayer()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/cpp_target/display/composer/v1_0/
H A Ddisplay_composer_type.h.txt331 bool enPixelAlpha;
383 bool enPixelAlpha;
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dsurface_type.h64 bool enPixelAlpha; /**< Pixel alpha enable bit */ member
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dlayer_context.cpp141 GraphicLayerAlpha alpha = { .enPixelAlpha = true }; in FillHDILayer()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_layer.cpp184 layerAlpha1.enPixelAlpha == layerAlpha2.enPixelAlpha && in SetLayerAlpha()
H A Dhdi_device_impl.cpp436 .enPixelAlpha = alpha.enPixelAlpha, in SetLayerAlpha()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/dump_ast_target/
H A Ddump.txt427 boolean enPixelAlpha;
479 boolean enPixelAlpha;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_1/dump_ast_target/
H A Ddump.txt581 boolean enPixelAlpha;
633 boolean enPixelAlpha;
/ohos5.0/drivers/peripheral/display/composer/test/fuzztest/layer_fuzzer/
H A Dlayer_fuzzer.cpp80 alpha.enPixelAlpha = GetRandBoolValue(GetData<uint32_t>()); in GetLayerAlpha()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_layer_info.h514 std::to_string(layerAlpha_.enPixelAlpha) + "), alpha0(" + in Dump()
/ohos5.0/drivers/interface/display/composer/v1_0/
H A DDisplayComposerType.idl367 boolean enPixelAlpha; /**< Pixel alpha enable bit */
443 boolean enPixelAlpha; /**< Pixel alpha enable bit */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/foo/display/composer/v1_0/
H A DDisplayComposerType.idl367 boolean enPixelAlpha; /**< Pixel alpha enable bit */
443 boolean enPixelAlpha; /**< Pixel alpha enable bit */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_1/foo/display/composer/v1_0/
H A DDisplayComposerType.idl367 boolean enPixelAlpha; /**< Pixel alpha enable bit */
443 boolean enPixelAlpha; /**< Pixel alpha enable bit */
/ohos5.0/drivers/interface/display/composer/v1_0/display_command/
H A Ddisplay_cmd_requester.h260 retBool = requestPacker_.WriteBool(alpha.enPixelAlpha); in SetLayerAlpha()
/ohos5.0/drivers/peripheral/display/composer/test/unittest/
H A Dhdi_composer_ut.cpp578 alpha.enPixelAlpha = true;

12