Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/third_party/agg23/
H A Dagg_vcgen_dash.cpp90 void vcgen_dash::add_vertex(float x, float y, unsigned cmd) in add_vertex() function in pdfium::agg::vcgen_dash
H A Dagg_vcgen_stroke.cpp55 void vcgen_stroke::add_vertex(float x, float y, unsigned cmd) in add_vertex() function in pdfium::agg::vcgen_stroke
H A Dagg_conv_adaptor_vcgen.h25 void add_vertex(float, float, unsigned) {} in add_vertex() function
H A Dagg_path_storage.h144 inline void path_storage::add_vertex(float x, float y, unsigned cmd) in add_vertex() function
H A Dagg_rasterizer_scanline_aa.h231 void add_vertex(float x, float y, unsigned cmd) in add_vertex() function
/aosp_15_r20/external/mesa3d/src/mesa/vbo/
H A Dvbo_save_api.c459 add_vertex(struct vbo_save_context *save, struct hash_table *hash_to_index, in add_vertex() function