Searched refs:ARROW_SIZE (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/widget/
H A Dcolor-slider.cpp35 static const gint ARROW_SIZE = 7; variable
337 ax = (int)(cx + value * cw - ARROW_SIZE / 2 - 2);
339 queue_draw_area(ax, ay, ARROW_SIZE + 4, ch);
340 ax = (int)(cx + _value * cw - ARROW_SIZE / 2 - 2);
342 queue_draw_area(ax, ay, ARROW_SIZE + 4, ch);
503 gint x = (int)(_value * (carea.get_width() - 1) - ARROW_SIZE / 2 + carea.get_x());
510 cr->line_to(x + ARROW_SIZE - 0.5, y1 + 0.5);
511 cr->line_to(x + (ARROW_SIZE - 1) / 2.0, y1 + ARROW_SIZE / 2.0 + 0.5);
516 cr->line_to(x + ARROW_SIZE
[all...]

Completed in 15 milliseconds