Searched refs:ArcFastVtx (Results 1 – 2 of 2) sorted by relevance
378 for (int i = 0; i < IM_ARRAYSIZE(ArcFastVtx); i++) in ImDrawListSharedData()380 const float a = ((float)i * 2 * IM_PI) / (float)IM_ARRAYSIZE(ArcFastVtx); in ImDrawListSharedData()381 ArcFastVtx[i] = ImVec2(ImCos(a), ImSin(a)); in ImDrawListSharedData()1109 const ImVec2 s = _Data->ArcFastVtx[sample_index]; in _PathArcToFastEx()1123 const ImVec2 s = _Data->ArcFastVtx[sample_index]; in _PathArcToFastEx()1136 const ImVec2 s = _Data->ArcFastVtx[normalized_max_sample]; in _PathArcToFastEx()
711 …ImVec2 ArcFastVtx[IM_DRAWLIST_ARCFAST_TABLE_SIZE]; // Sample points on the quarter of the… member