HomeSort by relevance Sort by last modified time
    Searched refs:stopRad (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkPath.cpp 923 SkScalar stopRad = SkDegreesToRadians(startAngle + sweepAngle);
928 stopRad -= deltaRad;
929 stop.fY = SkScalarSinCos(stopRad, &stop.fX);
    [all...]
  /external/skia/src/core/
SkPath.cpp 923 SkScalar stopRad = SkDegreesToRadians(startAngle + sweepAngle);
928 stopRad -= deltaRad;
929 stop.fY = SkScalarSinCos(stopRad, &stop.fX);
    [all...]

Completed in 85 milliseconds