Home
last modified time | relevance | path

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

/third_party/harfbuzz/src/
Dhb-repacker.hh39 struct vertex_t struct
41 vertex_t () : in vertex_t() argument
48 void fini () { obj.fini (); } in fini()
50 hb_serialize_context_t::object_t obj;
51 int64_t distance;
52 unsigned incoming_edges;
53 unsigned start;
54 unsigned end;
55 unsigned priority;
57 bool is_shared () const in is_shared()
[all …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-repacker.hh43 struct vertex_t struct
45 vertex_t () : in vertex_t() argument
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/flutter/glfw/examples/
Dboing.c89 typedef struct {float x; float y; float z;} vertex_t; typedef