/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) | 旋转类型 | 136 ### rotateType subsection 139 enum TransformType GfxOpt::rotateType
|
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/hals/ |
H A D | hi_fbdev.cpp | 30 LayerRotateType rotateType; member 62 return g_display.rotateType; in GetLayerRotateType() 98 g_display.rotateType = static_cast<LayerRotateType>(displayInfo.rotAngle); in OpenLayer()
|
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/composer/ |
H A D | hdi_gfx_composition.cpp | 156 opt.rotateType = src.GetTransFormType(); in BlitLayer() 157 DISPLAY_LOGD(" the roate type is %{public}d", opt.rotateType); in BlitLayer()
|
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | hdi_gfx_composition.cpp | 178 opt.rotateType = src.GetTransFormType(); in BlitLayer() 179 DISPLAY_LOGD(" the roate type is %{public}d", opt.rotateType); in BlitLayer()
|
/ohos5.0/drivers/peripheral/display/interfaces/include/ |
H A D | display_type.h | 408 TransformType rotateType; /**< Rotation type */ member
|
/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 | 390 OHOS::HDI::Display::Composer::V1_0::TransformType rotateType;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/dump_ast_target/ |
H A D | dump.txt | 486 ohos.hdi.display.composer.v1_0.TransformType rotateType;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_1/dump_ast_target/ |
H A D | dump.txt | 640 ohos.hdi.display.composer.v1_0.TransformType rotateType;
|
/ohos5.0/drivers/interface/display/composer/v1_0/ |
H A D | DisplayComposerType.idl | 450 enum TransformType rotateType; /**< Rotation type */
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/foo/display/composer/v1_0/ |
H A D | DisplayComposerType.idl | 450 enum TransformType rotateType; /**< Rotation type */
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_1/foo/display/composer/v1_0/ |
H A D | DisplayComposerType.idl | 450 enum TransformType rotateType; /**< Rotation type */
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 2140 void GetRotate(ArkUINodeHandle node, ArkUIRotateType* rotateType) in GetRotate() argument 2145 rotateType->xCoordinate = rotate.x; in GetRotate() 2146 rotateType->yCoordinate = rotate.y; in GetRotate() 2147 rotateType->zCoordinate = rotate.z; in GetRotate() 2148 rotateType->angle = rotate.w; in GetRotate() 2149 rotateType->sightDistance = rotate.v; in GetRotate()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 1228 ArkUIRotateType rotateType = { 0.0f, 0.0f, 0.0f, 0.0f, 0.0f }; in GetRotate() local 1229 fullImpl->getNodeModifiers()->getCommonModifier()->getRotate(node->uiNodeHandle, &rotateType); in GetRotate() 1230 g_numberValues[NUM_0].f32 = rotateType.xCoordinate; in GetRotate() 1231 g_numberValues[NUM_1].f32 = rotateType.yCoordinate; in GetRotate() 1232 g_numberValues[NUM_2].f32 = rotateType.zCoordinate; in GetRotate() 1233 g_numberValues[NUM_3].f32 = rotateType.angle; in GetRotate() 1234 g_numberValues[NUM_4].f32 = rotateType.sightDistance; in GetRotate()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/ |
H A D | cjui_api.h | 383 void (*getRotate)(ArkUINodeHandle node, ArkUIRotateType* rotateType);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 1879 void (*getRotate)(ArkUINodeHandle node, ArkUIRotateType* rotateType);
|