Home
last modified time | relevance | path

Searched defs:a_max_sample (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/imgui/
Dimgui_draw.cpp1053 …PathArcToFastEx(const ImVec2& center, float radius, int a_min_sample, int a_max_sample, int a_step) in _PathArcToFastEx()
1199 …const int a_max_sample = a_is_reverse ? (int)ImCeil(a_max_sample_f) : (int)ImFloorSigned(a_max_sam… in PathArcTo() local