/external/chromium_org/ash/display/ |
virtual_keyboard_window_controller.h | 46 // Rotates virtual keyboard display by 180 degrees.
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
SVGTextLayoutEngineBaseline.cpp | 161 // Spec: Fullwidth ideographic and fullwidth Latin text will be set with a glyph-orientation of 0-degrees. 162 // Text which is not fullwidth will be set with a glyph-orientation of 90-degrees. 193 // of 180 degrees, then the current text position is incremented according to the vertical metrics of the glyph. 196 // 180 degrees, then the current text position is incremented according to the horizontal metrics of the glyph.
|
/external/chromium_org/webkit/renderer/compositor_bindings/ |
web_transform_operations_impl.h | 25 virtual void appendRotate(double x, double y, double z, double degrees);
|
/frameworks/base/telephony/java/android/telephony/ |
CellIdentityCdma.java | 41 * to +180 degrees). 48 * to +90 degrees). 121 * to +180 degrees). Integer.MAX_VALUE if unknown. 132 * to +90 degrees). Integer.MAX_VALUE if unknown.
|
/packages/apps/Camera2/src/com/android/camera/ |
Exif.java | 38 // Returns the degrees in clockwise. Values are 0, 90, 180, or 270.
|
/packages/apps/Gallery/tests/src/com/android/camera/gallery/ |
MockImage.java | 97 public boolean rotateImageBy(int degrees) {
|
/packages/apps/Gallery2/src_pd/com/android/gallery3d/util/ |
LightCycleHelper.java | 27 // Whether a panorama is 360 degrees
|
/external/chromium_org/third_party/skia/include/core/ |
SkMatrix.h | 69 90 degrees. 201 /** Set the matrix to rotate by the specified number of degrees, with a 205 void setRotate(SkScalar degrees, SkScalar px, SkScalar py); 206 /** Set the matrix to rotate about (0,0) by the specified number of degrees. 208 void setRotate(SkScalar degrees); 245 M' = M * R(degrees, px, py) 247 bool preRotate(SkScalar degrees, SkScalar px, SkScalar py); 249 M' = M * R(degrees) 251 bool preRotate(SkScalar degrees); 282 M' = R(degrees, px, py) * [all...] |
/external/skia/include/core/ |
SkMatrix.h | 69 90 degrees. 201 /** Set the matrix to rotate by the specified number of degrees, with a 205 void setRotate(SkScalar degrees, SkScalar px, SkScalar py); 206 /** Set the matrix to rotate about (0,0) by the specified number of degrees. 208 void setRotate(SkScalar degrees); 245 M' = M * R(degrees, px, py) 247 bool preRotate(SkScalar degrees, SkScalar px, SkScalar py); 249 M' = M * R(degrees) 251 bool preRotate(SkScalar degrees); 282 M' = R(degrees, px, py) * [all...] |
/frameworks/base/location/java/android/location/ |
Location.java | 43 * in the form "[+-]DDD.DDDDD where D indicates degrees. 49 * in the form "[+-]DDD:MM.MMMMM" where D indicates degrees and 56 * in the form "DDD:MM:SS.SSSSS" where D indicates degrees, M 199 int degrees = (int) Math.floor(coordinate); local 200 sb.append(degrees); 202 coordinate -= degrees; 243 String degrees = st.nextToken(); local 246 val = Double.parseDouble(degrees); 251 int deg = Integer.parseInt(degrees); 266 // deg must be in [0, 179] except for the case of -180 degrees [all...] |
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Matrix_Delegate.java | 280 /*package*/ static void native_setRotate(int native_object, float degrees, float px, float py) { 286 d.mValues = getRotate(degrees, px, py); 290 /*package*/ static void native_setRotate(int native_object, float degrees) { 296 setRotate(d.mValues, degrees); 420 /*package*/ static boolean native_preRotate(int native_object, float degrees, 427 d.preTransform(getRotate(degrees, px, py)); 432 /*package*/ static boolean native_preRotate(int native_object, float degrees) { 438 double rad = Math.toRadians(degrees); 520 /*package*/ static boolean native_postRotate(int native_object, float degrees, 527 d.postTransform(getRotate(degrees, px, py)) [all...] |
/packages/apps/Camera2/src/com/android/camera/util/ |
CameraUtil.java | 85 // Orientation hysteresis amount used in rounding, in degrees 178 public static Bitmap rotate(Bitmap b, int degrees) { 179 return rotateAndMirror(b, degrees, false); 184 public static Bitmap rotateAndMirror(Bitmap b, int degrees, boolean mirror) { 185 if ((degrees != 0 || mirror) && b != null) { 191 degrees = (degrees + 360) % 360; 192 if (degrees == 0 || degrees == 180) { 194 } else if (degrees == 90 || degrees == 270) [all...] |
/external/chromium_org/ui/gfx/ |
transform.h | 79 void Rotate(double degrees) { RotateAboutZAxis(degrees); } 83 void RotateAboutXAxis(double degrees); 84 void RotateAboutYAxis(double degrees); 85 void RotateAboutZAxis(double degrees); 86 void RotateAbout(const Vector3dF& axis, double degrees);
|
/development/tools/yuv420sp2rgb/ |
cmdline.c | 31 "rotate (90, -90, 180 degrees)", 40 "\t%s infile --height <height> --width <width> --output <outfile> -t <ppm|grb|argb> [ --gray ] [ --rotate <degrees> ] [ --verbose ]\n"
|
/external/chromium_org/third_party/skia/src/core/ |
SkBBoxHierarchyRecord.cpp | 57 bool SkBBoxHierarchyRecord::rotate(SkScalar degrees) { 58 bool result = INHERITED::rotate(degrees);
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/ |
SixDofSpringJoint.java | 41 * by configuring each of the 6 degrees of freedom (dof). 46 * include free and/or limited angular degrees of freedom are undefined.
|
/external/skia/src/core/ |
SkBBoxHierarchyRecord.cpp | 57 bool SkBBoxHierarchyRecord::rotate(SkScalar degrees) { 58 bool result = INHERITED::rotate(degrees);
|
/frameworks/base/docs/html/guide/topics/sensors/ |
sensors_position.jd | 103 <td rowspan="3">Degrees</td> 147 <li>Azimuth (degrees of rotation around the z axis). This is the angle between magnetic north 151 <li>Pitch (degrees of rotation around the x axis). This value is positive when the positive z axis 153 rotates toward the negative y axis. The range of values is 180 degrees to -180 154 degrees.</li> 155 <li>Roll (degrees of rotation around the y axis). This value is positive when the positive z axis 157 rotates toward the negative x axis. The range of values is 90 degrees to -90 158 degrees.</li>
|
/frameworks/base/services/java/com/android/server/ |
TwilightCalculator.java | 68 * @param latiude latitude in degrees. 69 * @param longitude latitude in degrees.
|
/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/ |
VideoChatTestActivity.java | 118 int degrees = 0; local 121 degrees = 0; 124 degrees = 90; 127 degrees = 180; 130 degrees = 270; 133 return degrees; 142 int degrees = getDisplayOrientation(); 143 new CameraTestRunner().execute(new Integer[] { degrees });
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/ |
DetermineFovActivity.java | 133 float degrees = mFovMinDegrees + (float) progress / SEEKBAR_MAX_VALUE local 136 return (int) (degrees * 100) / 100.0f; 221 canvas.drawText(mMeasuredText + " " + mFovDegrees + " degrees.", textSize, 223 canvas.drawText(mReportedText + " " + mReportedFovDegrees + " degrees.",
|
/external/ceres-solver/data/nist/ |
Rat43.dat | 48 Degrees of Freedom: 9
|
Roszman1.dat | 48 Degrees of Freedom: 21
|
/external/chromium_org/chrome/browser/ui/cocoa/download/ |
download_item_cell.h | 42 // In degrees, for downloads with no known total size.
|
/external/chromium_org/ppapi/api/ |
pp_touch_point.idl | 41 * This value represents the angle of rotation in degrees of the elliptical
|