/aosp_15_r20/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
H A D | FileRotatorTest.java | 97 final FileRotator rotate = new FileRotator( in testCombine() local 119 final FileRotator rotate = new FileRotator( in testRotate() local 152 final FileRotator rotate = new FileRotator( in testDelete() local 183 final FileRotator rotate = new FileRotator( in testThrowRestoresBackup() local 217 final FileRotator rotate = new FileRotator( in testOtherFilesAndMalformed() local 246 final FileRotator rotate = new FileRotator( in testQueryMatch() local 295 final FileRotator rotate = new FileRotator( in testClockRollingBackwards() local 345 final FileRotator rotate = new FileRotator( in testFuzz() local 377 final FileRotator rotate = new FileRotator( in testRecoverAtomic() local 391 final FileRotator rotate = new FileRotator( in testReadSorted() local [all …]
|
/aosp_15_r20/external/pdfium/core/fpdfapi/page/ |
H A D | cpdf_page.cpp | 109 int rotate, in DeviceToPage() 117 int rotate, in PageToDevice() 183 int rotate = pRotate ? (pRotate->GetInteger() / 90) % 4 : 0; in GetPageRotation() local
|
/aosp_15_r20/hardware/google/graphics/common/libgscaler/ |
D | libgscaler_obj.cpp | 402 unsigned int rotate, hflip, vflip; in m_gsc_m2m_run_core() local 919 unsigned int rotate; in m_gsc_m2m_config() local 977 unsigned int rotate; in m_gsc_out_config() local 1227 unsigned int rotate; in m_gsc_cap_config() local 1390 unsigned int *rotate, unsigned int *hflip, unsigned int *vflip) in rotateValueHAL2GSC()
|
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
H A D | rotate_vector.inl | 29 GLM_FUNC_QUALIFIER tvec2<T, P> rotate function 45 GLM_FUNC_QUALIFIER tvec3<T, P> rotate function 67 GLM_FUNC_QUALIFIER tvec4<T, P> rotate function
|
H A D | quaternion.inl | 105 GLM_FUNC_QUALIFIER tvec3<T, P> rotate(tquat<T, P> const& q, tvec3<T, P> const& v) function 111 GLM_FUNC_QUALIFIER tvec4<T, P> rotate(tquat<T, P> const& q, tvec4<T, P> const& v) function
|
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | rotate_vector.inl | 29 GLM_FUNC_QUALIFIER tvec2<T, P> rotate function 45 GLM_FUNC_QUALIFIER tvec3<T, P> rotate function 67 GLM_FUNC_QUALIFIER tvec4<T, P> rotate function
|
D | quaternion.inl | 105 GLM_FUNC_QUALIFIER tvec3<T, P> rotate(tquat<T, P> const& q, tvec3<T, P> const& v) function 111 GLM_FUNC_QUALIFIER tvec4<T, P> rotate(tquat<T, P> const& q, tvec4<T, P> const& v) function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/boost/range/algorithm/ |
D | rotate.hpp | 29 inline ForwardRange& rotate(ForwardRange& rng, in rotate() function 39 inline const ForwardRange& rotate(const ForwardRange& rng, in rotate() function
|
/aosp_15_r20/external/pdfium/fpdfsdk/ |
H A D | fpdf_progressive.cpp | 48 int rotate, in FPDF_RenderPageBitmapWithColorScheme_Start() 92 int rotate, in FPDF_RenderPageBitmap_Start()
|
H A D | fpdf_view.cpp | 482 int rotate, in GetMaskBitmap() 543 int rotate, in FPDF_RenderPage() 658 int rotate, in FPDF_RenderPageBitmap() 786 int rotate, in FPDF_DeviceToPage() 811 int rotate, in FPDF_PageToDevice()
|
/aosp_15_r20/packages/services/BuiltInPrintService/src/com/android/bips/ |
D | ImageToPdfTask.java | 115 private void drawDirect(PdfDocument.Page page, RectF extent, boolean fill, boolean rotate) { in drawDirect() 141 private void drawOptimized(PdfDocument.Page page, RectF extent, float scale, boolean rotate) { in drawOptimized()
|
/aosp_15_r20/external/llvm-libc/src/__support/CPP/ |
H A D | bit.h | 228 rotl(T value, int rotate) { in rotl() 240 rotr(T value, int rotate) { in rotr()
|
/aosp_15_r20/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | EmulatedSensor.cpp | 1090 bool rotate = device_settings->second.rotate_and_crop == in threadLoop() local 1137 bool rotate = device_settings->second.rotate_and_crop == in threadLoop() local 1187 bool rotate = device_settings->second.rotate_and_crop == in threadLoop() local 1217 bool rotate = device_settings->second.rotate_and_crop == in threadLoop() local 1677 float zoom_ratio, bool rotate, in CaptureYUV420()
|
/aosp_15_r20/external/freetype/src/base/ |
H A D | ftstroke.c | 886 FT_Angle total, rotate; in ft_stroker_arcto() local 975 FT_Angle phi, theta, rotate; in ft_stroker_inside() local 1043 FT_Angle rotate; in ft_stroker_outside() local 1428 FT_Angle theta, phi, rotate, alpha0 = 0; in FT_Stroker_ConicTo() local 1635 FT_Angle theta1, phi1, theta2, phi2, rotate, alpha0 = 0; in FT_Stroker_CubicTo() local
|
/aosp_15_r20/frameworks/base/rs/java/android/renderscript/ |
H A D | Matrix3f.java | 248 public void rotate(float rot, float x, float y, float z) { in rotate() method in Matrix3f 260 public void rotate(float rot) { in rotate() method in Matrix3f
|
/aosp_15_r20/frameworks/rs/support/java/src/androidx/renderscript/ |
H A D | Matrix3f.java | 251 public void rotate(float rot, float x, float y, float z) { in rotate() method in Matrix3f 263 public void rotate(float rot) { in rotate() method in Matrix3f
|
/aosp_15_r20/external/pdfium/fpdfsdk/fpdfxfa/ |
H A D | cpdfxfa_page.cpp | 177 int rotate, in DeviceToPage() 189 int rotate, in PageToDevice()
|
/aosp_15_r20/external/guava/guava/src/com/google/common/primitives/ |
H A D | Bytes.java | 422 public static void rotate(byte[] array, int distance) { in rotate() method in Bytes 438 public static void rotate(byte[] array, int distance, int fromIndex, int toIndex) { in rotate() method in Bytes
|
H A D | Booleans.java | 574 public static void rotate(boolean[] array, int distance) { in rotate() method in Booleans 590 public static void rotate(boolean[] array, int distance, int fromIndex, int toIndex) { in rotate() method in Booleans
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/primitives/ |
H A D | Bytes.java | 422 public static void rotate(byte[] array, int distance) { in rotate() method in Bytes 438 public static void rotate(byte[] array, int distance, int fromIndex, int toIndex) { in rotate() method in Bytes
|
H A D | Booleans.java | 574 public static void rotate(boolean[] array, int distance) { in rotate() method in Booleans 590 public static void rotate(boolean[] array, int distance, int fromIndex, int toIndex) { in rotate() method in Booleans
|
H A D | Chars.java | 511 public static void rotate(char[] array, int distance) { in rotate() method in Chars 527 public static void rotate(char[] array, int distance, int fromIndex, int toIndex) { in rotate() method in Chars
|
H A D | Floats.java | 486 public static void rotate(float[] array, int distance) { in rotate() method in Floats 502 public static void rotate(float[] array, int distance, int fromIndex, int toIndex) { in rotate() method in Floats
|
/aosp_15_r20/packages/apps/Gallery2/jni/filters/ |
D | geometry.c | 101 static __inline__ void rotate_fun(int rotate, uint8_t * source, int srcWidth, int srcHeight, uint8_… in rotate_fun() 144 …ject src, jint srcWidth, jint srcHeight, jobject dst, jint dstWidth, jint dstHeight, jint rotate) { in JNIFUNCF()
|
/aosp_15_r20/external/cronet/base/ranges/ |
H A D | algorithm.h | 2548 constexpr auto rotate(ForwardIterator first, in rotate() function 2567 constexpr auto rotate(Range&& range, iterator_t<Range> middle) { in rotate() function
|