Lines Matching defs:filled

933 /// filled and stroked rectangles, circles, text, lines, triangles and scissors.
1230 /// __config__ | Must point to a filled out `nk_config` struct to configure the conversion process
1253 /// __buf__ | Must point to an previously by `nk_convert` filled out vertex draw command buffer
1268 /// __buf__ | Must point to an previously by `nk_convert` filled out vertex draw command buffer
1283 /// __buf__ | Must point to an previously by `nk_convert` filled out vertex draw command buffer
1299 /// __buf__ | Must point to an previously by `nk_convert` filled out vertex draw command buffer
1479 /// Returns `true(1)` if the window can be filled up with widgets from this point
1499 /// Returns `true(1)` if the window can be filled up with widgets from this point
2002 /// filled with widgets will advance an internal pointer over the allocated row. <br /><br />
2796 /// or hidden and therefore does not need to be filled with content or `true(1)`
2797 /// if visible and required to be filled.
4581 /* filled shades */
4654 with antialiasing functionality which takes basic filled or outlined shapes
5307 float filled;
5356 /* special window type growing up in height while being filled to a certain maximum height */
11758 scanline_fill[x] += e->direction * (float)height; /* everything right of this pixel is filled */
17708 win->layout->row.filled = 0;
17753 layout->row.filled = 0;
17778 if ((ratio + layout->row.filled) > 1.0f) return;
17781 else layout->row.item_width = 1.0f - layout->row.filled;
17841 layout->row.filled = 0;
17864 layout->row.filled = 0;
18002 layout->row.filled = 0;
18201 layout->row.filled += layout->row.item_width;
18229 layout->row.filled += ratio;
19716 /* simple empty/filled shapes */
21081 /* filled background bar style */
25520 /// and filled rectangles.
25590 /// - 2016/10/21 (1.24.0) - Changed widget border drawing to stroked rectangle from filled