Home
last modified time | relevance | path

Searched refs:nodes (Results 1 – 4 of 4) sorted by relevance

/lvgl-3.6.0/docs/_ext/
Dlv_example.py3 from docutils import nodes
35 toggle = nodes.container('', literal_block=False, classes=['toggle'])
36 header = nodes.container('', literal_block=False, classes=['header'])
43 literal_list = nodes.literal_block(contents, contents)
46 …paragraph_node = nodes.raw(text=f"<p>{self.human_language_name(language)} code &nbsp;</p>", format…
48 …paragraph_node.append(nodes.raw(text=f"<a class='lv-example-link-button' onclick=\"event.stopPropa…
77 …layout_node = nodes.raw(text=f"<div class='lv-example-container'>{iframe_html}{description_html}</…
85 trailing_node = nodes.raw(text=f"<hr/>", format='html')
/lvgl-3.6.0/src/extra/libs/tiny_ttf/
Dstb_rect_pack.h140 STBRP_DEF void stbrp_init_target(stbrp_context * context, int width, int height, stbrp_node * nodes
267 STBRP_DEF void stbrp_init_target(stbrp_context * context, int width, int height, stbrp_node * nodes in stbrp_init_target() argument
272 nodes[i].next = &nodes[i + 1]; in stbrp_init_target()
273 nodes[i].next = NULL; in stbrp_init_target()
276 context->free_head = &nodes[0]; in stbrp_init_target()
Dstb_truetype_htcw.h707 void * nodes; member
4241 static void stbrp_init_target(stbrp_context * con, int pw, int ph, stbrp_node * nodes, int num_node… argument
4248 STBTT__NOTUSED(nodes);
4286 stbrp_node * nodes = (stbrp_node *)STBTT_malloc(sizeof(*nodes) * num_nodes, alloc_context); local
4288 if(context == NULL || nodes == NULL) {
4290 if(nodes != NULL) STBTT_free(nodes, alloc_context);
4299 spc->nodes = nodes;
4306 stbrp_init_target(context, pw - padding, ph - padding, nodes, num_nodes);
4316 STBTT_free(spc->nodes, spc->user_allocator_context);
/lvgl-3.6.0/scripts/
DDoxyfile2247 # class node. If there are many fields or methods and many nodes the graph may
2397 # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes
2398 # that will be shown in the graph. If the number of nodes in a graph becomes
2410 # generated by dot. A depth value of 3 means that only nodes reachable from the