Lines Matching refs:path
4655 or a path and outputs vertexes, elements and draw commands.
4661 The draw list is based on a path buffering and polygon and polyline
4673 /* build up path has no connection back to the beginning */
4675 /* build up path has a connection back to the beginning */
4767 /* path */
5829 NK_LIB char *nk_file_load(const char* path, nk_size* siz, struct nk_allocator *alloc);
7296 nk_file_load(const char* path, nk_size* siz, struct nk_allocator *alloc)
7302 NK_ASSERT(path);
7305 if (!path || !siz || !alloc)
7308 fd = fopen(path, "rb");