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

/inkscape/src/ui/widget/
H A Dgimpcolorwheel.c494 gdouble center_y; local
501 center_y = allocation.height / 2.0;
508 *hy = floor (center_y - sin (angle) * inner + 0.5);
510 *sy = floor (center_y - sin (angle + 2.0 * G_PI / 3.0) * inner + 0.5);
512 *vy = floor (center_y - sin (angle + 4.0 * G_PI / 3.0) * inner + 0.5);
525 gdouble center_y; local
531 center_y = allocation.height / 2.0;
537 dy = center_y - y;
555 gdouble center_y; local
562 center_y
661 gdouble center_y; local
872 gdouble center_y; local
[all...]

Completed in 15 milliseconds