Searched refs:ImCos (Results 1 – 3 of 3) sorted by relevance
355 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()
218 static inline float ImCos(float x) { return cosf(x); } in ImCos() function
4176 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()