Home
last modified time | relevance | path

Searched defs:a_max (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Ddec_neon.c681 const uint8x16_t a_max = vmaxq_u8(a_p1_p0, a_q1_q0); in NeedsHev_NEON() local
/third_party/mesa3d/src/imgui/
H A Dimgui_draw.cpp953 void ImDrawList::PathArcTo(const ImVec2& centre, float radius, float a_min, float a_max, int num_segments) in PathArcTo() argument
1150 const float a_max = IM_PI*2.0f * ((float)num_segments - 1.0f) / (float)num_segments; in AddCircle() local
1161 const float a_max = IM_PI*2.0f * ((float)num_segments - 1.0f) / (float)num_segments; in AddCircleFilled() local
/third_party/skia/third_party/externals/imgui/
H A Dimgui_draw.cpp1145 void ImDrawList::_PathArcToN(const ImVec2& center, float radius, float a_min, float a_max, int num_segments) in _PathArcToN() argument
1174 void ImDrawList::PathArcTo(const ImVec2& center, float radius, float a_min, float a_max, int num_segments) in PathArcTo() argument
1494 const float a_max = (IM_PI * 2.0f) * ((float)num_segments - 1.0f) / (float)num_segments; AddCircle() local
1518 const float a_max = (IM_PI * 2.0f) * ((float)num_segments - 1.0f) / (float)num_segments; AddCircleFilled() local
1532 const float a_max = (IM_PI * 2.0f) * ((float)num_segments - 1.0f) / (float)num_segments; AddNgon() local
1544 const float a_max = (IM_PI * 2.0f) * ((float)num_segments - 1.0f) / (float)num_segments; AddNgonFilled() local
[all...]
/third_party/toybox/toys/pending/
H A Dbc.c1184 int a_max, neg = 0; in bc_num_cmp() local
/third_party/glfw/deps/
H A Dnuklear.h8972 nk_stroke_arc(struct nk_command_buffer *b, float cx, float cy, float radius, float a_min, float a_max, float line_thickness, struct nk_color c) nk_stroke_arc() argument
8989 nk_fill_arc(struct nk_command_buffer *b, float cx, float cy, float radius, float a_min, float a_max, struct nk_color c) nk_fill_arc() argument
10015 nk_draw_list_path_arc_to_fast(struct nk_draw_list *list, struct nk_vec2 center, float radius, int a_min, int a_max) nk_draw_list_path_arc_to_fast() argument
10031 nk_draw_list_path_arc_to(struct nk_draw_list *list, struct nk_vec2 center, float radius, float a_min, float a_max, unsigned int segments) nk_draw_list_path_arc_to() argument
10251 float a_max; nk_draw_list_fill_circle() local
10262 float a_max; nk_draw_list_stroke_circle() local
[all...]

Completed in 52 milliseconds