Lines Matching refs:pass
546 /// __nk_set_user_data__| Utility function to pass user data to draw command
999 /// frame and call `nk_clear` directly after the first pass and only draw in
1000 /// the second pass. In addition it is recommended to also add additional timers
11348 /* in first pass, we load uninterpreted data into the allocated array */
12101 if (!points) return; /* during first pass, it's unallocated */
12145 int pass;
12162 for (pass=0; pass < 2; ++pass)
12165 if (pass == 1) {
12787 /* first font pass: pack all glyphs */
12861 /* second font pass: render glyphs */
12876 /* third pass: setup font and glyphs */
25528 /// comes in effect if you pass in zero was row height argument.
25573 /// pass in a style struct to change buttons visual.