Lines Matching defs:done
678 /// It is worth noting that no direct OS or window handling is done in nuklear.
3863 At this point you are done and if you don't want to reuse the font atlas you
4657 library since converting the default library draw command output is done by
6341 goto done;
6387 done:
19311 int done = 0;
19334 while (done < len) {
19336 nk_widget_text(o, line, &string[done], fitting, &text, NK_TEXT_LEFT, f);
19337 done += fitting;
19339 fitting = nk_text_clamp(f, &string[done], len - done, line.w, &glyphs, &width, seperator,NK_LEN(seperator));