/ohos5.0/drivers/peripheral/display/composer/vdi_base/include/ |
H A D | hdi_layer.h | 103 TransformType GetTransFormType() const in GetTransFormType() 147 virtual int32_t SetLayerTransformMode(TransformType type); 178 TransformType mTransformType = ROTATE_BUTT;
|
H A D | display_composer_vdi_impl.h | 66 …virtual int32_t SetLayerTransformMode(uint32_t devId, uint32_t layerId, TransformType type) overri…
|
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/core/ |
H A D | hdi_layer.h | 109 TransformType GetTransFormType() const in GetTransFormType() 167 virtual int32_t SetTransformMode(TransformType type); 195 TransformType mTransformType;
|
H A D | hdi_layer.cpp | 128 int32_t HdiLayer::SetTransformMode(TransformType type) in SetTransformMode()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/animation/ |
H A D | transition_impl.cpp | 128 transformType_ = TransformType::TRANSLATE_X; in InitTransitionParamsTransform() 131 transformType_ = TransformType::TRANSLATE_Y; in InitTransitionParamsTransform() 134 transformType_ = TransformType::ROTATE; in InitTransitionParamsTransform() 223 if (transformType_ == TransformType::TRANSLATE_X) { in Perform() 226 } else if (transformType_ == TransformType::TRANSLATE_Y) { in Perform() 229 } else if (transformType_ == TransformType::ROTATE) { in Perform()
|
H A D | transition_impl.h | 94 enum TransformType : uint8_t { enum 200 TransformType transformType_ = TransformType::NONE;
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/ |
H A D | _gfx_opt_v10.md | 29 | enum [TransformType](_display_v10.md#transformtype)[rotateType](#rotatetype) | 旋转类型 | 139 enum TransformType GfxOpt::rotateType
|
H A D | _display_v10.md | 70 | [TransformType](#transformtype) {<br/>ROTATE_NONE = 0, ROTATE_90, ROTATE_180, ROTATE_270 ,<br/>MI… 705 ### TransformType subsection 708 enum TransformType
|
/ohos5.0/drivers/peripheral/display/composer/test/common/ |
H A D | hdi_test_layer.h | 87 void SetTransform(TransformType transform); 109 TransformType transform_ = ROTATE_NONE;
|
H A D | display_test_utils.h | 67 TransformType rotate = ROTATE_NONE;
|
H A D | hdi_test_layer.cpp | 260 void HdiTestLayer::SetTransform(TransformType transform) in SetTransform()
|
/ohos5.0/drivers/peripheral/display/hdi_service/device/src/util/ |
H A D | display_device_common.cpp | 31 TransformType Convert2TransformType(int32_t x) in Convert2TransformType() 33 return ((x < ROTATE_NONE) || (x > ROTATE_BUTT)) ? ROTATE_BUTT : static_cast<TransformType>(x); in Convert2TransformType()
|
/ohos5.0/drivers/peripheral/display/interfaces/include/ |
H A D | display_type.h | 183 } TransformType; typedef 408 TransformType rotateType; /**< Rotation type */
|
H A D | display_layer.h | 409 int32_t (*SetTransformMode)(uint32_t devId, uint32_t layerId, TransformType type);
|
/ohos5.0/drivers/peripheral/display/composer/test/fuzztest/common/ |
H A D | display_common_fuzzer.h | 102 const TransformType CONVERT_TABLE_ROTATE[] = {
|
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_layer_video/ |
H A D | display_layer_video.cpp | 89 static int32_t SetTransformMode(uint32_t devId, uint32_t layerId, TransformType type) in SetTransformMode()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/transform/ |
H A D | render_transform.h | 34 enum class TransformType { enum
|
/ohos5.0/drivers/peripheral/display/hdi_service/device/include/util/ |
H A D | display_device_common.h | 154 TransformType Convert2TransformType(int32_t x);
|
/ohos5.0/drivers/peripheral/display/composer/test/unittest/ |
H A D | hdi_composer_ut.cpp | 656 TransformType type = TransformType::ROTATE_90; 660 type = TransformType::ROTATE_180; 664 type = TransformType::ROTATE_270;
|
/ohos5.0/drivers/peripheral/display/composer/hdi_service/include/ |
H A D | idisplay_composer_vdi.h | 73 virtual int32_t SetLayerTransformMode(uint32_t devId, uint32_t layerId, TransformType type) = 0;
|
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/ |
H A D | display_composer_vdi_impl.h | 66 …virtual int32_t SetLayerTransformMode(uint32_t devId, uint32_t layerId, TransformType type) overri…
|
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | hdi_layer.cpp | 139 int32_t HdiLayer::SetLayerTransformMode(TransformType type) in SetLayerTransformMode()
|
/ohos5.0/drivers/interface/display/composer/v1_0/include/ |
H A D | idisplay_composer_interface.h | 681 virtual int32_t SetLayerTransformMode(uint32_t devId, uint32_t layerId, TransformType type) = 0;
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-display-vdi-des.md | 75 … | int32_t SetLayerTransformMode(uint32_t devId, uint32_t layerId, TransformType type) | 128 …virtual int32_t SetLayerTransformMode(uint32_t devId, uint32_t layerId, TransformType type) overri…
|
/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 | 182 enum TransformType : int32_t { 390 OHOS::HDI::Display::Composer::V1_0::TransformType rotateType;
|