Home
last modified time | relevance | path

Searched refs:LayerType (Results 1 – 25 of 32) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dlayer_context.cpp33 LayerContext::LayerContext(GraphicIRect dst, GraphicIRect src, uint32_t zorder, LayerType layerType) in LayerContext()
79 OHOS::Rosen::LayerType LayerContext::GetLayerType() const in GetLayerType()
101 if (layerType_ >= LayerType::LAYER_EXTRA && testYUV_) { in DrawBufferColor()
144 if (layerType_ >= LayerType::LAYER_EXTRA) { in FillHDILayer()
183 if (layerType_ != LayerType::LAYER_LAUNCHER) { in FillHDIBuffer()
235 if (layerType_ >= LayerType::LAYER_EXTRA && testClient_) { in SetLayerCompositionType()
237 } else if (layerType_ == LayerType::LAYER_LAUNCHER && testLayerColor_) { in SetLayerCompositionType()
246 if (layerType_ >= LayerType::LAYER_EXTRA) { in DrawColor()
287 if (layerType_ == LayerType::LAYER_STATUS) { in DrawBaseColor()
289 } else if (layerType_ == LayerType::LAYER_LAUNCHER) { in DrawBaseColor()
H A Dlayer_context.h25 enum LayerType : uint32_t { enum
40 LayerContext(GraphicIRect dst, GraphicIRect src, uint32_t zorder, LayerType layerType);
58 LayerType GetLayerType() const;
81 LayerType layerType_ = LayerType::LAYER_EXTRA;
H A Dhello_composer.cpp174 1, LayerType::LAYER_STATUS)); in InitLayers()
180 0, LayerType::LAYER_LAUNCHER)); in InitLayers()
186 1, LayerType::LAYER_NAVIGATION)); in InitLayers()
199 1, LayerType::LAYER_EXTRA)); // 2 is zorder in InitLayers()
223 LayerType type = drawLayer->GetLayerType(); in SetRunArgs()
228 if (type < LayerType::LAYER_EXTRA) { in SetRunArgs()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/include/
H A Dlayer_context.h29 enum LayerType : uint32_t { LAYER_STATUS, LAYER_LAUNCHER, LAYER_NAVIGATION }; enum
34 LayerContext(GraphicIRect dst, GraphicIRect src, uint32_t zorder, LayerType layerType);
59 LayerType layerType_ = LayerType::LAYER_STATUS;
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/
H A D_layer_info_v10.md24 | enum [LayerType](_display_v10.md#layertype)[type](#type) | 图层类型,包括图形层、视频层和媒体播放模式。 |
65 enum LayerType LayerInfo::type
H A D_display_v10.md73 | [LayerType](#layertype) {<br/>LAYER_TYPE_GRAPHIC, LAYER_TYPE_OVERLAY, LAYER_TYPE_SDIEBAND, LAYER_…
533 ### LayerType subsection
536 enum LayerType
/ohos5.0/drivers/peripheral/display/composer/vdi_base/include/
H A Dhdi_layer.h73 explicit HdiLayer(LayerType type) : mType(type) {} in HdiLayer()
99 LayerType GetType() const in GetType()
170 LayerType mType;
H A Dhdi_drm_layer.h49 explicit HdiDrmLayer(LayerType type) : HdiLayer(type) {} in HdiDrmLayer()
H A Ddrm_display.h54 std::unique_ptr<HdiLayer> CreateHdiLayer(LayerType type) override;
H A Dhdi_display.h118 virtual std::unique_ptr<HdiLayer> CreateHdiLayer(LayerType type);
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/core/
H A Dhdi_layer.h79 explicit HdiLayer(LayerType type) : mType(type) {} in HdiLayer()
105 LayerType GetType() const in GetType()
188 LayerType mType;
H A Dhdi_display.h113 virtual std::unique_ptr<HdiLayer> CreateHdiLayer(LayerType type);
H A Dhdi_display.cpp108 std::unique_ptr<HdiLayer> HdiDisplay::CreateHdiLayer(LayerType type) in CreateHdiLayer()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dlayer_context.cpp26 LayerContext::LayerContext(GraphicIRect dst, GraphicIRect src, uint32_t zorder, LayerType layerType) in LayerContext()
148 if (layerType_ == LayerType::LAYER_LAUNCHER) { in DrawBaseLayer()
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/drm/
H A Dhdi_drm_layer.h50 explicit HdiDrmLayer(LayerType type) : HdiLayer(type) {} in HdiDrmLayer()
H A Ddrm_display.h54 std::unique_ptr<HdiLayer> CreateHdiLayer(LayerType type) override;
H A Ddrm_display.cpp162 std::unique_ptr<HdiLayer> DrmDisplay::CreateHdiLayer(LayerType type) in CreateHdiLayer()
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/fbdev/
H A Dfb_display.h45 std::unique_ptr<HdiLayer> CreateHdiLayer(LayerType type) override;
H A Dfb_display.cpp33 std::unique_ptr<HdiLayer> FbDisplay::CreateHdiLayer(LayerType type) in CreateHdiLayer()
/ohos5.0/drivers/peripheral/display/interfaces/include/
H A Ddisplay_type.h81 } LayerType; typedef
290LayerType type; /**< Layer type, which can be a graphic layer, overlay layer, or sideb…
/ohos5.0/drivers/peripheral/display/composer/test/fuzztest/common/
H A Ddisplay_common_fuzzer.h81 const LayerType CONVERT_TABLE_LAYER_TYPE[] = {
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/
H A Dhdi_display.cpp107 std::unique_ptr<HdiLayer> HdiDisplay::CreateHdiLayer(LayerType type) in CreateHdiLayer()
H A Ddrm_display.cpp191 std::unique_ptr<HdiLayer> DrmDisplay::CreateHdiLayer(LayerType type) in CreateHdiLayer()
/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.txt213 enum LayerType : int32_t {
324 OHOS::HDI::Display::Composer::V1_0::LayerType type;
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/
H A Ddrawing_sample.cpp125 GraphicIRect { 0, 0, displayWidth, displayHeight }, 0, LayerType::LAYER_LAUNCHER); in InitLayers()

12