Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-repacker.hh43 struct vertex_t struct
45 vertex_t () : in vertex_t() function
53 void fini () { in fini()
58 hb_serialize_context_t::object_t obj;
59 int64_t distance;
60 int64_t space;
61 hb_vector_t<unsigned> parents;
62 unsigned start;
63 unsigned end;
64 unsigned priority;
[all …]
/third_party/glfw/examples/
Dboing.c91 typedef struct {float x; float y; float z;} vertex_t; typedef