Home
last modified time | relevance | path

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

/third_party/glfw/examples/
Dboing.c89 typedef struct {float x; float y; float z;} vertex_t; typedef
155 void CrossProduct( vertex_t a, vertex_t b, vertex_t c, vertex_t *n ) in CrossProduct()
440 vertex_t vert_ne; /* "ne" means south-east, so on */ in DrawBoingBallBand()
441 vertex_t vert_nw; in DrawBoingBallBand()
442 vertex_t vert_sw; in DrawBoingBallBand()
443 vertex_t vert_se; in DrawBoingBallBand()
444 vertex_t vert_norm; in DrawBoingBallBand()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-repacker.hh43 struct vertex_t struct
45 vertex_t () : in vertex_t() argument
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_graph) const in remap_all_obj_indices()
[all …]