Searched defs:cosTheta (Results 1 – 5 of 5) sorted by relevance
453 double cosTheta = Math.cos(thetaD); in drawArc() local547 double cosTheta = Math.cos(theta); in arcToBezier() local
259 const double cosTheta = (p2x - p0x) / hypotenuse; in init() local320 const double cosTheta = sqrt(a / (a + b)); in init() local
110 Sk4f cosTheta = fma(xdiff, nextCW(xdiff), ydiff * nextCW(ydiff)); in adjust_non_rectilinear_outset() local
136 Sk4f cosTheta = fma(metadata.fDX, nextCW(metadata.fDX), metadata.fDY * nextCW(metadata.fDY)); in get_optimized_outset() local