Lines Matching defs:number

35 /// layered library that tries to abstract over a number of platform and
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*/
681 /// provides simple abstraction over a big number of platforms, libraries and other
932 /// backend able to draw a number of 2D primitives. This includes at least
1001 /// to make sure the UI is not drawn more than a fixed number of frames per second.
1159 unsigned circle_segment_count; /* number of segments used for circles: default to 22 */
1160 unsigned arc_segment_count; /* number of segments used for arcs: default to 22 */
1161 unsigned curve_segment_count; /* number of segments used for curves: default to 22 */
1477 /// __flags__ | Window flags defined in the nk_panel_flags section with a number of different window behaviors
1497 /// __flags__ | Window flags defined in the nk_panel_flags section with a number of different window behaviors
1999 /// A row has a height the window content grows by and a number of columns and each
2036 /// if the owning window grows in width. So the number of columns dictates
2207 /// powerful there are a number of utility functions to get the available space
2240 /// nk_layout_row_begin | Starts a new row with given height and number of columns
2317 /// between @cols number of widgets evenly. Once called all subsequent widget
2331 /// Sets current row layout to fill @cols number of widgets
2660 /// __flags__ | Window flags defined in the nk_panel_flags section with a number of different group behaviors
2676 /// __flags__ | Window flags defined in the nk_panel_flags section with a number of different group behaviors
3211 /// or by directly typing a number.
3218 /// to make use of the complete number range of a type just use the provided
3885 to use the font atlas. There are a number of details I left out. For example
3945 /* number of glyphs of this font inside the glyph baking array output */
4135 /* number of allocation calls */
4722 /* number of elements in the current draw batch */
6486 double number = 0;
6531 number = value * neg;
6534 return number;
6850 /* convert the number */
7026 /* convert number to string */
7048 /* fill up to precision number of digits with '0' */
7089 /* convert decimal number into hex/oct number */
7110 /* fill up to precision number of digits */
7127 /* reverse number direction */
7186 /* fill number up to precision */
9440 * So you reached the maximum number of indicies or rather vertexes.
10976 int numGlyphs;/* number of glyphs, needed for range checking */
12138 /* returns number of contours */
23880 name++; /* special number hash */
25470 /// -[x.yy.zz]: Numerical version string representation. Each version number on the right
25653 /// refrain from using slider with a big number of steps.
25695 /// floating pointer number to string conversion for additional
25698 /// string to floating point number conversion for additional