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

  /cts/tests/pdf/src/android/graphics/pdf/cts/
PdfRendererTransformTest.java 72 int[] rotations = new int[] { 0, 15, 90, 180 }; local
78 for (int rotation : rotations) {
  /device/google/bonito/sdm710/kernel-headers/linux/
msm_rotator.h 40 unsigned char rotations; member in struct:msm_rotator_img_info
  /device/google/bonito/sdm710/original-kernel-headers/linux/
msm_rotator.h 31 unsigned char rotations; member in struct:msm_rotator_img_info
  /device/google/crosshatch/sdm845/kernel-headers/linux/
msm_rotator.h 40 unsigned char rotations; member in struct:msm_rotator_img_info
  /device/google/crosshatch/sdm845/original-kernel-headers/linux/
msm_rotator.h 31 unsigned char rotations; member in struct:msm_rotator_img_info
  /external/tensorflow/tensorflow/compiler/xla/client/lib/
prng.cc 43 constexpr std::array<int, 8> rotations = {13, 15, 26, 6, 17, 29, 16, 24}; local
69 x = round(x, rotations[0]);
70 x = round(x, rotations[1]);
71 x = round(x, rotations[2]);
72 x = round(x, rotations[3]);
76 x = round(x, rotations[4]);
77 x = round(x, rotations[5]);
78 x = round(x, rotations[6]);
79 x = round(x, rotations[7]);
83 x = round(x, rotations[0])
    [all...]
  /cts/tests/framework/base/windowmanager/src/android/server/wm/
AppConfigurationTests.java 195 final int[] rotations = { ROTATION_270, ROTATION_180, ROTATION_90, ROTATION_0 }; local
196 for (final int rotation : rotations) {
590 final int[] rotations = { ROTATION_270, ROTATION_180, ROTATION_90, ROTATION_0 }; local
591 for (final int rotation : rotations) {
636 final int[] rotations = { ROTATION_270, ROTATION_180, ROTATION_90, ROTATION_0 }; local
637 for (final int rotation : rotations) {
    [all...]
  /external/ImageMagick/MagickCore/
shear.c 700 % Image *IntegralRotateImage(const Image *image,size_t rotations,
707 % o rotations: Specifies the number of 90 degree rotations.
710 MagickExport Image *IntegralRotateImage(const Image *image,size_t rotations,
736 rotations%=4;
737 if (rotations == 0)
739 if ((rotations == 1) || (rotations == 3))
754 switch (rotations)
1711 rotations, local
    [all...]
distort.c 2867 rotations; local
    [all...]
xwindow.c 646 rotations;
665 for (rotations=0; normalized_degrees > 45.0; rotations++)
667 switch (rotations % 4)
640 rotations; local
2532 rotations; local
    [all...]
display.c 12079 rotations, local
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 1491 milliseconds