Home
last modified time | relevance | path

Searched refs:vertex_t (Results 1 - 2 of 2) sorted by relevance

/third_party/glfw/examples/
H A Dboing.c91 typedef struct {float x; float y; float z;} vertex_t; typedef
157 void CrossProduct( vertex_t a, vertex_t b, vertex_t c, vertex_t *n ) in CrossProduct()
442 vertex_t vert_ne; /* "ne" means south-east, so on */ in DrawBoingBallBand()
443 vertex_t vert_nw; in DrawBoingBallBand()
444 vertex_t vert_sw; in DrawBoingBallBand()
445 vertex_t vert_se; in DrawBoingBallBand()
446 vertex_t vert_nor in DrawBoingBallBand()
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-repacker.hh43 struct vertex_t struct
45 vertex_t () : in vertex_t() function
163 vertex_t* v = vertices_.push (); in graph_t()
185 const vertex_t& root () const in root()
242 hb_vector_t<vertex_t> sorted_graph; in sort_kahn()
259 vertex_t& next = vertices_[next_id]; in sort_kahn()
297 hb_vector_t<vertex_t> sorted_graph; in sort_shortest_distance()
313 vertex_t& next = vertices_[next_id]; in sort_shortest_distance()
537 vertex_t root = vertices_[vertices_.length - 2]; in duplicate()
940 hb_vector_t<vertex_t>* sorted_grap in remap_all_obj_indices()
[all...]

Completed in 3 milliseconds