Lines Matching defs:bytes
134 /// NK_INPUT_MAX | Defines the max number of bytes which can be added as text input in one frame. Under normal circumstances this should be more than sufficient.
235 #define NK_UTF_SIZE 4 /* describes the number of bytes a glyph consists of*/
856 /// Stores up to NK_INPUT_MAX bytes between `nk_input_begin` and `nk_input_end`.
873 /// Stores up to NK_INPUT_MAX bytes between `nk_input_begin` and `nk_input_end`.
889 /// Stores up to NK_INPUT_MAX bytes between `nk_input_begin` and `nk_input_end`.
6429 /* fill trailing bytes */
10573 }; /* 16 bytes, nominally */
11177 nk_int bytes = nk_ttUSHORT(data + index_map + 2);
11178 if (unicode_codepoint < bytes-6)
25599 /// text length is passed. It should have been in bytes but