Searched refs: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 D | util.hpp | 88 Graph(int num_vertices = 0) { create(num_vertices); } in Graph() argument 89 void create(int num_vertices) { edges_.assign(num_vertices, std::list<GraphEdge>()); } in create() argument
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | stb_truetype.h | 1229 static int stbtt__close_shape(stbtt_vertex *vertices, int num_vertices, int was_off, int start_off, in stbtt__close_shape() argument 1234 stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve, (cx+scx)>>1, (cy+scy)>>1, cx,cy); in stbtt__close_shape() 1235 stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve, sx,sy,scx,scy); in stbtt__close_shape() 1238 stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve,sx,sy,cx,cy); in stbtt__close_shape() 1240 stbtt_setvertex(&vertices[num_vertices++], STBTT_vline,sx,sy,0,0); in stbtt__close_shape() 1242 return num_vertices; in stbtt__close_shape() 1251 int num_vertices=0; in stbtt_GetGlyphShape() local 1330 num_vertices=0; in stbtt_GetGlyphShape() 1339 …num_vertices = stbtt__close_shape(vertices, num_vertices, was_off, start_off, sx,sy,scx,scy,cx,cy); in stbtt_GetGlyphShape() 1362 stbtt_setvertex(&vertices[num_vertices++], STBTT_vmove,sx,sy,0,0); in stbtt_GetGlyphShape() [all …]
|