Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_texture_mapper/
H A Dui_test_texture_mapper.cpp22 static int16_t g_rotateStart = 0; // 0: the start angle of rotation variable
198 g_rotateStart = 0; // 0: the start angle of rotation in OnClick()
206 g_rotateStart = 0; // 0: the start angle of rotation in OnClick()
215 textureMapper_->SetRotateStart(g_rotateStart); in OnClick()
235 g_rotateStart += 90; // 90: the start angle of rotation augmentation in OnClick()
236 textureMapper_->SetRotateStart(g_rotateStart); in OnClick()