Searched defs:a_min_sample (Results 1 – 1 of 1) sorted by relevance
1053 void ImDrawList::_PathArcToFastEx(const ImVec2& center, float radius, int a_min_sample, int a_max_s… in _PathArcToFastEx()1198 …const int a_min_sample = a_is_reverse ? (int)ImFloorSigned(a_min_sample_f) : (int)ImCeil(a_min_sam… in PathArcTo() local