Lines Matching defs:bar
4925 /* background bar */
21051 struct nk_rect bar;
21075 /* calculate slider background bar */
21076 bar.x = bounds->x;
21077 bar.y = (visual_cursor->y + visual_cursor->h/2) - bounds->h/12;
21078 bar.w = bounds->w;
21079 bar.h = bounds->h/6;
21081 /* filled background bar style */
21082 fill.w = (visual_cursor->x + (visual_cursor->w/2.0f)) - bar.x;
21083 fill.x = bar.x;
21084 fill.y = bar.y;
21085 fill.h = bar.h;
21095 /* draw slider bar */
21096 nk_fill_rect(out, bar, style->rounding, bar_color);
24218 /* calculate bounds of current bar chart entry */
24231 /* user chart bar selection */
24372 /* hue bar */
24377 /* alpha bar */
24421 /* draw hue bar */
24437 /* draw alpha bar */