Lines Matching defs:tri
19984 struct nk_rect tri = {0,0,0,0};
19994 tri.y = content.y + (content.h/2) - font->height/2;
19995 tri.w = font->height; tri.h = font->height;
19997 tri.x = (content.x + content.w) - (2 * style->padding.x + tri.w);
19998 tri.x = NK_MAX(tri.x, 0);
19999 } else tri.x = content.x + 2 * style->padding.x;
20003 nk_draw_button_text_symbol(out, &bounds, &content, &tri,