Searched refs:cydash (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;
703 (y1dash - cydash) / ry ),
705 (y1dash - cydash) / ry, (-x1dash - cxdash) / rx,
706 (-y1dash - cydash) / ry);

Completed in 82 milliseconds