Searched refs:rot_z (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglvideoflip.c | 296 gfloat rot_z = 0., scale_x = 1.0, scale_y = 1.0; in _set_active_method() local 306 rot_z = 90.; in _set_active_method() 309 rot_z = 180.; in _set_active_method() 314 rot_z = 270.; in _set_active_method() 322 rot_z = 90.; in _set_active_method() 326 rot_z = 180.; in _set_active_method() 331 rot_z = 270.; in _set_active_method() 350 g_object_set (vf->transformation, "rotation-z", rot_z, "scale-x", scale_x, in _set_active_method()
|
/third_party/flutter/glfw/examples/ |
D | splitview.c | 43 static int rot_x = 0, rot_y = 0, rot_z = 0; variable 130 glRotatef((GLfloat) rot_z * 0.5f, 0.0f, 0.0f, 1.0f); in drawScene() 425 rot_z += (int) (x - xpos); in cursorPosFun() 435 rot_z += (int) (y - ypos); in cursorPosFun()
|