Home
last modified time | relevance | path

Searched refs:orientation (Results 1 – 25 of 351) sorted by relevance

12345678910>>...15

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/widget/
DTextLabelWidget.java30 private TextOrientationType orientation; field in TextLabelWidget
45 …outManager layoutManager, String title, SizeMetrics sizeMetrics, TextOrientationType orientation) { in TextLabelWidget() argument
46 this(layoutManager, sizeMetrics, orientation); in TextLabelWidget()
50 …abelWidget(LayoutManager layoutManager, SizeMetrics sizeMetrics, TextOrientationType orientation) { in TextLabelWidget() argument
56 this.orientation = orientation; in TextLabelWidget()
85 switch(orientation) { in pack()
120 switch (orientation) { in doOnDraw()
131 …throw new UnsupportedOperationException("Orientation " + orientation + " not yet implemented for T… in doOnDraw()
157 return orientation; in getOrientation()
160 public void setOrientation(TextOrientationType orientation) { in setOrientation() argument
[all …]
/external/ImageMagick/coders/
Ddpx.c232 orientation, member
319 orientation; member
788 dpx.image.orientation=ReadBlobShort(image); in ReadDPXImage()
789 if (dpx.image.orientation > 7) in ReadDPXImage()
792 if (dpx.image.orientation != (unsigned short) ~0) in ReadDPXImage()
794 dpx.image.orientation); in ReadDPXImage()
795 switch (dpx.image.orientation) in ReadDPXImage()
798 case 0: image->orientation=TopLeftOrientation; break; in ReadDPXImage()
799 case 1: image->orientation=TopRightOrientation; break; in ReadDPXImage()
800 case 2: image->orientation=BottomLeftOrientation; break; in ReadDPXImage()
[all …]
Dcals.c174 orientation, in ReadCALSImage() local
202 orientation=1; in ReadCALSImage()
230 orientation=5; in ReadCALSImage()
233 orientation=3; in ReadCALSImage()
236 orientation=7; in ReadCALSImage()
238 orientation++; in ReadCALSImage()
273 read_info->orientation=(OrientationType) orientation; in ReadCALSImage()
483 switch (image->orientation) in WriteCALSImage()
/external/glide/library/src/main/java/com/bumptech/glide/signature/
DMediaStoreSignature.java16 private final int orientation; field in MediaStoreSignature
30 public MediaStoreSignature(String mimeType, long dateModified, int orientation) { in MediaStoreSignature() argument
33 this.orientation = orientation; in MediaStoreSignature()
50 if (orientation != that.orientation) { in equals()
64 result = 31 * result + orientation; in hashCode()
72 .putInt(orientation) in updateDiskCacheKey()
/external/tflite-support/tensorflow_lite_support/cc/task/vision/core/
Dframe_buffer.h164 Orientation orientation, in Create() argument
167 orientation, timestamp); in Create()
175 Orientation orientation, in Create() argument
178 orientation, timestamp); in Create()
187 Orientation orientation) { in Create() argument
189 orientation, absl::Now()); in Create()
198 Orientation orientation) { in Create() argument
200 orientation, absl::Now()); in Create()
215 Format format, Orientation orientation, absl::Time timestamp) in FrameBuffer() argument
219 orientation_(orientation), in FrameBuffer()
[all …]
/external/grpc-grpc/tools/internal_ci/linux/
Dgrpc_android.sh41 --device model=Nexus6P,version=27,locale=en,orientation=portrait \
42 --device model=Nexus6P,version=26,locale=en,orientation=portrait \
43 --device model=Nexus6P,version=25,locale=en,orientation=portrait \
44 --device model=Nexus6P,version=24,locale=en,orientation=portrait \
45 --device model=Nexus6P,version=23,locale=en,orientation=portrait \
46 --device model=Nexus6,version=22,locale=en,orientation=portrait \
47 --device model=Nexus6,version=21,locale=en,orientation=portrait
/external/rust/crates/grpcio-sys/grpc/tools/internal_ci/linux/
Dgrpc_android.sh51 --device model=Nexus6P,version=27,locale=en,orientation=portrait \
52 --device model=Nexus6P,version=26,locale=en,orientation=portrait \
53 --device model=Nexus6P,version=25,locale=en,orientation=portrait \
54 --device model=Nexus6P,version=24,locale=en,orientation=portrait \
55 --device model=Nexus6P,version=23,locale=en,orientation=portrait \
56 --device model=Nexus6,version=22,locale=en,orientation=portrait \
57 --device model=Nexus6,version=21,locale=en,orientation=portrait \
58 --device model=walleye,version=28,locale=en,orientation=portrait
/external/grpc-grpc-java/buildscripts/kokoro/
Dandroid-interop.sh35 --device model=Nexus6P,version=27,locale=en,orientation=portrait \
36 --device model=Nexus6P,version=26,locale=en,orientation=portrait \
37 --device model=Nexus6P,version=25,locale=en,orientation=portrait \
38 --device model=Nexus6P,version=24,locale=en,orientation=portrait \
39 --device model=Nexus6P,version=23,locale=en,orientation=portrait \
40 --device model=Nexus6,version=22,locale=en,orientation=portrait \
41 --device model=Nexus6,version=21,locale=en,orientation=portrait
/external/subsampling-scale-image-view/library/src/main/java/com/davemorrissey/labs/subscaleview/
DImageViewState.java19 private final int orientation; field in ImageViewState
21 public ImageViewState(float scale, PointF center, int orientation) { in ImageViewState() argument
25 this.orientation = orientation; in ImageViewState()
37 return orientation; in getOrientation()
/external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/
Dframe_buffer_common_utils.cc39 FrameBuffer::Orientation orientation, const absl::Time timestamp) { in CreateFromNV12RawBuffer() argument
44 orientation, timestamp); in CreateFromNV12RawBuffer()
50 FrameBuffer::Orientation orientation, const absl::Time timestamp) { in CreateFromNV21RawBuffer() argument
54 FrameBuffer::Format::kNV21, orientation, in CreateFromNV21RawBuffer()
328 FrameBuffer::Orientation orientation, const absl::Time timestamp) { in CreateFromRgbaRawBuffer() argument
333 FrameBuffer::Format::kRGBA, orientation, in CreateFromRgbaRawBuffer()
340 FrameBuffer::Orientation orientation, const absl::Time timestamp) { in CreateFromRgbRawBuffer() argument
345 FrameBuffer::Format::kRGB, orientation, timestamp); in CreateFromRgbRawBuffer()
351 FrameBuffer::Orientation orientation, const absl::Time timestamp) { in CreateFromGrayRawBuffer() argument
355 FrameBuffer::Format::kGRAY, orientation, in CreateFromGrayRawBuffer()
[all …]
Dframe_buffer_common_utils.h109 FrameBuffer::Orientation orientation = FrameBuffer::Orientation::kTopLeft,
115 FrameBuffer::Orientation orientation = FrameBuffer::Orientation::kTopLeft,
121 FrameBuffer::Orientation orientation = FrameBuffer::Orientation::kTopLeft,
129 FrameBuffer::Orientation orientation = FrameBuffer::Orientation::kTopLeft,
136 FrameBuffer::Orientation orientation = FrameBuffer::Orientation::kTopLeft,
Dframe_buffer_utils.cc47 static int GetOrientationIndex(FrameBuffer::Orientation orientation) { in GetOrientationIndex() argument
49 static_cast<int>(orientation)); in GetOrientationIndex()
313 GetOrientParams(buffer.orientation(), in GetSize()
380 return buffer.orientation(); in GetOrientation()
448 GetOrientParams(buffer.orientation(), output_buffer->orientation()); in Orient()
477 output_buffer->dimension(), buffer.format(), buffer.orientation()); in Orient()
528 temp_frame_buffer.orientation() != new_orientation || in Execute()
574 RequireDimensionSwap(buffer.orientation(), output_buffer->orientation()); in Preprocess()
602 if (output_buffer->orientation() != buffer.orientation()) { in Preprocess()
604 OrientOperation(output_buffer->orientation())); in Preprocess()
/external/webrtc/sdk/objc/helpers/
DRTCCameraPreviewView.m71 // Update the video orientation based on the device orientation.
80 // Get current device orientation.
81 UIDeviceOrientation deviceOrientation = [UIDevice currentDevice].orientation;
84 // First check if we are allowed to set the video orientation.
86 // Set the video orientation based on device orientation.
100 // If device orientation switches to FaceUp or FaceDown, don't change video orientation.
/external/skia/src/codec/
DSkParseEncodedOrigin.cpp12 bool littleEndian, bool is_root, SkEncodedOrigin* orientation) { in parse_encoded_origin() argument
40 *orientation = (SkEncodedOrigin)val; in parse_encoded_origin()
47 orientation)) { in parse_encoded_origin()
57 bool SkParseEncodedOrigin(const uint8_t* data, size_t data_length, SkEncodedOrigin* orientation) { in SkParseEncodedOrigin() argument
58 SkASSERT(orientation); in SkParseEncodedOrigin()
69 return parse_encoded_origin(data, data_length, offset, littleEndian, true, orientation); in SkParseEncodedOrigin()
/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2Cell.java32 byte orientation; field in S2Cell
77 public byte orientation() { in orientation() method in S2Cell
78 return orientation; in orientation()
147 child.orientation = (byte) (orientation ^ S2.posToOrientation(pos)); in subdivide()
149 int ij = S2.posToIJ(orientation, pos); in subdivide()
262 clone.orientation = this.orientation; in clone()
391 orientation = (byte) mOrientation.intValue(); // Compress int to a byte. in init()
421 return "[" + face + ", " + level + ", " + orientation + ", " + cellId + "]"; in toString()
427 value = 37 * (37 * (37 * value + face) + orientation) + level; in hashCode()
436 && this.orientation == thatCell.orientation && this.cellId.equals(thatCell.cellId); in equals()
/external/eigen/demos/opengl/
Dquaternion_demo.cpp132 … Quaternionf(lerp(alpha,OrientationType(a.orientation),OrientationType(b.orientation)))); in lerpFrame()
222 aux.orientation = mCamera.viewMatrix().linear(); in grabFrame()
302 currentFrame.orientation.coeffs().normalize(); in animate()
305 currentFrame.orientation = currentFrame.orientation.inverse(); in animate()
306 currentFrame.position = - (currentFrame.orientation * currentFrame.position); in animate()
486 mInitFrame.orientation = mCamera.orientation().inverse(); in initializeGL()
516 aux0.orientation = aux0.orientation.inverse(); in resetCamera()
525 aux1.orientation = aux1.orientation.inverse(); in resetCamera()
527 float duration = aux0.orientation.angularDistance(aux1.orientation) * 0.9; in resetCamera()
533 aux1.orientation = aux1.orientation.inverse(); in resetCamera()
[all …]
Dcamera.h24 : orientation(o), position(pos) in orientation() function
29 orientation.slerp(alpha,other.orientation)); in lerp()
32 Eigen::Quaternionf orientation; variable
64 inline const Eigen::Quaternionf& orientation(void) const { return mFrame.orientation; } in orientation() function
Dcamera.cpp91 return - (orientation() * Vector3f::UnitZ()); in direction()
95 return orientation() * Vector3f::UnitY(); in up()
99 return orientation() * Vector3f::UnitX(); in right()
135 mFrame.orientation = q; in setOrientation()
169 setOrientation(orientation() * q); in localRotate()
186 Vector3f trans = orientation() * t; in localTranslate()
197 Quaternionf q = orientation().conjugate(); in updateViewMatrix()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DQualifiersTest.java47 public void orientation() throws Exception { in orientation() method in QualifiersTest
48 …assertThat(resources.getConfiguration().orientation).isEqualTo(Configuration.ORIENTATION_LANDSCAPE… in orientation()
114 assertThat(systemResources.getConfiguration().orientation).isEqualTo( in setQualifiers_updatesSystemAndAppResources()
116 assertThat(appResources.getConfiguration().orientation).isEqualTo( in setQualifiers_updatesSystemAndAppResources()
120 assertThat(systemResources.getConfiguration().orientation).isEqualTo( in setQualifiers_updatesSystemAndAppResources()
122 assertThat(appResources.getConfiguration().orientation).isEqualTo( in setQualifiers_updatesSystemAndAppResources()
/external/rust/crates/plotters/src/chart/
Dcontext.rs203 orientation: (i16, i16), in draw_axis()
209 let mut axis_range = if orientation.0 == 0 { in draw_axis()
218 if orientation.0 == 0 { in draw_axis()
227 let mut x0 = if orientation.0 > 0 { 0 } else { tw as i32 - 1 }; in draw_axis()
228 let mut y0 = if orientation.1 > 0 { 0 } else { th as i32 - 1 }; in draw_axis()
229 let mut x1 = if orientation.0 >= 0 { 0 } else { tw as i32 - 1 }; in draw_axis()
230 let mut y1 = if orientation.1 >= 0 { 0 } else { th as i32 - 1 }; in draw_axis()
233 if orientation.0 == 0 { in draw_axis()
250 if orientation.0 == 0 { in draw_axis()
277 orientation: (i16, i16), in draw_axis_and_labels()
[all …]
/external/replicaisland/src/com/replica/replicaisland/
DInputGameInterface.java80 final InputXY orientation = input.getOrientationSensor(); in update() local
83 mTilt.clone(orientation); in update()
111 mDirectionalPad.clone(orientation); in update()
113 filterOrientationForMovement(orientation.getX()), in update()
114 filterOrientationForMovement(orientation.getY())); in update()
304 public void setUseOrientationForMovement(boolean orientation) { in setUseOrientationForMovement() argument
305 mUseOrientationForMovement = orientation; in setUseOrientationForMovement()
/external/dng_sdk/source/
Ddng_simple_image.cpp104 void dng_simple_image::Rotate (const dng_orientation &orientation) in Rotate() argument
116 if (orientation.FlipH ()) in Rotate()
125 if (orientation.FlipV ()) in Rotate()
134 if (orientation.FlipD ()) in Rotate()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DDeviceConfig.java177 if (resTab.orientation != ResTable_config.ORIENTATION_ANY) { in applyToConfiguration()
178 configuration.orientation = resTab.orientation; in applyToConfiguration()
269 if (configuration.orientation == Configuration.ORIENTATION_UNDEFINED in applyRules()
271 configuration.orientation = (configuration.screenWidthDp > configuration.screenHeightDp) in applyRules()
313 if (configuration.orientation == Configuration.ORIENTATION_UNDEFINED) { in applyRules()
314 configuration.orientation = configuration.screenWidthDp > configuration.screenHeightDp in applyRules()
317 } else if (configuration.orientation == Configuration.ORIENTATION_PORTRAIT in applyRules()
320 } else if (configuration.orientation == Configuration.ORIENTATION_LANDSCAPE in applyRules()
/external/skqp/src/pdf/
DSkJpegInfo.cpp84 SkEncodedOrigin* orientation) { in SkGetJpegInfo() argument
123 if (orientation) { in SkGetJpegInfo()
124 *orientation = kTopLeft_SkEncodedOrigin; in SkGetJpegInfo()
/external/skia/src/pdf/
DSkJpegInfo.cpp84 SkEncodedOrigin* orientation) { in SkGetJpegInfo() argument
123 if (orientation) { in SkGetJpegInfo()
124 *orientation = kTopLeft_SkEncodedOrigin; in SkGetJpegInfo()

12345678910>>...15