Lines Matching defs:nk_text
3086 NK_API void nk_text(struct nk_context*, const char*, int, nk_flags);
5917 struct nk_text {
5922 NK_LIB void nk_widget_text(struct nk_command_buffer *o, struct nk_rect b, const char *string, int len, const struct nk_text *t, nk_flags a, const struct nk_user_font *f);
5923 NK_LIB void nk_widget_text_wrap(struct nk_command_buffer *o, struct nk_rect b, const char *string, int len, const struct nk_text *t, const struct nk_user_font *f);
15708 struct nk_text text;
18365 struct nk_text text;
18550 struct nk_text text;
19260 const char *string, int len, const struct nk_text *t,
19305 const char *string, int len, const struct nk_text *t,
19313 struct nk_text text;
19351 struct nk_text text;
19378 struct nk_text text;
19507 nk_text(struct nk_context *ctx, const char *str, int len, nk_flags alignment)
19523 nk_text(ctx, str, nk_strlen(str), alignment);
19706 struct nk_text text;
19823 struct nk_text text;
19951 struct nk_text text;
20015 struct nk_text text;
20383 struct nk_text text;
20425 struct nk_text text;
20688 struct nk_text text;
22811 struct nk_text txt;
23322 struct nk_text txt;
23598 struct nk_text text;
24598 struct nk_text text;
24857 struct nk_text text;
25029 struct nk_text text;
25396 nk_text(ctx, text, text_len, NK_TEXT_LEFT);