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

/haiku/src/tests/kits/interface/picture/
H A DSVGViewView.cpp697 double cxdash = root * rx * y1dash / ry, cydash = -root * ry * x1dash / rx; local
699 double cx = cosPhi * cxdash - sinPhi * cydash + (x1 + x2) / 2.0;
700 double cy = sinPhi * cxdash + cosPhi * cydash + (y1 + y2) / 2.0;
702 double theta1 = CalcVectorAngle(1.0, 0.0, (x1dash - cxdash) / rx,
704 dtheta = CalcVectorAngle((x1dash - cxdash) / rx,
705 (y1dash - cydash) / ry, (-x1dash - cxdash) / rx,

Completed in 38 milliseconds