Searched defs:orientation (Results 1 - 25 of 67) sorted by relevance

123

/external/skia/src/core/
H A DSkFontLCDConfig.cpp17 void SkFontLCDConfig::SetSubpixelOrientation(LCDOrientation orientation) { argument
18 gLCDOrientation = orientation;
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DSelfOrientingSashForm.java21 * automatically reset its orientation based on the relationship between the width and height of the
95 public void setOrientation(int orientation) { argument
100 super.setOrientation(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/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowConfiguration.java19 public int orientation; field in class:ShadowConfiguration
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Deventhistory.cpp47 QVariant EventListModel::headerData(int section, Qt::Orientation orientation, argument
53 if (orientation == Qt::Horizontal) {
/external/dng_sdk/source/
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 ())
H A Ddng_image.cpp737 void dng_image::Rotate (const dng_orientation &orientation) argument
740 if (orientation != dng_orientation::Normal ())
H A Ddng_negative.cpp226 void dng_metadata::SetBaseOrientation (const dng_orientation &orientation) argument
231 fBaseOrientation = orientation;
237 void dng_metadata::ApplyOrientation (const dng_orientation &orientation) argument
240 fBaseOrientation += orientation;
2928 // Base orientation.
2932 uint32 orientation = info.fIFD [0]->fOrientation;
2934 if (orientation >= 1 && orientation <= 8)
2937 SetBaseOrientation (dng_orientation::TIFFtoDNG (orientation));
/external/ImageMagick/coders/
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
H A Dmpc.c566 if (LocaleCompare(keyword,"orientation") == 0)
569 orientation;
571 orientation=ParseCommandOption(MagickOrientationOptions,
573 if (orientation < 0)
575 image->orientation=(OrientationType) orientation;
1279 if (image->orientation != UndefinedOrientation)
1282 "orientation=%s\n",CommandOptionToMnemonic(MagickOrientationOptions,
1283 image->orientation));
565 orientation; local
H A Dmiff.c854 if (LocaleCompare(keyword,"orientation") == 0)
857 orientation;
859 orientation=ParseCommandOption(MagickOrientationOptions,
861 if (orientation < 0)
863 image->orientation=(OrientationType) orientation;
2230 if (image->orientation != UndefinedOrientation)
2232 (void) FormatLocaleString(buffer,MagickPathExtent,"orientation=%s\n",
2233 CommandOptionToMnemonic(MagickOrientationOptions,image->orientation));
852 orientation; local
H A Dcin.c161 orientation,
490 cin.image.orientation=(unsigned char) ReadBlobByte(image);
492 if (cin.image.orientation != (unsigned char) (~0))
493 (void) FormatImageProperty(image,"dpx:image.orientation","%d",
494 cin.image.orientation);
495 switch (cin.image.orientation)
498 case 0: image->orientation=TopLeftOrientation; break;
499 case 1: image->orientation=TopRightOrientation; break;
500 case 2: image->orientation=BottomLeftOrientation; break;
501 case 3: image->orientation
159 orientation, member in struct:_CINImageInfo
[all...]
/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/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
/external/glide/library/src/main/java/com/bumptech/glide/
H A DRequestManager.java312 * @param orientation The orientation of the media store media. Ok to default to 0. See
316 public DrawableTypeRequest<Uri> loadFromMediaStore(Uri uri, String mimeType, long dateModified, int orientation) { argument
317 Key signature = new MediaStoreSignature(mimeType, dateModified, orientation);
/external/replicaisland/src/com/replica/replicaisland/
H A DInputGameInterface.java80 final InputXY orientation = input.getOrientationSensor();
83 mTilt.clone(orientation);
111 mDirectionalPad.clone(orientation);
113 filterOrientationForMovement(orientation.getX()),
114 filterOrientationForMovement(orientation.getY()));
304 public void setUseOrientationForMovement(boolean orientation) { argument
305 mUseOrientationForMovement = orientation;
/external/webrtc/webrtc/modules/video_capture/
H A Ddevice_info_impl.cc354 VideoRotation& orientation) {
355 orientation = kVideoRotation_0;
353 GetOrientation(const char* deviceUniqueIdUTF8, VideoRotation& orientation) argument
/external/ImageMagick/MagickWand/
H A Dconvert.c423 "-orient type image orientation",
2300 orientation;
2307 orientation=ParseCommandOption(MagickOrientationOptions,
2309 if (orientation < 0)
2298 orientation; local
/external/freetype/src/base/
H A Dftoutln.c827 /* outline is checked for orientation. This is */
867 /* check the orientation of the contour */
915 FT_Int orientation; local
926 orientation = FT_Outline_Get_Orientation( outline );
927 if ( orientation == FT_ORIENTATION_NONE )
988 /* shift components along lateral bisector in proper orientation */
992 if ( orientation == FT_ORIENTATION_TRUETYPE )
999 if ( orientation == FT_ORIENTATION_TRUETYPE )
1057 /* We use the nonzero winding rule to find the orientation. */
/external/libcups/cups/
H A Dppd-emit.c877 orientation; /* Orientation to use */ local
913 * According to the Adobe PPD specification, an orientation of 1
918 * We could also use an orientation of 3 to produce output that
927 * The orientation value is range limited by the Orientation
933 orientation = 1;
951 if (orientation > max_orient)
952 orientation = max_orient;
953 else if (orientation < min_orient)
954 orientation = min_orient;
960 values[pos] = (float)orientation;
[all...]
/external/opencv/cv/src/
H A Dcvmotempl.cpp160 CvArr* orientation,
173 CvMat orientstub, *orient = (CvMat*)orientation;
196 "MHI and orientation must be single-channel floating-point images" );
202 CV_ERROR( CV_StsInplaceNotSupported, "orientation image must be different from MHI" );
233 /* make orientation zero where the gradient is very small */
283 cvCalcGlobalOrientation( const void* orientation, const void* maskimg, const void* mhiimg, argument
296 CvMat orientstub, *orient = (CvMat*)orientation;
316 "MHI and orientation must be single-channel floating-point images" );
325 CV_ERROR( CV_StsInplaceNotSupported, "orientation image must be different from MHI" );
327 // calculate histogram of different orientation value
159 cvCalcMotionGradient( const CvArr* mhiimg, CvArr* maskimg, CvArr* orientation, double delta1, double delta2, int aperture_size ) argument
[all...]
H A Dcvrotcalipers.cpp65 // points - convex hull vertices ( any orientation )
108 float orientation = 0; local
148 /* find convex hull orientation */
162 orientation = (convexity > 0) ? 1.f : (-1.f);
168 assert( orientation != 0 );
170 base_a = orientation;
/external/pdfium/third_party/freetype/src/base/
H A Dftoutln.c824 /* outline is checked for orientation. This is */
864 /* check the orientation of the contour */
912 FT_Int orientation; local
923 orientation = FT_Outline_Get_Orientation( outline );
924 if ( orientation == FT_ORIENTATION_NONE )
982 /* shift components along lateral bisector in proper orientation */
986 if ( orientation == FT_ORIENTATION_TRUETYPE )
993 if ( orientation == FT_ORIENTATION_TRUETYPE )
1051 /* We use the nonzero winding rule to find the orientation. */
/external/piex/src/
H A Dpiex.cc332 bool RafGetOrientation(StreamInterface* stream, std::uint32_t* orientation) { argument
342 return GetExifOrientation(stream, exif_offset, orientation);
702 bool GetOrientation(StreamInterface* data, std::uint32_t* orientation) { argument
712 // For RAF files a special routine is necessary to get orientation. For others
716 return RafGetOrientation(data, orientation);
718 return GetExifOrientation(data, 0 /* offset */, orientation);
/external/ImageMagick/MagickCore/
H A Dtransform.c83 % AutoOrientImage() adjusts an image so that its orientation is suitable for
84 % viewing (i.e. top-left orientation).
89 % const OrientationType orientation,ExceptionInfo *exception)
95 % o orientation: Current image orientation.
101 const OrientationType orientation,ExceptionInfo *exception)
111 switch(orientation)
157 orient_image->orientation=TopLeftOrientation;
98 AutoOrientImage(const Image *image, const OrientationType orientation,ExceptionInfo *exception) argument

Completed in 888 milliseconds

123