Lines Matching defs:start

1330 /// functions to start window declarations and `nk_end` at the end. Furthermore it
1391 /// nk_begin_titled | Extended window start with separated title and identifier to allow multiple windows with same name but not title
1484 /// Extended window start with separated title and identifier to allow multiple
2577 /// functions to start group declarations and `nk_group_end` at the end. Furthermore it
2793 /// functions to start a collapsable UI section and `nk_tree_xxx_pop` to mark the
3852 As soon as you added all fonts you wanted you can now start the baking process
10820 /* preserve the existing one, so start testing with the next one */
10975 int fontstart;/* offset of start of font */
10977 int loca,head,glyf,hhea,hmtx,kern; /* table locations as offset from start of .ttf */
11221 nk_ushort offset, start;
11225 start = nk_ttUSHORT(data + index_map + 14 + segcount*2 + 2 + 2*item);
11226 if (unicode_codepoint < start)
11233 return nk_ttUSHORT(data + offset + (unicode_codepoint-start)*2 + index_map + 14 + segcount*6 + 2 + 2*item);
11408 /* now start the new one */
11411 /* if we start off with an off-curve point, then when we need to find a point on the curve */
11412 /* where we can start, and we need to save some state for when we wraparound. */
11420 /* otherwise just use the next point as our start point */
11906 /* insert all edges that start before the bottom of this scanline */
12144 int start=0;
12177 /* start the next contour */
12179 (*contour_lengths)[n] = num_points - start;
12181 start = num_points;
12200 (*contour_lengths)[n] = num_points - start;
17112 /* start nonblocking contextual popup */
21934 /* canonicalize the selection so start <= end */
22152 * move cursor to start of selection */
22236 int start = find.first_char + find.length;
22238 state->cursor = start;
22243 float dx = nk_textedit_get_width(state, start, i, font);
23108 /* set start selection 2D position and line */