Lines Matching refs:fracHeight
1341 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);
1398 poly[7] = poly[9]*fracHeight + vertY*(1.0-fracHeight);
1441 poly[4] = poly[2]*fracHeight + vertX*(1.0-fracHeight);
1442 poly[5] = poly[3]*fracHeight + vertY*(1.0-fracHeight);
1443 poly[6] = poly[8]*fracHeight + vertX*(1.0-fracHeight);
1444 poly[7] = poly[9]*fracHeight + vertY*(1.0-fracHeight);