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

  /external/skia/src/utils/
SkCamera.cpp 299 SkUnit3D axis, zenith, cross; local
306 zenith.fX = fZenith.fX - SkUnitScalarMul(dot, axis.fX);
307 zenith.fY = fZenith.fY - SkUnitScalarMul(dot, axis.fY);
308 zenith.fZ = fZenith.fZ - SkUnitScalarMul(dot, axis.fZ);
310 (void)((SkPoint3D*)(void*)&zenith)->normalize(&zenith);
313 SkUnit3D::Cross(axis, zenith, &cross);
324 orien->set(SkMatrix::kMSkewY, SkUnitScalarMul(y, axis.fX) - SkUnitScalarMul(z, zenith.fX));
325 orien->set(SkMatrix::kMScaleY, SkUnitScalarMul(y, axis.fY) - SkUnitScalarMul(z, zenith.fY));
326 orien->set(SkMatrix::kMTransY, SkUnitScalarMul(y, axis.fZ) - SkUnitScalarMul(z, zenith.fZ))
    [all...]
  /external/skia/src/animator/
SkDraw3D.cpp 48 SK_MEMBER_ALIAS(zenith, fCamera.fZenith, 3D_Point),
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
SunCalculator.java 56 * Computes the sunrise time for the given zenith at the given date.
58 * @param solarZenith <code>Zenith</code> enum corresponding to the type
69 * Computes the sunset time for the given zenith at the given date.
71 * @param solarZenith <code>Zenith</code> enum corresponding to the type of
224 private double getCosineSunLocalHour(double sunTrueLong, double zenith) {
228 final double zenithInRads = Math.toRadians(zenith);

Completed in 3892 milliseconds