Home
last modified time | relevance | path

Searched refs:GetRotateAngle (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list_item_group.h127 double GetRotateAngle(bool expand);
H A Drender_list_item_group.cpp73 double RenderListItemGroup::GetRotateAngle(bool expand) in GetRotateAngle() function in OHOS::Ace::RenderListItemGroup
140 double rotateAngle = GetRotateAngle(expand_); in AddArrowImage()
530 double rotateAngle = GetRotateAngle(expand_); in InitialImage()
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dtransform.h187 int16_t GetRotateAngle() const in GetRotateAngle() function
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/common/
H A Dpaint.h714 float GetRotateAngle() const in GetRotateAngle() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Daccessibility_node.h818 double GetRotateAngle() const in GetRotateAngle() function
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_canvas.cpp1258 float angle = paint.GetRotateAngle(); in DoDrawImage()
1528 float angle = paint.GetRotateAngle(); in DoDrawText()
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_canvas_unit_test.cpp2115 EXPECT_EQ(paint_->GetRotateAngle(), ROTATE);
2153 EXPECT_EQ(paint_->GetRotateAngle(), ROTATE);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box.cpp716 double angle = node->GetRotateAngle(); in CalculateRotate()