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

/ast/src/lib/libtk/generic/
H A DtkCanvArc.c1232 double boxWidth, boxHeight;
1270 boxWidth = arcPtr->bbox[2] - arcPtr->bbox[0];
1280 arcPtr->center1[0] = vertex[0] + cos1*boxWidth/2.0;
1282 arcPtr->center2[0] = vertex[0] + cos2*boxWidth/2.0;
1299 * is (boxWidth*sin1)/(boxHeight*cos1), and similarly for arcPtr->center2
1305 if (((boxWidth*sin1) == 0.0) && ((boxHeight*cos1) == 0.0)) {
1308 angle = atan2(boxWidth*sin1, boxHeight*cos1);
1312 if (((boxWidth*sin2) == 0.0) && ((boxHeight*cos2) == 0.0)) {
1315 angle = atan2(boxWidth*sin2, boxHeight*cos2);
1221 double boxWidth, boxHeight; local

Completed in 12 milliseconds