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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h218 static inline float ImCos(float x) { return cosf(x); } function in typeref:typename:float
H A Dimgui_widgets.cpp4176 float cos_hue_angle = ImCos(-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);
4336 float cos_hue_angle = ImCos(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.h218 static inline float ImCos(float x) { return cosf(x); } function in typeref:typename:float
H A Dimgui_widgets.cpp4176 float cos_hue_angle = ImCos(-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);
4336 float cos_hue_angle = ImCos(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 78 milliseconds