Searched defs:center_x (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/widget/
H A Dgimpcolorwheel.c493 gdouble center_x; local
500 center_x = allocation.width / 2.0;
507 *hx = floor (center_x + cos (angle) * inner + 0.5);
509 *sx = floor (center_x + cos (angle + 2.0 * G_PI / 3.0) * inner + 0.5);
511 *vx = floor (center_x + cos (angle + 4.0 * G_PI / 3.0) * inner + 0.5);
524 gdouble center_x; local
530 center_x = allocation.width / 2.0;
536 dx = x - center_x;
554 gdouble center_x; local
561 center_x
660 gdouble center_x; local
871 gdouble center_x; local
[all...]

Completed in 20 milliseconds