Lines Matching defs:box
11800 /* if edge goes outside of box we're drawing, we require */
12436 /* The prefilter is a box filter of width "oversample", */
22729 nk_filter_default(const struct nk_text_edit *box, nk_rune unicode)
22732 NK_UNUSED(box);
22736 nk_filter_ascii(const struct nk_text_edit *box, nk_rune unicode)
22738 NK_UNUSED(box);
22743 nk_filter_float(const struct nk_text_edit *box, nk_rune unicode)
22745 NK_UNUSED(box);
22751 nk_filter_decimal(const struct nk_text_edit *box, nk_rune unicode)
22753 NK_UNUSED(box);
22759 nk_filter_hex(const struct nk_text_edit *box, nk_rune unicode)
22761 NK_UNUSED(box);
22769 nk_filter_oct(const struct nk_text_edit *box, nk_rune unicode)
22771 NK_UNUSED(box);
22777 nk_filter_binary(const struct nk_text_edit *box, nk_rune unicode)
22779 NK_UNUSED(box);
24617 /* draw combo box header background and border */
24708 /* draw combo box header background and border */
24787 /* draw combo box header background and border */
24874 /* draw combo box header background and border */
24968 /* draw combo box header background and border */
25046 /* draw combo box header background and border */
25567 /// - 2016/11/19 (1.28.5) - Fixed abstract combo box closing behavior.
25657 /// a hack for combo box and menu.