/external/mesa3d/src/glsl/builtins/profiles/ |
110.glsl | 5 float radians(float degrees); 6 vec2 radians(vec2 degrees); 7 vec3 radians(vec3 degrees); 8 vec4 radians(vec4 degrees); 10 float degrees(float radians); 11 vec2 degrees(vec2 radians); 12 vec3 degrees(vec3 radians); 13 vec4 degrees(vec4 radians);
|
120.glsl | 5 float radians(float degrees); 6 vec2 radians(vec2 degrees); 7 vec3 radians(vec3 degrees); 8 vec4 radians(vec4 degrees); 10 float degrees(float radians); 11 vec2 degrees(vec2 radians); 12 vec3 degrees(vec3 radians); 13 vec4 degrees(vec4 radians);
|
/external/skia/gm/ |
fontscalerdistortable.cpp | 34 static void rotate_about(SkCanvas* canvas, SkScalar degrees, SkScalar px, SkScalar py) { 36 canvas->rotate(degrees);
|
/frameworks/av/media/ndk/ |
NdkMediaMuxer.cpp | 76 media_status_t AMediaMuxer_setOrientationHint(AMediaMuxer *muxer, int degrees) { 77 return translate_error(muxer->mImpl->setOrientationHint(degrees));
|
/frameworks/opt/bitmap/src/com/android/bitmap/util/ |
RectUtils.java | 59 public static void rotateRect(final int degrees, final int px, final int py, final Rect rect) { 62 matrix.setRotate(degrees, px, py);
|
/hardware/bsp/intel/peripheral/libupm/examples/c++/ |
groverotary.cxx | 43 float abs_deg = knob->abs_deg(); // Absolute degrees 46 float rel_deg = knob->rel_deg(); // Relative degrees
|
/hardware/bsp/intel/peripheral/libupm/src/lm35/ |
lm35.h | 77 * Returns the temperature in degrees Celcius 79 * @return The Temperature in degrees Celcius
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
Exif.java | 30 * Returns the degrees in clockwise. Values are 0, 90, 180, or 270. 67 * Returns the degrees in clockwise. Values are 0, 90, 180, or 270.
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
Util.java | 76 // Orientation hysteresis amount used in rounding, in degrees 114 public static Bitmap rotate(Bitmap b, int degrees) { 115 return rotateAndMirror(b, degrees, false); 120 public static Bitmap rotateAndMirror(Bitmap b, int degrees, boolean mirror) { 121 if ((degrees != 0 || mirror) && b != null) { 127 degrees = (degrees + 360) % 360; 128 if (degrees == 0 || degrees == 180) { 130 } else if (degrees == 90 || degrees == 270) [all...] |
/packages/apps/MusicFX/src/com/android/musicfx/ |
SeekBarRotator.java | 27 * This ViewGroup contains a single view, which will be rotated by 90 degrees counterclockwise. 72 // rotate the child 90 degrees counterclockwise around its upper-left
|
/cts/hostsidetests/sustainedperf/shadertoy_android/jni/ |
utils.h | 61 // Converts from degrees to radians.
|
/developers/samples/android/content/WidgetData/Application/src/main/java/com/example/android/widgetdata/ |
WeatherDataProvider.java | 35 int degrees; field in class:WeatherDataPoint 39 degrees = deg; 93 c.addRow(new Object[]{ new Integer(i), data.day, new Integer(data.degrees) }); 127 data.degrees = values.getAsInteger(Columns.TEMPERATURE);
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeyRotationEvent.java | 33 * @param degree Possible rotation degrees, see constants in
|
/development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/ |
WeatherDataProvider.java | 40 int degrees; field in class:WeatherDataPoint 44 degrees = deg; 98 c.addRow(new Object[]{ new Integer(i), data.day, new Integer(data.degrees) }); 132 data.degrees = values.getAsInteger(Columns.TEMPERATURE);
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/ |
OneWayAnovaImpl.java | 188 /** Degrees of freedom in numerator (between groups). */ 191 /** Degrees of freedom in denominator (within groups). */ 199 * @param dfbg degrees of freedom in numerator (between groups) 200 * @param dfwg degrees of freedom in denominator (within groups)
|
/external/ceres-solver/data/nist/ |
BoxBOD.dat | 46 Degrees of Freedom: 4
|
Misra1a.dat | 46 Degrees of Freedom: 12
|
Misra1b.dat | 46 Degrees of Freedom: 12
|
Misra1c.dat | 46 Degrees of Freedom: 12
|
Misra1d.dat | 46 Degrees of Freedom: 12
|
Rat42.dat | 47 Degrees of Freedom: 6
|
/external/libxml2/result/SVG/ |
marker.xml | 12 <!-- Place an arrowhead rotated 180 degrees at the
|
/external/libxml2/test/SVG/ |
marker.xml | 14 <!-- Place an arrowhead rotated 180 degrees at the
|
/frameworks/base/telephony/java/android/telephony/ |
CellIdentityCdma.java | 43 * to +180 degrees). 50 * to +90 degrees). 123 * to +180 degrees). Integer.MAX_VALUE if unknown. 134 * to +90 degrees). Integer.MAX_VALUE if unknown.
|
/packages/apps/Camera2/src/com/android/camera/ |
Exif.java | 37 // Returns the degrees in clockwise. Values are 0, 90, 180, or 270.
|