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

/ast/src/lib/libtk/generic/
H A DtkCanvLine.c1341 double fracHeight; /* Line width as fraction of
1367 fracHeight = (linePtr->width/2.0)/shapeC;
1368 backup = fracHeight*shapeB + shapeA*(1.0 - fracHeight)/2.0;
1395 poly[4] = poly[2]*fracHeight + vertX*(1.0-fracHeight);
1396 poly[5] = poly[3]*fracHeight + vertY*(1.0-fracHeight);
1397 poly[6] = poly[8]*fracHeight + vertX*(1.0-fracHeight);
1328 double fracHeight; /* Line width as fraction of local
[all...]

Completed in 12 milliseconds