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

  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
RotateFilter.java 123 float cosTheta;
128 cosTheta = (mAngle % 360 == 0) ? 1f:-1f;
130 cosTheta = 0f;
140 Point x0 = new Point(0.5f * (-cosTheta + sinTheta + 1f),
141 0.5f * (-sinTheta - cosTheta + 1f));
142 Point x1 = new Point(0.5f * (cosTheta + sinTheta + 1f),
143 0.5f * (sinTheta - cosTheta + 1f));
144 Point x2 = new Point(0.5f * (-cosTheta - sinTheta + 1f),
145 0.5f * (-sinTheta + cosTheta + 1f));
146 Point x3 = new Point(0.5f * (cosTheta - sinTheta + 1f)
    [all...]
StraightenFilter.java 116 float cosTheta = (float) Math.cos(mAngle * DEGREE_TO_RADIAN);
123 Point p0 = new Point(-cosTheta * mWidth + sinTheta * mHeight,
124 -sinTheta * mWidth - cosTheta * mHeight);
126 Point p1 = new Point(cosTheta * mWidth + sinTheta * mHeight,
127 sinTheta * mWidth - cosTheta * mHeight);
129 Point p2 = new Point(-cosTheta * mWidth - sinTheta * mHeight,
130 -sinTheta * mWidth + cosTheta * mHeight);
132 Point p3 = new Point(cosTheta * mWidth - sinTheta * mHeight,
133 sinTheta * mWidth + cosTheta * mHeight);
  /frameworks/base/core/java/android/util/
PathParser.java 558 double cosTheta = Math.cos(thetaD);
562 double x0p = (x0 * cosTheta + y0 * sinTheta) / a;
563 double y0p = (-x0 * sinTheta + y0 * cosTheta) / b;
564 double x1p = (x1 * cosTheta + y1 * sinTheta) / a;
565 double y1p = (-x1 * sinTheta + y1 * cosTheta) / b;
615 cx = cx * cosTheta - cy * sinTheta;
616 cy = tcx * sinTheta + cy * cosTheta;
652 double cosTheta = Math.cos(theta);
656 double ep1x = (-a * cosTheta * sinEta1) - (b * sinTheta * cosEta1);
657 double ep1y = (-a * sinTheta * sinEta1) + (b * cosTheta * cosEta1)
    [all...]
  /frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
PathParser.java 586 double cosTheta = Math.cos(thetaD);
590 double x0p = (x0 * cosTheta + y0 * sinTheta) / a;
591 double y0p = (-x0 * sinTheta + y0 * cosTheta) / b;
592 double x1p = (x1 * cosTheta + y1 * sinTheta) / a;
593 double y1p = (-x1 * sinTheta + y1 * cosTheta) / b;
643 cx = cx * cosTheta - cy * sinTheta;
644 cy = tcx * sinTheta + cy * cosTheta;
680 double cosTheta = Math.cos(theta);
684 double ep1x = (-a * cosTheta * sinEta1) - (b * sinTheta * cosEta1);
685 double ep1y = (-a * sinTheta * sinEta1) + (b * cosTheta * cosEta1)
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
Matrix2fTest.java 184 float cosTheta = (float)Math.cos((float)theta);
187 rotate[0] = cosTheta;
190 rotate[3] = cosTheta;
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Torus.java 139 float cosTheta = FastMath.cos(theta);
141 radialAxis.set(cosTheta, sinTheta, 0);
  /development/perftests/panorama/feature_mos/src/mosaic/
Blend.cpp     [all...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.cpp     [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp     [all...]
  /prebuilts/devtools/tools/lib/
asset-studio.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/24.4.0-alpha1/
sdk-common-24.4.0-alpha1.jar 

Completed in 358 milliseconds