HomeSort by relevance Sort by last modified time
    Searched full:_th1 (Results 1 - 1 of 1) sorted by null

  /external/webkit/WebCore/svg/
SVGParserUtilities.cpp 636 double _th1 = th0 + (i + 1) * th_arc / n_segs; local
647 th_half = 0.5 * (_th1 - _th0);
651 x3 = xc + cos(_th1);
652 y3 = yc + sin(_th1);
653 x2 = x3 + t * sin(_th1);
654 y2 = y3 - t * cos(_th1);

Completed in 35 milliseconds