Home
last modified time | relevance | path

Searched defs:rotate (Results 1 – 25 of 1186) sorted by relevance

12345678910>>...48

/aosp_15_r20/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DFileRotatorTest.java97 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 Dcpdf_page.cpp109 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/
Dlibgscaler_obj.cpp402 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 Drotate_vector.inl29 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 Dquaternion.inl105 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/
Drotate_vector.inl29 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
Dquaternion.inl105 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/
Drotate.hpp29 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 Dfpdf_progressive.cpp48 int rotate, in FPDF_RenderPageBitmapWithColorScheme_Start()
92 int rotate, in FPDF_RenderPageBitmap_Start()
H A Dfpdf_view.cpp482 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/
DImageToPdfTask.java115 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 Dbit.h228 rotl(T value, int rotate) { in rotl()
240 rotr(T value, int rotate) { in rotr()
/aosp_15_r20/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.cpp1090 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 Dftstroke.c886 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 DMatrix3f.java248 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 DMatrix3f.java251 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 Dcpdfxfa_page.cpp177 int rotate, in DeviceToPage()
189 int rotate, in PageToDevice()
/aosp_15_r20/external/guava/guava/src/com/google/common/primitives/
H A DBytes.java422 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 DBooleans.java574 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 DBytes.java422 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 DBooleans.java574 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 DChars.java511 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 DFloats.java486 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/
Dgeometry.c101 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 Dalgorithm.h2548 constexpr auto rotate(ForwardIterator first, in rotate() function
2567 constexpr auto rotate(Range&& range, iterator_t<Range> middle) { in rotate() function

12345678910>>...48