Home
last modified time | relevance | path

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

1234567

/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
/external/pdfium/core/fpdfapi/page/
Dcpdf_page.cpp109 int rotate, in DeviceToPage()
117 int rotate, in PageToDevice()
183 int rotate = pRotate ? (pRotate->GetInteger() / 90) % 4 : 0; in GetPageRotation() local
/external/pdfium/fpdfsdk/
Dfpdf_progressive.cpp48 int rotate, in FPDF_RenderPageBitmapWithColorScheme_Start()
92 int rotate, in FPDF_RenderPageBitmap_Start()
/external/oboe/samples/RhythmGame/third_party/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
Dtransform.inl13 GLM_FUNC_QUALIFIER tmat4x4<T, P> rotate(T angle, tvec3<T, P> const & v) function
Dmatrix_transform_2d.inl22 GLM_FUNC_QUALIFIER tmat3x3<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
/external/rust/crates/pest_meta/src/optimizer/
Drotater.rs12 pub fn rotate(rule: Rule) -> Rule { in rotate() function
/external/skia/gm/
Dcoordclampshader.cpp34 auto rotate = SkMatrix::RotateDeg(45.f, drawRect.center()); variable
Dlocalmatriximageshader.cpp38 SkMatrix rotate; variable
/external/python/setuptools/setuptools/command/
Drotate.py10 class rotate(Command): class
/external/llvm-libc/src/__support/CPP/
Dbit.h226 rotl(T value, int rotate) { in rotl()
238 rotr(T value, int rotate) { in rotr()
/external/tink/tools/tinkey/src/main/java/com/google/crypto/tink/tinkey/
DRotateKeysetCommand.java41 public static void rotate(OutputStream outputStream, String outFormat, in rotate() method in RotateKeysetCommand
/external/skia/tools/viewer/
DManyRectsSlide.cpp39 SkMatrix rotate; in draw() local
/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/stepper/detail/
Drotating_buffer.hpp54 void rotate( void ) in rotate() function in boost::numeric::odeint::detail::rotating_buffer
/external/python/setuptools/docs/userguide/
Dcommands.rst355 .. _rotate: target
/external/python/cpython2/Modules/
Drotatingtree.c67 int rotate; in RotatingTree_Get() local
/external/python/cpython3/Modules/
Drotatingtree.c67 int rotate; in RotatingTree_Get() local
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_page.cpp177 int rotate, in DeviceToPage()
189 int rotate, in PageToDevice()
/external/skia/include/utils/
DSkCamera.h41 void rotate(SkScalar /*x*/, SkScalar /*y*/, SkScalar /*z*/) {} in rotate() function
/external/skia/docs/examples/
DColor_Wheel.cpp14 const SkMatrix rotate = SkMatrix::MakeAll(0, -1, 0, 1, 0, 0, 0, 0, 1); in draw_color_wheel() local
/external/rust/crates/tower/src/hedge/
Drotating_histogram.rs55 fn rotate(&mut self) { in rotate() method
/external/chromium-trace/catapult/devil/devil/android/tools/
Dvideo_recorder.py31 def __init__(self, device, megabits_per_second=4, size=None, rotate=False): argument
/external/guava/guava/src/com/google/common/primitives/
DBytes.java412 public static void rotate(byte[] array, int distance) { in rotate() method in Bytes
428 public static void rotate(byte[] array, int distance, int fromIndex, int toIndex) { in rotate() method in Bytes
/external/guava/android/guava/src/com/google/common/primitives/
DBytes.java412 public static void rotate(byte[] array, int distance) { in rotate() method in Bytes
428 public static void rotate(byte[] array, int distance, int fromIndex, int toIndex) { in rotate() method in Bytes

1234567