Home
last modified time | relevance | path

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

/third_party/skia/modules/skottie/src/
DCamera.cpp41 view_angle = std::atan(sk_ieee_float_divide(view_size * 0.5f, view_distance)); in ComputeCameraMatrix() local
44 * SkM44::Perspective(0, view_distance, 2 * view_angle); in ComputeCameraMatrix()
/third_party/flutter/glfw/examples/
Dheightmap.c80 static GLfloat view_angle = 45.0f; variable
451 f = 1.0f / tanf(view_angle / 2.0f); in main()
/third_party/flutter/skia/modules/skottie/src/
DSkottieAdapter.cpp168 view_angle = std::atan(sk_ieee_float_divide(view_size * 0.5f, view_distance)); in totalMatrix() local
171 Sk3Perspective(&persp_t, 0, view_distance, 2 * view_angle); in totalMatrix()