HomeSort by relevance Sort by last modified time
    Searched refs:degree (Results 51 - 75 of 89) sorted by null

1 23 4

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMapView.java 137 private int scaleDegree(int degree, int minPixel, int maxPixel, int centerDegree, int spanDegrees) {
139 int offsetDegrees = degree - minDegree;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureStrokeWithPreviewPoints.java 50 private static final int DEFAULT_MAX_INTERPOLATION_ANGULAR_THRESHOLD = 15; // in degree
60 private static double degreeToRadian(final int degree) {
61 return (double)degree / 180.0d * Math.PI;
  /packages/apps/Gallery2/src/com/android/camera/ui/
CameraSwitcher.java 269 public void setOrientation(int degree, boolean animate) {
270 super.setOrientation(degree, animate);
275 iv.setOrientation(degree, animate);
  /external/qemu/
curses_keys.h 361 { "degree", 0x0b0 },
  /external/freetype/src/raster/
ftraster.c     [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXAlgo.cpp 1015 status_t OMXCameraAdapter::setPictureRotation(unsigned int degree)
1032 rotation.nRotation = degree;
1049 status_t OMXCameraAdapter::setSensorOrientation(unsigned int degree)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/left_child_next_sibling_heap_/
left_child_next_sibling_heap_.hpp 285 degree(const_node_pointer p_nd);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/left_child_next_sibling_heap_/
left_child_next_sibling_heap_.hpp 285 degree(const_node_pointer p_nd);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/left_child_next_sibling_heap_/
left_child_next_sibling_heap_.hpp 285 degree(const_node_pointer p_nd);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
left_child_next_sibling_heap_.hpp 285 degree(const_node_pointer p_nd);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
left_child_next_sibling_heap_.hpp 285 degree(const_node_pointer p_nd);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
left_child_next_sibling_heap_.hpp 285 degree(const_node_pointer p_nd);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
left_child_next_sibling_heap_.hpp 285 degree(const_node_pointer p_nd);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
left_child_next_sibling_heap_.hpp 285 degree(const_node_pointer p_nd);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
left_child_next_sibling_heap_.hpp 225 degree(node_const_pointer);
  /frameworks/base/media/java/android/media/
MediaScanner.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.pb_2.2.0.v20100429.jar 
  /hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h 442 status_t setPictureRotation(unsigned int degree);
443 status_t setSensorOrientation(unsigned int degree);
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
CropImage.java 371 int[] degree = new int[1]; local
380 degree);
MenuHelper.java 474 final int degree) {
480 image.rotateImageBy(degree);
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
PanoramaActivity.java 229 private void setOrientationIndicator(int degree) {
230 if (mSharePopup != null) mSharePopup.setOrientation(degree);
    [all...]
  /external/openssl/crypto/ec/
ectest.c 420 fprintf(stdout, "verify degree ...");
454 fprintf(stdout, "verify degree ...");
488 fprintf(stdout, "verify degree ...");
523 fprintf(stdout, "verify degree ...");
563 fprintf(stdout, "verify degree ...");
609 fprintf(stdout, "verify degree ...");
773 fprintf(stdout, "verify degree ..."); \
1280 int degree; member in struct:nistp_test_params
    [all...]
  /external/freetype/include/freetype/
freetype.h     [all...]
  /external/freetype/src/psaux/
afmparse.c 628 tk->degree = shared_vals[0].u.i;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PhotoView.java     [all...]

Completed in 3219 milliseconds

1 23 4