Searched defs:num_segments (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/egl/openvg/
H A Dsp.c27 static void add_object_fill(const VGubyte *segments, VGint num_segments, argument
47 static void add_object_stroke(const VGubyte *segments, VGint num_segments, argument
68 static void add_object_fillm(const VGubyte *segments, VGint num_segments, argument
89 static void add_object_m(const VGubyte *segments, VGint num_segments, argument
/xsrc/external/mit/freetype/dist/src/autofit/
H A Dafwarp.c173 FT_Int nn, num_points, num_segments; local in function:af_warper_compute
72 af_warper_compute_line_best(AF_Warper warper,FT_Fixed scale,FT_Pos delta,FT_Pos xx1,FT_Pos xx2,AF_WarpScore base_distort,AF_Segment segments,FT_Int num_segments) argument
H A Dafhints.h313 FT_Int num_segments; /* number of used segments */ member in struct:AF_AxisHintsRec_
H A Dafhints.c500 af_glyph_hints_get_num_segments(AF_GlyphHints hints,FT_Int dimension,FT_Int * num_segments) argument
[all...]
/xsrc/external/mit/xgc/dist/
H A Dtests.c212 int num_segments = 600; local in function:polysegment_test
/xsrc/external/mit/libXaw/dist/src/
H A DDisplayList.c943 Cardinal num_segments, i, j; local in function:DlDrawSegments
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp953 void ImDrawList::PathArcTo(const ImVec2& centre, float radius, float a_min, float a_max, int num_segments) argument
997 void ImDrawList::PathBezierCurveTo(const ImVec2& p2, const ImVec2& p3, const ImVec2& p4, int num_segments) argument
1144 void ImDrawList::AddCircle(const ImVec2& centre, float radius, ImU32 col, int num_segments, float thickness) argument
1155 AddCircleFilled(const ImVec2 & centre,float radius,ImU32 col,int num_segments) argument
1166 AddBezierCurve(const ImVec2 & pos0,const ImVec2 & cp0,const ImVec2 & cp1,const ImVec2 & pos1,ImU32 col,float thickness,int num_segments) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp953 void ImDrawList::PathArcTo(const ImVec2& centre, float radius, float a_min, float a_max, int num_segments) argument
997 void ImDrawList::PathBezierCurveTo(const ImVec2& p2, const ImVec2& p3, const ImVec2& p4, int num_segments) argument
1144 void ImDrawList::AddCircle(const ImVec2& centre, float radius, ImU32 col, int num_segments, float thickness) argument
1155 AddCircleFilled(const ImVec2 & centre,float radius,ImU32 col,int num_segments) argument
1166 AddBezierCurve(const ImVec2 & pos0,const ImVec2 & cp0,const ImVec2 & cp1,const ImVec2 & pos1,ImU32 col,float thickness,int num_segments) argument
[all...]

Completed in 20 milliseconds