Home
last modified time | relevance | path

Searched defs:sinTheta (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/gpu/
DGrDistanceFieldGenFromVector.cpp244 const double sinTheta = (p2y - p0y) / hypotenuse; in init() local
307 const double sinTheta = -1.0 * sign_of((a + b) * h) * sqrt(b / (a + b)); in init() local
/third_party/flutter/skia/src/gpu/
DGrDistanceFieldGenFromVector.cpp260 const double sinTheta = (p2y - p0y) / hypotenuse; in init() local
321 const double sinTheta = -1.0 * sign_of((a + b) * h) * sqrt(b / (a + b)); in init() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp107996 double sinTheta = FlushToZero(sin(aTheta)); in RotateX() local
108021 double sinTheta = FlushToZero(sin(aTheta)); in RotateY() local
108046 double sinTheta = FlushToZero(sin(aTheta)); in RotateZ() local
108084 double sinTheta = FlushToZero(sin(aTheta)); in SetRotateAxisAngle() local