Lines Matching defs:calls
726 /// __nk_input_begin__ | Begins the input mirroring process. Needs to be called before all other `nk_input_xxx` calls
1334 /// nest `nk_begin_xxx` calls which will hopefully result in an assert or if not
1505 /// All widget calls after this functions will result in asserts or no state changes
1536 /// Only call this function between calls `nk_begin_xxx` and `nk_end`
1552 /// Only call this function between calls `nk_begin_xxx` and `nk_end`
1568 /// Only call this function between calls `nk_begin_xxx` and `nk_end`
1584 /// Only call this function between calls `nk_begin_xxx` and `nk_end`
1600 /// Only call this function between calls `nk_begin_xxx` and `nk_end`
1616 /// Only call this function between calls `nk_begin_xxx` and `nk_end`
1635 /// Only call this function between calls `nk_begin_xxx` and `nk_end`
1654 /// Only call this function between calls `nk_begin_xxx` and `nk_end`
1673 /// Only call this function between calls `nk_begin_xxx` and `nk_end`
1692 /// Only call this function between calls `nk_begin_xxx` and `nk_end`
1708 /// Only call this function between calls `nk_begin_xxx` and `nk_end`
1727 /// Only call this function between calls `nk_begin_xxx` and `nk_end`
1743 /// Only call this function between calls `nk_begin_xxx` and `nk_end`
1758 /// Only call this function between calls `nk_begin_xxx` and `nk_end`
1909 /// Only call this function between calls `nk_begin_xxx` and `nk_end`
2318 /// calls greater than @cols will allocate a new row with same layout.
2333 /// calls greater than @cols will allocate a new row with same layout.
4099 nk_size calls;
4134 nk_size calls;
4135 /* number of allocation calls */
8180 b->calls++;
8229 b->calls = 0;
8252 s->calls = b->calls;
15079 ctx->memory.calls = 0;
25628 /// inside the command buffer retrieved by calls `nk__draw_begin`
25720 /// - 2016/08/06 (1.04.5) - Changed memset calls to `NK_MEMSET`.