/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/composer/ |
H A D | layer_context.cpp | 33 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 D | layer_context.h | 25 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 D | hello_composer.cpp | 174 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 D | layer_context.h | 29 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.md | 24 | enum [LayerType](_display_v10.md#layertype)[type](#type) | 图层类型,包括图形层、视频层和媒体播放模式。 | 65 enum LayerType LayerInfo::type
|
H A D | _display_v10.md | 73 | [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 D | hdi_layer.h | 73 explicit HdiLayer(LayerType type) : mType(type) {} in HdiLayer() 99 LayerType GetType() const in GetType() 170 LayerType mType;
|
H A D | hdi_drm_layer.h | 49 explicit HdiDrmLayer(LayerType type) : HdiLayer(type) {} in HdiDrmLayer()
|
H A D | drm_display.h | 54 std::unique_ptr<HdiLayer> CreateHdiLayer(LayerType type) override;
|
H A D | hdi_display.h | 118 virtual std::unique_ptr<HdiLayer> CreateHdiLayer(LayerType type);
|
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/core/ |
H A D | hdi_layer.h | 79 explicit HdiLayer(LayerType type) : mType(type) {} in HdiLayer() 105 LayerType GetType() const in GetType() 188 LayerType mType;
|
H A D | hdi_display.h | 113 virtual std::unique_ptr<HdiLayer> CreateHdiLayer(LayerType type);
|
H A D | hdi_display.cpp | 108 std::unique_ptr<HdiLayer> HdiDisplay::CreateHdiLayer(LayerType type) in CreateHdiLayer()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/ |
H A D | layer_context.cpp | 26 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 D | hdi_drm_layer.h | 50 explicit HdiDrmLayer(LayerType type) : HdiLayer(type) {} in HdiDrmLayer()
|
H A D | drm_display.h | 54 std::unique_ptr<HdiLayer> CreateHdiLayer(LayerType type) override;
|
H A D | drm_display.cpp | 162 std::unique_ptr<HdiLayer> DrmDisplay::CreateHdiLayer(LayerType type) in CreateHdiLayer()
|
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/fbdev/ |
H A D | fb_display.h | 45 std::unique_ptr<HdiLayer> CreateHdiLayer(LayerType type) override;
|
H A D | fb_display.cpp | 33 std::unique_ptr<HdiLayer> FbDisplay::CreateHdiLayer(LayerType type) in CreateHdiLayer()
|
/ohos5.0/drivers/peripheral/display/interfaces/include/ |
H A D | display_type.h | 81 } LayerType; typedef 290 …LayerType type; /**< Layer type, which can be a graphic layer, overlay layer, or sideb…
|
/ohos5.0/drivers/peripheral/display/composer/test/fuzztest/common/ |
H A D | display_common_fuzzer.h | 81 const LayerType CONVERT_TABLE_LAYER_TYPE[] = {
|
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | hdi_display.cpp | 107 std::unique_ptr<HdiLayer> HdiDisplay::CreateHdiLayer(LayerType type) in CreateHdiLayer()
|
H A D | drm_display.cpp | 191 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 D | display_composer_type.h.txt | 213 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 D | drawing_sample.cpp | 125 GraphicIRect { 0, 0, displayWidth, displayHeight }, 0, LayerType::LAYER_LAUNCHER); in InitLayers()
|