HomeSort by relevance Sort by last modified time
    Searched defs:rotations (Results 1 - 24 of 24) sorted by null

  /cts/tests/pdf/src/android/graphics/pdf/cts/
PdfRendererTransformTest.java 71 int[] rotations = new int[] { 0, 15, 90, 180 }; local
77 for (int rotation : rotations) {
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
stateless_random_ops.cc 58 constexpr std::array<int, 8> rotations = {13, 15, 26, 6, 17, 29, 16, 24}; local
84 x = round(x, rotations[0]);
85 x = round(x, rotations[1]);
86 x = round(x, rotations[2]);
87 x = round(x, rotations[3]);
91 x = round(x, rotations[4]);
92 x = round(x, rotations[5]);
93 x = round(x, rotations[6]);
94 x = round(x, rotations[7]);
98 x = round(x, rotations[0])
    [all...]
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_rotator.h 54 unsigned char rotations; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8994/kernel-headers/linux/
msm_rotator.h 45 unsigned char rotations; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8994/original-kernel-headers/linux/
msm_rotator.h 31 unsigned char rotations; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_rotator.h 45 unsigned char rotations; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_rotator.h 31 unsigned char rotations; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8998/kernel-headers/linux/
msm_rotator.h 45 unsigned char rotations; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8998/original-kernel-headers/linux/
msm_rotator.h 31 unsigned char rotations; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8x09/kernel-headers/linux/
msm_rotator.h 45 unsigned char rotations; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8x09/original-kernel-headers/linux/
msm_rotator.h 31 unsigned char rotations; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8x26/kernel-headers/linux/
msm_rotator.h 45 unsigned char rotations; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
msm_rotator.h 31 unsigned char rotations; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8x27/kernel-headers/linux/
msm_rotator.h 45 unsigned char rotations; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8x27/original-kernel-headers/linux/
msm_rotator.h 31 unsigned char rotations; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_rotator.h 45 unsigned char rotations; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_rotator.h 31 unsigned char rotations; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_rotator.h 40 unsigned char rotations; member in struct:msm_rotator_img_info
  /cts/tests/framework/base/activitymanager/src/android/server/am/
ActivityManagerAppConfigurationTests.java 212 final int[] rotations = { ROTATION_270, ROTATION_180, ROTATION_90, ROTATION_0 }; local
213 for (final int rotation : rotations) {
613 final int[] rotations = { ROTATION_270, ROTATION_180, ROTATION_90, ROTATION_0 }; local
614 for (final int rotation : rotations) {
660 final int[] rotations = { ROTATION_270, ROTATION_180, ROTATION_90, ROTATION_0 }; local
661 for (final int rotation : rotations) {
    [all...]
  /external/ImageMagick/MagickCore/
shear.c 705 % Image *IntegralRotateImage(const Image *image,size_t rotations,
712 % o rotations: Specifies the number of 90 degree rotations.
715 MagickExport Image *IntegralRotateImage(const Image *image,size_t rotations,
741 rotations%=4;
742 if (rotations == 0)
744 if ((rotations == 1) || (rotations == 3))
759 switch (rotations)
1737 rotations, local
    [all...]
distort.c 2810 rotations; local
    [all...]
xwindow.c 646 rotations;
665 for (rotations=0; normalized_degrees > 45.0; rotations++)
667 switch (rotations % 4)
640 rotations; local
2538 rotations; local
    [all...]
display.c 12075 rotations, local
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 1487 milliseconds