Home
last modified time | relevance | path

Searched refs:add_vertex (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/third_party/agg23/
Dagg_conv_adaptor_vcgen.h23 void add_vertex(float, float, unsigned) {} in add_vertex() function
99 m_generator.add_vertex(m_start_x, m_start_y, path_cmd_move_to); in vertex()
100 m_markers.add_vertex(m_start_x, m_start_y, path_cmd_move_to); in vertex()
110 m_generator.add_vertex(*x, *y, cmd); in vertex()
111 m_markers.add_vertex(*x, *y, path_cmd_line_to); in vertex()
118 m_generator.add_vertex(*x, *y, cmd); in vertex()
Dagg_path_storage.cpp85 add_vertex(x_ctrl1, y_ctrl1, path_cmd_curve4); in curve4()
86 add_vertex(x_ctrl2, y_ctrl2, path_cmd_curve4); in curve4()
87 add_vertex(x_to, y_to, path_cmd_curve4); in curve4()
93 add_vertex(0, 0, path_cmd_end_poly | path_flags_close); in end_poly()
Dagg_path_storage.h70 add_vertex(x, y, cmd);
86 add_vertex(x, y, cmd | flag);
111 void add_vertex(float x, float y, unsigned cmd);
154 inline void path_storage::add_vertex(float x, float y, unsigned cmd) in add_vertex() function
165 add_vertex(x, y, path_cmd_move_to); in move_to()
169 add_vertex(x, y, path_cmd_line_to); in line_to()
Dagg_rasterizer_scanline_aa.h229 void add_vertex(float x, float y, unsigned cmd) in add_vertex() function
400 add_vertex(x, y, cmd);
416 add_vertex(x, y, cmd);
Dagg_vcgen_dash.h52 void add_vertex(float x, float y, unsigned cmd);
Dagg_vcgen_stroke.h98 void add_vertex(float x, float y, unsigned cmd);
Dagg_vcgen_dash.cpp83 void vcgen_dash::add_vertex(float x, float y, unsigned cmd) in add_vertex() function in agg::vcgen_dash
Dagg_vcgen_stroke.cpp53 void vcgen_stroke::add_vertex(float x, float y, unsigned cmd) in add_vertex() function in agg::vcgen_stroke
/external/llvm-project/polly/lib/External/isl/
Disl_farkas.c602 static __isl_give isl_basic_set *add_vertex(__isl_take isl_basic_set *bset, in add_vertex() function
710 product = add_vertex(product, data); in construct_product()
Disl_vertices.c122 static isl_bool add_vertex(struct isl_vertex_list **list, in add_vertex() function
462 isl_bool added = add_vertex(&list, bset, tab); in isl_basic_set_compute_vertices()