Searched refs:orientation (Results 1 - 25 of 157) sorted by relevance

1234567

/external/subsampling-scale-image-view/library/src/main/java/com/davemorrissey/labs/subscaleview/
H A DImageViewState.java8 * Wraps the scale, center and orientation of a displayed image for easy restoration on screen rotate.
19 private final int orientation; field in class:ImageViewState
21 public ImageViewState(float scale, PointF center, int orientation) { argument
25 this.orientation = orientation;
37 return orientation;
/external/glide/library/src/main/java/com/bumptech/glide/signature/
H A DMediaStoreSignature.java16 private final int orientation; field in class:MediaStoreSignature
27 * @param orientation The orientation of the media store media. Ok to default to 0. See
30 public MediaStoreSignature(String mimeType, long dateModified, int orientation) { argument
33 this.orientation = orientation;
50 if (orientation != that.orientation) {
64 result = 31 * result + orientation;
72 .putInt(orientation)
[all...]
/external/skia/src/core/
H A DSkFontLCDConfig.cpp17 void SkFontLCDConfig::SetSubpixelOrientation(LCDOrientation orientation) { argument
18 gLCDOrientation = orientation;
/external/skqp/src/core/
H A DSkFontLCDConfig.cpp17 void SkFontLCDConfig::SetSubpixelOrientation(LCDOrientation orientation) { argument
18 gLCDOrientation = orientation;
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/widget/
H A DTextLabelWidget.java30 private TextOrientationType orientation; field in class:TextLabelWidget
45 public TextLabelWidget(LayoutManager layoutManager, String title, SizeMetrics sizeMetrics, TextOrientationType orientation) { argument
46 this(layoutManager, sizeMetrics, orientation);
50 public TextLabelWidget(LayoutManager layoutManager, SizeMetrics sizeMetrics, TextOrientationType orientation) { argument
56 this.orientation = orientation;
85 switch(orientation) {
120 switch (orientation) {
131 throw new UnsupportedOperationException("Orientation " + orientation + " not yet implemented for TextLabelWidget.");
157 return orientation;
160 setOrientation(TextOrientationType orientation) argument
[all...]
/external/libxcam/xcore/
H A Dmeta_data.h53 double orientation[4]; member in struct:XCam::DevicePose
59 xcam_mem_clear (orientation);
H A Dimage_projector.cpp54 const std::vector<Vec4d> &orientation,
58 if (orientation.empty () || orient_ts.empty ()) {
64 return Quaternd(orientation[0]);
73 if (i < 0) return Quaternd (orientation[0]);
78 if (i >= count) return Quaternd (orientation[count - 1]);
87 return Quaternd (orientation[i] * weight_start + orientation[i + 1] * weight_end);
249 const std::vector<Vec4d> &orientation,
252 if (pose_ts.empty () || orientation.empty () || translation.empty ()) {
258 Quaternd quat = interp_orientation (ts, orientation, pose_t
52 interp_orientation( int64_t frame_ts, const std::vector<Vec4d> &orientation, const std::vector<int64_t> &orient_ts, int& index) argument
246 calc_camera_extrinsics( const int64_t frame_ts, const std::vector<int64_t> &pose_ts, const std::vector<Vec4d> &orientation, const std::vector<Vec3d> &translation) argument
283 std::vector<Vec4d> orientation; local
[all...]
/external/pdfium/fxjs/xfa/
H A Dcjx_medium.h21 JS_PROP(orientation);
/external/skia/gm/
H A Dorientation.cpp16 // EXIF orientation tag. Each one has four quadrants (red, blue, green,
20 DEF_SIMPLE_GM(orientation, canvas, 400, 320) {
23 SkString path = SkStringPrintf("images/orientation/%c.jpg", i);
/external/skia/include/core/
H A DSkFontLCDConfig.h30 static void SetSubpixelOrientation(LCDOrientation orientation);
/external/skqp/gm/
H A Dorientation.cpp16 // EXIF orientation tag. Each one has four quadrants (red, blue, green,
20 DEF_SIMPLE_GM(orientation, canvas, 400, 320) {
23 SkString path = SkStringPrintf("images/orientation/%c.jpg", i);
/external/skqp/include/core/
H A DSkFontLCDConfig.h30 static void SetSubpixelOrientation(LCDOrientation orientation);
/external/eigen/demos/opengl/
H A Dcamera.h24 : orientation(o), position(pos)
29 orientation.slerp(alpha,other.orientation));
32 Eigen::Quaternionf orientation; member in class:Frame
64 inline const Eigen::Quaternionf& orientation(void) const { return mFrame.orientation; } function in class:Camera
H A Dquaternion_demo.cpp132 Quaternionf(lerp(alpha,OrientationType(a.orientation),OrientationType(b.orientation))));
222 aux.orientation = mCamera.viewMatrix().linear();
302 currentFrame.orientation.coeffs().normalize();
305 currentFrame.orientation = currentFrame.orientation.inverse();
306 currentFrame.position = - (currentFrame.orientation * currentFrame.position);
486 mInitFrame.orientation = mCamera.orientation().inverse();
516 aux0.orientation
[all...]
H A Dcamera.cpp91 return - (orientation() * Vector3f::UnitZ());
95 return orientation() * Vector3f::UnitY();
99 return orientation() * Vector3f::UnitX();
135 mFrame.orientation = q;
169 setOrientation(orientation() * q);
186 Vector3f trans = orientation() * t;
197 Quaternionf q = orientation().conjugate();
/external/ImageMagick/coders/
H A Ddpx.c233 orientation,
320 orientation;
792 dpx.image.orientation=ReadBlobShort(image);
793 if (dpx.image.orientation > 7)
796 if (dpx.image.orientation != (unsigned short) ~0)
797 (void) FormatImageProperty(image,"dpx:image.orientation","%d",
798 dpx.image.orientation);
799 switch (dpx.image.orientation)
802 case 0: image->orientation=TopLeftOrientation; break;
803 case 1: image->orientation
230 orientation, member in struct:_DPXImageInfo
317 orientation; member in struct:DPXInfo
[all...]
H A Dcals.c178 orientation,
206 orientation=1;
234 orientation=5;
237 orientation=3;
240 orientation=7;
242 orientation++;
276 read_info->orientation=(OrientationType) orientation;
489 switch (image->orientation)
174 orientation, local
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
H A DQualifiersTest.java44 public void orientation() throws Exception { method in class:QualifiersTest
45 assertThat(Robolectric.setupActivity(Activity.class).getResources().getConfiguration().orientation)
94 assertThat(systemResources.getConfiguration().orientation).isEqualTo(
96 assertThat(appResources.getConfiguration().orientation).isEqualTo(
100 assertThat(systemResources.getConfiguration().orientation).isEqualTo(
102 assertThat(appResources.getConfiguration().orientation).isEqualTo(
/external/dng_sdk/source/
H A Ddng_simple_image.h59 /// Rotate image according to orientation.
61 virtual void Rotate (const dng_orientation &orientation);
H A Ddng_simple_image.cpp104 void dng_simple_image::Rotate (const dng_orientation &orientation) argument
116 if (orientation.FlipH ())
125 if (orientation.FlipV ())
134 if (orientation.FlipD ())
/external/piex/src/
H A Dpiex.h82 // Returns true if Exif orientation for the image can be obtained. False
84 bool GetOrientation(StreamInterface* data, std::uint32_t* orientation);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowConfiguration.java19 public int orientation; field in class:ShadowConfiguration
/external/deqp/framework/platform/android/
H A DtcuAndroidUtil.hpp49 void setRequestedOrientation (ANativeActivity* activity, ScreenOrientation orientation);
/external/python/cpython2/Demo/tix/samples/
H A DBtnBox.py33 box = Tix.ButtonBox(w, orientation=Tix.HORIZONTAL)
/external/webrtc/talk/app/webrtc/objc/
H A Davfoundationvideocapturer.mm253 AVCaptureVideoOrientation orientation = AVCaptureVideoOrientationPortrait;
254 switch ([UIDevice currentDevice].orientation) {
256 orientation = AVCaptureVideoOrientationPortrait;
259 orientation = AVCaptureVideoOrientationPortraitUpsideDown;
262 orientation = AVCaptureVideoOrientationLandscapeRight;
265 orientation = AVCaptureVideoOrientationLandscapeLeft;
271 connection.videoOrientation = orientation;
275 connection.videoOrientation = orientation;

Completed in 729 milliseconds

1234567