Lines Matching defs:point

516 /// Contexts are the main entry point and the majestro of nuklear and contain all required state.
559 /// __ctx__ | Must point to an either stack or heap allocated `nk_context` struct
560 /// __font__ | Must point to a previously initialized font handle for more info look at font documentation
583 /// __ctx__ | Must point to an either stack or heap allocated `nk_context` struct
584 /// __memory__ | Must point to a previously allocated memory block
586 /// __font__ | Must point to a previously initialized font handle for more info look at font documentation
602 /// __ctx__ | Must point to an either stack or heap allocated `nk_context` struct
603 /// __alloc__ | Must point to a previously allocated memory allocator
604 /// __font__ | Must point to a previously initialized font handle for more info look at font documentation
620 /// __ctx__ | Must point to an either stack or heap allocated `nk_context` struct
621 /// __cmds__ | Must point to a previously initialized memory buffer either fixed or dynamic to store draw commands into
622 /// __pool__ | Must point to a previously initialized memory buffer either fixed or dynamic to store windows, panels and tables
623 /// __font__ | Must point to a previously initialized font handle for more info look at font documentation
639 /// __ctx__ | Must point to a previously initialized `nk_context` struct
652 /// __ctx__ | Must point to a previously initialized `nk_context` struct
665 /// __ctx__ | Must point to a previously initialized `nk_context` struct
788 /// __ctx__ | Must point to a previously initialized `nk_context` struct
800 /// __ctx__ | Must point to a previously initialized `nk_context` struct
814 /// __ctx__ | Must point to a previously initialized `nk_context` struct
828 /// __ctx__ | Must point to a previously initialized `nk_context` struct
846 /// __ctx__ | Must point to a previously initialized `nk_context` struct
864 /// __ctx__ | Must point to a previously initialized `nk_context` struct
881 /// __ctx__ | Must point to a previously initialized `nk_context` struct
897 /// __ctx__ | Must point to a previously initialized `nk_context` struct
911 /// __ctx__ | Must point to a previously initialized `nk_context` struct
1177 /// __ctx__ | must point to an previously initialized `nk_context` struct at the end of a frame
1191 /// __ctx__ | Must point to an previously initialized `nk_context` struct at the end of a frame
1192 /// __cmd__ | Must point to an previously a draw command either returned by `nk__begin` or `nk__next`
1206 /// __ctx__ | Must point to an previously initialized `nk_context` struct at the end of a frame
1226 /// __ctx__ | Must point to an previously initialized `nk_context` struct at the end of a frame
1227 /// __cmds__ | Must point to a previously initialized buffer to hold converted vertex draw commands
1228 /// __vertices__| Must point to a previously initialized buffer to hold all produced vertices
1229 /// __elements__| Must point to a previously initialized buffer to hold all produced vertex indices
1230 /// __config__ | Must point to a filled out `nk_config` struct to configure the conversion process
1252 /// __ctx__ | Must point to an previously initialized `nk_context` struct at the end of a frame
1253 /// __buf__ | Must point to an previously by `nk_convert` filled out vertex draw command buffer
1267 /// __ctx__ | Must point to an previously initialized `nk_context` struct at the end of a frame
1268 /// __buf__ | Must point to an previously by `nk_convert` filled out vertex draw command buffer
1282 /// __cmd__ | Must point to an previously either by `nk__draw_begin` or `nk__draw_next` returned vertex draw command
1283 /// __buf__ | Must point to an previously by `nk_convert` filled out vertex draw command buffer
1284 /// __ctx__ | Must point to an previously initialized `nk_context` struct at the end of a frame
1299 /// __buf__ | Must point to an previously by `nk_convert` filled out vertex draw command buffer
1300 /// __ctx__ | Must point to an previously initialized `nk_context` struct at the end of a frame
1474 /// __ctx__ | Must point to an previously initialized `nk_context` struct
1479 /// Returns `true(1)` if the window can be filled up with widgets from this point
1493 /// __ctx__ | Must point to an previously initialized `nk_context` struct
1499 /// Returns `true(1)` if the window can be filled up with widgets from this point
1513 /// __ctx__ | Must point to an previously initialized `nk_context` struct
1525 /// __ctx__ | Must point to an previously initialized `nk_context` struct
1543 /// __ctx__ | Must point to an previously initialized `nk_context` struct
1559 /// __ctx__ | Must point to an previously initialized `nk_context` struct
1575 /// __ctx__ | Must point to an previously initialized `nk_context` struct
1591 /// __ctx__ | Must point to an previously initialized `nk_context` struct
1607 /// __ctx__ | Must point to an previously initialized `nk_context` struct
1625 /// __ctx__ | Must point to an previously initialized `nk_context` struct
1643 /// __ctx__ | Must point to an previously initialized `nk_context` struct
1662 /// __ctx__ | Must point to an previously initialized `nk_context` struct
1681 /// __ctx__ | Must point to an previously initialized `nk_context` struct
1700 /// __ctx__ | Must point to an previously initialized `nk_context` struct
1718 /// __ctx__ | Must point to an previously initialized `nk_context` struct
1735 /// __ctx__ | Must point to an previously initialized `nk_context` struct
1750 /// __ctx__ | Must point to an previously initialized `nk_context` struct
1765 /// __ctx__ | Must point to an previously initialized `nk_context` struct
1778 /// __ctx__ | Must point to an previously initialized `nk_context` struct
1793 /// __ctx__ | Must point to an previously initialized `nk_context` struct
1807 /// __ctx__ | Must point to an previously initialized `nk_context` struct
1821 /// __ctx__ | Must point to an previously initialized `nk_context` struct
1835 /// __ctx__ | Must point to an previously initialized `nk_context` struct
1850 /// __ctx__ | Must point to an previously initialized `nk_context` struct
1863 /// __ctx__ | Must point to an previously initialized `nk_context` struct
1865 /// __bounds__ | Must point to a `nk_rect` struct with the new position and size
1876 /// __ctx__ | Must point to an previously initialized `nk_context` struct
1878 /// __pos__ | Must point to a `nk_vec2` struct with the new position
1889 /// __ctx__ | Must point to an previously initialized `nk_context` struct
1891 /// __size__ | Must point to a `nk_vec2` struct with new window size
1902 /// __ctx__ | Must point to an previously initialized `nk_context` struct
1917 /// __ctx__ | Must point to an previously initialized `nk_context` struct
1930 /// __ctx__ | Must point to an previously initialized `nk_context` struct
1942 /// __ctx__ | Must point to an previously initialized `nk_context` struct
1955 /// __ctx__ | Must point to an previously initialized `nk_context` struct
1969 /// __ctx__ | Must point to an previously initialized `nk_context` struct
1982 /// __ctx__ | Must point to an previously initialized `nk_context` struct
2273 /// __ctx__ | Must point to an previously initialized `nk_context` struct after call `nk_begin_xxx`
2285 /// __ctx__ | Must point to an previously initialized `nk_context` struct after call `nk_begin_xxx`
2296 /// __ctx__ | Must point to an previously initialized `nk_context` struct after call `nk_begin_xxx`
2309 /// __ctx__ | Must point to an previously initialized `nk_context` struct after call `nk_begin_xxx`
2325 /// __ctx__ | Must point to an previously initialized `nk_context` struct after call `nk_begin_xxx`
2340 /// __ctx__ | Must point to an previously initialized `nk_context` struct after call `nk_begin_xxx`
2354 /// __ctx__ | Must point to an previously initialized `nk_context` struct after call `nk_begin_xxx`
2368 /// __ctx__ | Must point to an previously initialized `nk_context` struct after call `nk_begin_xxx`
2380 /// __ctx__ | Must point to an previously initialized `nk_context` struct after call `nk_begin_xxx`
2391 /// __ctx__ | Must point to an previously initialized `nk_context` struct after call `nk_begin_xxx`
2405 /// __ctx__ | Must point to an previously initialized `nk_context` struct after call `nk_begin_xxx`
2417 /// __ctx__ | Must point to an previously initialized `nk_context` struct after call `nk_begin_xxx`
2429 /// __ctx__ | Must point to an previously initialized `nk_context` struct after call `nk_begin_xxx`
2441 /// __ctx__ | Must point to an previously initialized `nk_context` struct after call `nk_begin_xxx`
2453 /// __ctx__ | Must point to an previously initialized `nk_context` struct after call `nk_begin_xxx`
2464 /// __ctx__ | Must point to an previously initialized `nk_context` struct after call `nk_begin_xxx`
2478 /// __ctx__ | Must point to an previously initialized `nk_context` struct after call `nk_layout_space_begin`
2490 /// __ctx__ | Must point to an previously initialized `nk_context` struct after call `nk_layout_space_begin`
2501 /// __ctx__ | Must point to an previously initialized `nk_context` struct after call `nk_layout_space_begin`
2514 /// __ctx__ | Must point to an previously initialized `nk_context` struct after call `nk_layout_space_begin`
2528 /// __ctx__ | Must point to an previously initialized `nk_context` struct after call `nk_layout_space_begin`
2542 /// __ctx__ | Must point to an previously initialized `nk_context` struct after call `nk_layout_space_begin`
2556 /// __ctx__ | Must point to an previously initialized `nk_context` struct after call `nk_layout_space_begin`
2658 /// __ctx__ | Must point to an previously initialized `nk_context` struct
2673 /// __ctx__ | Must point to an previously initialized `nk_context` struct
2689 /// __ctx__ | Must point to an previously initialized `nk_context` struct
2701 /// __ctx__ | Must point to an previously initialized `nk_context` struct
2719 /// __ctx__ | Must point to an previously initialized `nk_context` struct
2735 /// __ctx__ | Must point to an previously initialized `nk_context` struct
2746 /// __ctx__ | Must point to an previously initialized `nk_context` struct
2760 /// __ctx__ | Must point to an previously initialized `nk_context` struct
2850 /// __ctx__ | Must point to an previously initialized `nk_context` struct
2866 /// __ctx__ | Must point to an previously initialized `nk_context` struct
2884 /// __ctx__ | Must point to an previously initialized `nk_context` struct
2909 /// __ctx__ | Must point to an previously initialized `nk_context` struct
2928 /// __ctx__ | Must point to an previously initialized `nk_context` struct
2947 /// __ctx__ | Must point to an previously initialized `nk_context` struct
2967 /// __ctx__ | Must point to an previously initialized `nk_context` struct after calling `nk_tree_xxx_push_xxx`
2978 /// __ctx__ | Must point to an previously initialized `nk_context` struct after calling `nk_tree_xxx_push_xxx`
2994 /// __ctx__ | Must point to an previously initialized `nk_context` struct after calling `nk_tree_xxx_push_xxx`
3011 /// __ctx__ | Must point to an previously initialized `nk_context` struct after calling `nk_tree_xxx_push_xxx`
3291 /// __ctx__ | Must point to an previously initialized `nk_context` struct after calling a layouting function
3312 /// __ctx__ | Must point to an previously initialized `nk_context` struct after calling a layouting function
3333 /// __ctx__ | Must point to an previously initialized `nk_context` struct after calling a layouting function
3354 /// __ctx__ | Must point to an previously initialized `nk_context` struct after calling a layouting function
3377 /// __ctx__ | Must point to an previously initialized `nk_context` struct after calling a layouting function
3400 /// __ctx__ | Must point to an previously initialized `nk_context` struct after calling a layouting function
3863 At this point you are done and if you don't want to reuse the font atlas you
6028 /* Since nuklear is supposed to work on all systems providing floating point
7140 /* floating point */
9333 struct nk_vec2 *point;
9336 point = nk_ptr_add(struct nk_vec2, memory, list->path_offset);
9337 point += (list->path_count-1);
9338 return *point;
10043 Two coordinates (x, y) of a point on a circle centered on
10815 /* insert the new node into the right starting point, and */
10816 /* let 'cur' point to the remaining nodes needing to be */
11411 /* if we start off with an off-curve point, then when we need to find a point on the curve */
11416 /* next point is also a curve point, so interpolate an on-point curve */
11420 /* otherwise just use the next point as our start point */
11423 ++i; /* we're using point i+1 as the starting point, so skip it */
11476 /* @TODO handle matching point */
12091 /* now sort the edges by their highest point (should snap to integer, and then by x) */
15859 /* update the current cursor Y-position to point over the last added widget */
19166 /* need to convert to int here to remove floating point errors */
22226 /* compute current position of cursor point */
22274 /* compute current position of cursor point */
24149 /* first data point does not have a connection */
24170 /* draw a line between the last data point and the new one */
24180 /* user selection of current data point */
24191 /* save current data point position */
25498 /// Color pickers now use floating point values to represent
25698 /// string to floating point number conversion for additional
25701 /// - 2016/08/08 (1.07.1) - Fixed possible floating point error inside `nk_widget` leading