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

12

/external/skia/src/core/
H A DSkFontHost.cpp17 void SkFontLCDConfig::SetSubpixelOrientation(LCDOrientation orientation) { argument
18 gLCDOrientation = orientation;
38 void SkFontHost::SetSubpixelOrientation(LCDOrientation orientation) { argument
39 SkFontLCDConfig::SetSubpixelOrientation((SkFontLCDConfig::LCDOrientation)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/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowConfiguration.java19 public int orientation; field in class:ShadowConfiguration
H A DShadowActivity.java40 private int orientation; field in class:ShadowActivity
/external/deqp/framework/platform/android/
H A DtcuAndroidUtil.cpp67 static void setRequestedOrientation (JNIEnv* env, jobject activity, ScreenOrientation orientation) argument
72 env->CallVoidMethod(activity, setOrientationId, (int)orientation);
75 void setRequestedOrientation (ANativeActivity* activity, ScreenOrientation orientation) argument
77 setRequestedOrientation(activity->env, activity->clazz, orientation);
/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/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/eigen/Eigen/src/Eigen2Support/Geometry/
H A DTransform.h243 const OrientationType& orientation, const MatrixBase<ScaleDerived> &scale);
668 /** Convenient method to set \c *this from a position, orientation and scale
675 const OrientationType& orientation, const MatrixBase<ScaleDerived> &scale)
677 linear() = ei_toRotationMatrix<Scalar,Dim>(orientation);
674 fromPositionOrientationScale(const MatrixBase<PositionDerived> &position, const OrientationType& orientation, const MatrixBase<ScaleDerived> &scale) argument
/external/freetype/src/base/
H A Dftoutln.c823 /* outline is checked for orientation. This is */
863 /* check the orientation of the contour */
912 FT_Int orientation; local
923 orientation = FT_Outline_Get_Orientation( outline );
924 if ( orientation == FT_ORIENTATION_NONE )
981 /* and directed according to the outline orientation. */
985 if ( orientation == FT_ORIENTATION_TRUETYPE )
992 if ( orientation == FT_ORIENTATION_TRUETYPE )
1043 /* We use the nonzero winding rule to find the orientation. */
/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;
H A Dcvconvhull.cpp229 int orientation, int return_points )
398 if( orientation == CV_COUNTER_CLOCKWISE )
437 if( orientation != CV_COUNTER_CLOCKWISE )
530 /* is orientation of hull different from contour one */
607 /* recognize co-orientation of ptseq and its hull */
739 int orientation = 0; local
787 /* find orientation */
789 orientation |= (orient > 0) ? 1 : 2;
791 orientation |= (dydx0 > dxdy0) ? 1 : ((dydx0 < dxdy0) ? 2 : 3);
793 if( orientation
228 cvConvexHull2( const CvArr* array, void* hull_storage, int orientation, int return_points ) argument
[all...]
/external/pdfium/third_party/freetype/src/base/
H A Dftoutln.c830 /* outline is checked for orientation. This is */
870 /* check the orientation of the contour */
919 FT_Int orientation; local
930 orientation = FT_Outline_Get_Orientation( outline );
931 if ( orientation == FT_ORIENTATION_NONE )
988 /* and directed according to the outline orientation. */
992 if ( orientation == FT_ORIENTATION_TRUETYPE )
999 if ( orientation == FT_ORIENTATION_TRUETYPE )
1050 /* We use the nonzero winding rule to find the orientation. */
/external/eigen/Eigen/src/Geometry/
H A DTransform.h558 const OrientationType& orientation, const MatrixBase<ScaleDerived> &scale);
1061 /** Convenient method to set \c *this from a position, orientation and scale
1068 const OrientationType& orientation, const MatrixBase<ScaleDerived> &scale)
1070 linear() = internal::toRotationMatrix<Scalar,Dim>(orientation);
1067 fromPositionOrientationScale(const MatrixBase<PositionDerived> &position, const OrientationType& orientation, const MatrixBase<ScaleDerived> &scale) argument
/external/mesa3d/src/gallium/state_trackers/vega/
H A Drenderer.c340 VegaOrientation orientation)
344 VGfloat y_scale = (orientation == VEGA_Y0_BOTTOM) ? -2.f : 2.f;
339 vg_set_viewport(struct renderer *r, VegaOrientation orientation) argument
/external/opencv/cv/include/
H A Dcvcompat.h384 int orientation, int* hull, int* hullsize )
389 cvConvexHull2( &points1, &hull1, orientation, 0 );
394 #define cvContourConvexHull( contour, orientation, storage ) \
395 cvConvexHull2( contour, storage, orientation )
399 orientation, hull, hullsize ) \
400 cvConvexHull( points, num_points, bound_rect, orientation, hull, hullsize )
403 #define cvContourConvexHullApprox( contour, bandwidth, orientation, storage ) \
404 cvConvexHull2( contour, storage, orientation )
949 #define CV_INIT_PIXEL_POS(pos, origin, _step, roi, _x, _y, orientation) \
951 (pos).step = (_step)/sizeof((pos).currline[0]) * (orientation
382 cvConvexHull( CvPoint* points, int num_points, CvRect* CV_UNREFERENCED(bound_rect), int orientation, int* hull, int* hullsize ) argument
[all...]
/external/opencv/cvaux/src/
H A Dcvlee.cpp179 // contour_orientation: in, orientation of polygons.
207 // contour_orientation: in, orientation of polygons.
284 // of orientation
308 // CvVoronoiNode2D) without change of orientation
334 // CvVoronoiNode2D) with change of orientation
362 orientation: in, orientation of contour ( = 1 or = -1)
371 int orientation,
384 orientation: in, orientation o
2117 _cvConstructExtSites(CvVoronoiDiagramInt* pVoronoiDiagram, CvSeq* ContourSeq, int orientation, T type) argument
2259 _cvConstructIntSites(CvVoronoiDiagramInt* pVoronoiDiagram, CvSeq* CurrSiteSeq, CvSeq* CurrContourSeq, pCvVoronoiSite &pTopSite, int orientation, T type) argument
[all...]
/external/libvncserver/x11vnc/
H A Dnox11.h1885 #define XNOrientation "orientation"
1905 XOrientation *orientation; /* Input Text description */ member in struct:__anon9320
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1152 milliseconds

12