Searched refs:nodes (Results 1 – 6 of 6) sorted by relevance
/lvgl-latest/docs/_ext/ |
D | lv_example.py | 3 from docutils import nodes 40 toggle = nodes.container('', literal_block=False, classes=['toggle']) 41 header = nodes.container('', literal_block=False, classes=['header']) 51 literal_list = nodes.literal_block(contents, contents) 54 …paragraph_node = nodes.raw(text=f"<p>{self.human_language_name(language)} code </p>", format… 56 …paragraph_node.append(nodes.raw(text=f"<a class='lv-example-link-button' onclick=\"event.stopPropa… 93 …layout_node = nodes.raw(text=f"<div class='lv-example-container'>{iframe_html}{description_html}</… 101 trailing_node = nodes.raw(text=f"<hr/>", format='html')
|
D | link_roles.py | 10 from docutils import nodes 17 class translation_link(nodes.Element): 48 node.replace_self(nodes.reference(rawtext, link_text, refuri=url, **options))
|
/lvgl-latest/src/libs/tiny_ttf/ |
D | stb_rect_pack.h | 138 STBRP_DEF void stbrp_init_target(stbrp_context * context, int width, int height, stbrp_node * nodes… 263 STBRP_DEF void stbrp_init_target(stbrp_context * context, int width, int height, stbrp_node * nodes… in stbrp_init_target() argument 268 nodes[i].next = &nodes[i + 1]; in stbrp_init_target() 269 nodes[i].next = NULL; in stbrp_init_target() 272 context->free_head = &nodes[0]; in stbrp_init_target()
|
D | stb_truetype_htcw.h | 705 void * nodes; member 4272 static void stbrp_init_target(stbrp_context * con, int pw, int ph, stbrp_node * nodes, int num_node… argument 4279 STBTT__NOTUSED(nodes); 4317 stbrp_node * nodes = (stbrp_node *)STBTT_malloc(sizeof(*nodes) * num_nodes, alloc_context); local 4319 if(context == NULL || nodes == NULL) { 4321 if(nodes != NULL) STBTT_free(nodes, alloc_context); 4330 spc->nodes = nodes; 4337 stbrp_init_target(context, pw - padding, ph - padding, nodes, num_nodes); 4347 STBTT_free(spc->nodes, spc->user_allocator_context);
|
/lvgl-latest/docs/ |
D | Doxyfile | 2248 # class node. If there are many fields or methods and many nodes the graph may 2398 # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes 2399 # that will be shown in the graph. If the number of nodes in a graph becomes 2411 # generated by dot. A depth value of 3 means that only nodes reachable from the
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgSvgLoader.cpp | 912 static void _postpone(Array<SvgNodeIdPair>& nodes, SvgNode *node, char* id) in _postpone() argument 914 nodes.push({node, id}); in _postpone()
|