Home
last modified time | relevance | path

Searched refs:th0 (Results 1 – 2 of 2) sorted by relevance

/external/srec/config/en.us/models/
Dgeneric.pht24 66 th0 B 2
/external/webkit/WebCore/svg/
DSVGParserUtilities.cpp543 double th0, th1, th_arc; in calculateArc() local
617 th0 = atan2(y0 - yc, x0 - xc); in calculateArc()
620 th_arc = th1 - th0; in calculateArc()
635 double _th0 = th0 + i * th_arc / n_segs; in calculateArc()
636 double _th1 = th0 + (i + 1) * th_arc / n_segs; in calculateArc()