Searched defs:num_vertices (Results 1 – 2 of 2) sorted by relevance
88 Graph(int num_vertices = 0) { create(num_vertices); } in Graph()89 void create(int num_vertices) { edges_.assign(num_vertices, std::list<GraphEdge>()); } in create()
1229 static int stbtt__close_shape(stbtt_vertex *vertices, int num_vertices, int was_off, int start_off, in stbtt__close_shape()1251 int num_vertices=0; in stbtt_GetGlyphShape() local