Home
last modified time | relevance | path

Searched refs:NK_LEN (Results 1 – 25 of 51) sorted by relevance

123

/dports/security/ridl/ridl-11b3240/nuklear/src/
H A Dnuklear_text.c84 fitting = nk_text_clamp(f, string, len, line.w, &glyphs, &width, seperator,NK_LEN(seperator)); in nk_widget_text_wrap()
90 … nk_text_clamp(f, &string[done], len - done, line.w, &glyphs, &width, seperator,NK_LEN(seperator)); in nk_widget_text_wrap()
187 nk_strfmt(buf, NK_LEN(buf), fmt, args); in nk_labelfv_colored()
196 nk_strfmt(buf, NK_LEN(buf), fmt, args); in nk_labelfv_colored_wrap()
204 nk_strfmt(buf, NK_LEN(buf), fmt, args); in nk_labelfv()
212 nk_strfmt(buf, NK_LEN(buf), fmt, args); in nk_labelfv_wrap()
H A Dnuklear_tooltip.c106 nk_strfmt(buf, NK_LEN(buf), fmt, args); in nk_tooltipfv()
H A Dnuklear_utf8.c30 for(*i = 0; *i < (int)NK_LEN(nk_utfmask); ++(*i)) { in nk_utf_decode_byte()
H A Dnuklear_style.c648 NK_ASSERT(font_stack->head < (int)NK_LEN(font_stack->elements)); in nk_style_push_font()
649 if (font_stack->head >= (int)NK_LEN(font_stack->elements)) in nk_style_push_font()
684 NK_ASSERT(type_stack->head < (int)NK_LEN(type_stack->elements));\
685 if (type_stack->head >= (int)NK_LEN(type_stack->elements))\
/dports/x11-toolkits/nuklear/Nuklear-4.09.1/src/
H A Dnuklear_text.c84 fitting = nk_text_clamp(f, string, len, line.w, &glyphs, &width, seperator,NK_LEN(seperator)); in nk_widget_text_wrap()
90 … nk_text_clamp(f, &string[done], len - done, line.w, &glyphs, &width, seperator,NK_LEN(seperator)); in nk_widget_text_wrap()
187 nk_strfmt(buf, NK_LEN(buf), fmt, args); in nk_labelfv_colored()
196 nk_strfmt(buf, NK_LEN(buf), fmt, args); in nk_labelfv_colored_wrap()
204 nk_strfmt(buf, NK_LEN(buf), fmt, args); in nk_labelfv()
212 nk_strfmt(buf, NK_LEN(buf), fmt, args); in nk_labelfv_wrap()
H A Dnuklear_tooltip.c106 nk_strfmt(buf, NK_LEN(buf), fmt, args); in nk_tooltipfv()
H A Dnuklear_utf8.c30 for(*i = 0; *i < (int)NK_LEN(nk_utfmask); ++(*i)) { in nk_utf_decode_byte()
/dports/audio/midi-matrix-lv2/midi-matrix-0.28.0/subprojects/nk_pugl/example/
H A Dexample.c23 #define LEN NK_LEN
/dports/audio/moony-lv2/moony-0.36.0/subprojects/nk_pugl/example/
H A Dexample.c23 #define LEN NK_LEN
/dports/audio/vm-lv2/vm-0.14.0/subprojects/nk_pugl/example/
H A Dexample.c23 #define LEN NK_LEN
/dports/audio/sherlock-lv2/sherlock.lv2-0.28.0/subprojects/nk_pugl/example/
H A Dexample.c23 #define LEN NK_LEN
/dports/security/ridl/ridl-11b3240/nuklear/demo/
H A Doverview.c102 nk_chart_begin(ctx, NK_CHART_COLUMN, NK_LEN(values), 0, 50); in overview()
103 for (i = 0; i < NK_LEN(values); ++i) in overview()
355 … current_weapon = nk_combo(ctx, weapons, NK_LEN(weapons), current_weapon, 25, nk_vec2(200,200)); in overview()
441 nk_chart_begin(ctx, NK_CHART_COLUMN, NK_LEN(values), 0, 50); in overview()
442 for (i = 0; i < NK_LEN(values); ++i) { in overview()
528 for (i = 0; i < (int)NK_LEN(week_days); ++i) in overview()
H A Dnode_editor.c107 NK_ASSERT((nk_size)editor->node_count < NK_LEN(editor->node_buf)); in node_editor_add()
125 NK_ASSERT((nk_size)editor->link_count < NK_LEN(editor->links)); in node_editor_link()
/dports/audio/midi-matrix-lv2/midi-matrix-0.28.0/subprojects/nk_pugl/nuklear/demo/
H A Doverview.c103 nk_chart_begin(ctx, NK_CHART_COLUMN, NK_LEN(values), 0, 50); in overview()
104 for (i = 0; i < NK_LEN(values); ++i) in overview()
331 … current_weapon = nk_combo(ctx, weapons, NK_LEN(weapons), current_weapon, 25, nk_vec2(200,200)); in overview()
417 nk_chart_begin(ctx, NK_CHART_COLUMN, NK_LEN(values), 0, 50); in overview()
418 for (i = 0; i < NK_LEN(values); ++i) { in overview()
504 for (i = 0; i < (int)NK_LEN(week_days); ++i) in overview()
H A Dnode_editor.c107 NK_ASSERT((nk_size)editor->node_count < NK_LEN(editor->node_buf)); in node_editor_add()
125 NK_ASSERT((nk_size)editor->link_count < NK_LEN(editor->links)); in node_editor_link()
/dports/audio/moony-lv2/moony-0.36.0/subprojects/nk_pugl/nuklear/demo/
H A Doverview.c103 nk_chart_begin(ctx, NK_CHART_COLUMN, NK_LEN(values), 0, 50); in overview()
104 for (i = 0; i < NK_LEN(values); ++i) in overview()
331 … current_weapon = nk_combo(ctx, weapons, NK_LEN(weapons), current_weapon, 25, nk_vec2(200,200)); in overview()
417 nk_chart_begin(ctx, NK_CHART_COLUMN, NK_LEN(values), 0, 50); in overview()
418 for (i = 0; i < NK_LEN(values); ++i) { in overview()
504 for (i = 0; i < (int)NK_LEN(week_days); ++i) in overview()
H A Dnode_editor.c107 NK_ASSERT((nk_size)editor->node_count < NK_LEN(editor->node_buf)); in node_editor_add()
125 NK_ASSERT((nk_size)editor->link_count < NK_LEN(editor->links)); in node_editor_link()
/dports/audio/vm-lv2/vm-0.14.0/subprojects/nk_pugl/nuklear/demo/
H A Doverview.c103 nk_chart_begin(ctx, NK_CHART_COLUMN, NK_LEN(values), 0, 50); in overview()
104 for (i = 0; i < NK_LEN(values); ++i) in overview()
331 … current_weapon = nk_combo(ctx, weapons, NK_LEN(weapons), current_weapon, 25, nk_vec2(200,200)); in overview()
417 nk_chart_begin(ctx, NK_CHART_COLUMN, NK_LEN(values), 0, 50); in overview()
418 for (i = 0; i < NK_LEN(values); ++i) { in overview()
504 for (i = 0; i < (int)NK_LEN(week_days); ++i) in overview()
H A Dnode_editor.c107 NK_ASSERT((nk_size)editor->node_count < NK_LEN(editor->node_buf)); in node_editor_add()
125 NK_ASSERT((nk_size)editor->link_count < NK_LEN(editor->links)); in node_editor_link()
/dports/audio/sherlock-lv2/sherlock.lv2-0.28.0/subprojects/nk_pugl/nuklear/demo/
H A Doverview.c103 nk_chart_begin(ctx, NK_CHART_COLUMN, NK_LEN(values), 0, 50); in overview()
104 for (i = 0; i < NK_LEN(values); ++i) in overview()
331 … current_weapon = nk_combo(ctx, weapons, NK_LEN(weapons), current_weapon, 25, nk_vec2(200,200)); in overview()
417 nk_chart_begin(ctx, NK_CHART_COLUMN, NK_LEN(values), 0, 50); in overview()
418 for (i = 0; i < NK_LEN(values); ++i) { in overview()
504 for (i = 0; i < (int)NK_LEN(week_days); ++i) in overview()
H A Dnode_editor.c107 NK_ASSERT((nk_size)editor->node_count < NK_LEN(editor->node_buf));
125 NK_ASSERT((nk_size)editor->link_count < NK_LEN(editor->links));
/dports/audio/synthpod-lv2/synthpod-01aad91/nuklear/demo/
H A Doverview.c103 nk_chart_begin(ctx, NK_CHART_COLUMN, NK_LEN(values), 0, 50); in overview()
104 for (i = 0; i < NK_LEN(values); ++i) in overview()
331 … current_weapon = nk_combo(ctx, weapons, NK_LEN(weapons), current_weapon, 25, nk_vec2(200,200)); in overview()
417 nk_chart_begin(ctx, NK_CHART_COLUMN, NK_LEN(values), 0, 50); in overview()
418 for (i = 0; i < NK_LEN(values); ++i) { in overview()
504 for (i = 0; i < (int)NK_LEN(week_days); ++i) in overview()
H A Dnode_editor.c107 NK_ASSERT((nk_size)editor->node_count < NK_LEN(editor->node_buf)); in node_editor_add()
125 NK_ASSERT((nk_size)editor->link_count < NK_LEN(editor->links)); in node_editor_link()
/dports/x11-toolkits/nuklear/Nuklear-4.09.1/demo/
H A Doverview.c102 nk_chart_begin(ctx, NK_CHART_COLUMN, NK_LEN(values), 0, 50); in overview()
103 for (i = 0; i < NK_LEN(values); ++i) in overview()
355 … current_weapon = nk_combo(ctx, weapons, NK_LEN(weapons), current_weapon, 25, nk_vec2(200,200)); in overview()
441 nk_chart_begin(ctx, NK_CHART_COLUMN, NK_LEN(values), 0, 50); in overview()
442 for (i = 0; i < NK_LEN(values); ++i) { in overview()
528 for (i = 0; i < (int)NK_LEN(week_days); ++i) in overview()
H A Dnode_editor.c107 NK_ASSERT((nk_size)editor->node_count < NK_LEN(editor->node_buf)); in node_editor_add()
125 NK_ASSERT((nk_size)editor->link_count < NK_LEN(editor->links)); in node_editor_link()

123