Searched refs:ImSin (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h219 static inline float ImSin(float x) { return sinf(x); } function in typeref:typename:float
H A Dimgui_widgets.cpp4177 float sin_hue_angle = ImSin(-H * 2.0f * IM_PI);
4330 ImVec2 gradient_p0(wheel_center.x + ImCos(a0) * wheel_r_inner, wheel_center.y + ImSin(a0) * wheel_r_inner);
4331 ImVec2 gradient_p1(wheel_center.x + ImCos(a1) * wheel_r_inner, wheel_center.y + ImSin(a1) * wheel_r_inner);
4337 float sin_hue_angle = ImSin(H * 2.0f * IM_PI);
H A Dimgui_draw.cpp355 CircleVtx12[i] = ImVec2(ImCos(a), ImSin(a));
967 _Path.push_back(ImVec2(centre.x + ImCos(a) * radius, centre.y + ImSin(a) * radius));
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h219 static inline float ImSin(float x) { return sinf(x); } function in typeref:typename:float
H A Dimgui_widgets.cpp4177 float sin_hue_angle = ImSin(-H * 2.0f * IM_PI);
4330 ImVec2 gradient_p0(wheel_center.x + ImCos(a0) * wheel_r_inner, wheel_center.y + ImSin(a0) * wheel_r_inner);
4331 ImVec2 gradient_p1(wheel_center.x + ImCos(a1) * wheel_r_inner, wheel_center.y + ImSin(a1) * wheel_r_inner);
4337 float sin_hue_angle = ImSin(H * 2.0f * IM_PI);
H A Dimgui_draw.cpp355 CircleVtx12[i] = ImVec2(ImCos(a), ImSin(a));
967 _Path.push_back(ImVec2(centre.x + ImCos(a) * radius, centre.y + ImSin(a) * radius));

Completed in 47 milliseconds