Lines Matching refs:empty
6012 NK_LIB void nk_property_behavior(nk_flags *ws, const struct nk_input *in, struct nk_rect property, struct nk_rect label, struct nk_rect edit, struct nk_rect empty, int *state, struct nk_property_variant *variant, float inc_per_pixel);
6625 do { /* must look even if string is empty */
8207 /* reset back buffer either back to marker or empty */
8214 /* reset front buffer either back to back marker or empty */
11817 /* from the other y segment, and it might ignored as an empty segment. to avoid */
15240 next = next->next; /* skip empty command buffers */
15870 /* fill top empty space */
15877 /* fill left empty space */
15884 /* fill right empty space */
15893 /* fill bottom empty space */
19716 /* simple empty/filled shapes */
21446 /* scroll page up by click on empty space or shortcut */
21452 /* scroll page down by click on empty space or shortcut */
21577 /* calculate empty space around cursor */
21665 /* calculate empty space around cursor */
23577 struct nk_rect empty, int *state, struct nk_property_variant *variant,
23585 else if (nk_input_is_mouse_click_down_in_rect(in, NK_BUTTON_LEFT, empty, nk_true))
23654 struct nk_rect empty;
23709 /* empty left space activator */
23710 empty.w = edit.x - (label.x + label.w);
23711 empty.x = label.x + label.w;
23712 empty.y = property.y;
23713 empty.h = property.h;
23717 nk_property_behavior(ws, in, property, label, edit, empty, state, variant, inc_per_pixel);