Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_draw.cpp355 CircleVtx12[i] = ImVec2(ImCos(a), ImSin(a)); in ImDrawListSharedData()
967 _Path.push_back(ImVec2(centre.x + ImCos(a) * radius, centre.y + ImSin(a) * radius)); in PathArcTo()
Dimgui_internal.h218 static inline float ImCos(float x) { return cosf(x); } in ImCos() function
Dimgui_widgets.cpp4176 float cos_hue_angle = ImCos(-H * 2.0f * IM_PI); in ColorPicker4()
4330 …ImVec2 gradient_p0(wheel_center.x + ImCos(a0) * wheel_r_inner, wheel_center.y + ImSin(a0) * wheel_… in ColorPicker4()
4331 …ImVec2 gradient_p1(wheel_center.x + ImCos(a1) * wheel_r_inner, wheel_center.y + ImSin(a1) * wheel_… in ColorPicker4()
4336 float cos_hue_angle = ImCos(H * 2.0f * IM_PI); in ColorPicker4()