Lines Matching defs:full
1238 /// NK_CONVERT_COMMAND_BUFFER_FULL | The provided buffer for storing draw commands is full or failed to allocate more memory
1239 /// NK_CONVERT_VERTEX_BUFFER_FULL | The provided buffer for storing vertices is full or failed to allocate more memory
1240 /// NK_CONVERT_ELEMENT_BUFFER_FULL | The provided buffer for storing indicies is full or failed to allocate more memory
2820 /// nk_tree_push_hashed | Start a collapsable UI section with internal state management with full control over internal unique ID use to store state
2823 /// nk_tree_image_push_hashed | Start a collapsable UI section with image and label header and internal state management with full control over internal unique ID use to store state
2876 /// Start a collapsable UI section with internal state management with full
2939 /// Start a collapsable UI section with internal state management with full
4237 * an full blown text editor.
6744 /* did not match full pattern */
8135 int full;
8153 full = ((b->allocated + size + alignment) > b->size);
8154 else full = ((b->size - NK_MIN(b->size,(size + alignment))) <= b->allocated);
8156 if (full) {
8164 /* buffer is full so allocate bigger buffer if dynamic */
10645 /* node 0 is the full width, node 1 is the sentinel (lets us not store width explicitly) */
12053 /* vsubsample should divide 255 evenly; otherwise we won't reach full opacity */