Home
last modified time | relevance | path

Searched refs:rotateType (Results 1 - 5 of 5) sorted by relevance

/foundation/graphic/graphic_utils_lite/frameworks/hals/
H A Dhi_fbdev.cpp30 LayerRotateType rotateType; member
62 return g_display.rotateType; in GetLayerRotateType()
98 g_display.rotateType = static_cast<LayerRotateType>(displayInfo.rotAngle); in OpenLayer()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp2128 void GetRotate(ArkUINodeHandle node, ArkUIRotateType* rotateType) in GetRotate() argument
2133 rotateType->xCoordinate = rotate.x; in GetRotate()
2134 rotateType->yCoordinate = rotate.y; in GetRotate()
2135 rotateType->zCoordinate = rotate.z; in GetRotate()
2136 rotateType->angle = rotate.w; in GetRotate()
2137 rotateType->sightDistance = rotate.v; in GetRotate()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp1213 ArkUIRotateType rotateType = { 0.0f, 0.0f, 0.0f, 0.0f, 0.0f }; in GetRotate() local
1214 fullImpl->getNodeModifiers()->getCommonModifier()->getRotate(node->uiNodeHandle, &rotateType); in GetRotate()
1215 g_numberValues[NUM_0].f32 = rotateType.xCoordinate; in GetRotate()
1216 g_numberValues[NUM_1].f32 = rotateType.yCoordinate; in GetRotate()
1217 g_numberValues[NUM_2].f32 = rotateType.zCoordinate; in GetRotate()
1218 g_numberValues[NUM_3].f32 = rotateType.angle; in GetRotate()
1219 g_numberValues[NUM_4].f32 = rotateType.sightDistance; in GetRotate()
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h383 void (*getRotate)(ArkUINodeHandle node, ArkUIRotateType* rotateType);
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h1886 void (*getRotate)(ArkUINodeHandle node, ArkUIRotateType* rotateType);

Completed in 70 milliseconds