Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/
H A Dutil.hpp88 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()
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dstb_truetype.h1229 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