HomeSort by relevance Sort by last modified time
    Searched refs:orientation (Results 326 - 350 of 681) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
FontCacheSkia.cpp 164 fontDescription.orientation());
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGlyphElement.cpp 88 static inline SVGGlyph::Orientation parseOrientation(const AtomicString& value)
127 // Spec: The horizontal advance after rendering the glyph in horizontal orientation.
143 // Spec: The vertical advance after rendering a glyph in vertical orientation.
155 identifier.orientation = parseOrientation(fastGetAttribute(SVGNames::orientationAttr));
  /external/opencv/cv/src/
cvmotempl.cpp 160 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,
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
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/
CameraClient.h 120 int getOrientation(int orientation, bool mirror);
130 int mOrientation; // Current display orientation
  /frameworks/base/services/input/
PointerController.h 40 * display orientation changes if needed.
173 void setDisplayViewport(int32_t width, int32_t height, int32_t orientation);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
TextureViewActivity.java 143 return (info.orientation - degrees + 360) % 360;
  /frameworks/native/include/gui/
SurfaceComposerClient.h 136 * - orientation defines the display's orientation.
140 * mapped to. displayRect is specified post-orientation, that is
141 * it uses the orientation seen by the end-user.
144 uint32_t orientation,
  /hardware/libhardware/include/hardware/
sensors.h 80 * This API is relative to the screen of the device in its default orientation,
82 * is only relative to the NATURAL orientation of the screen. In other words,
83 * the axis are not swapped when the device's screen orientation changes.
163 * orientation sensor, step-detector, step-counter, etc...
292 * Orientation sensors return sensor events for all 3 axes at a constant
414 * The rotation vector symbolizes the orientation of the device relative to the
424 * The orientation of the phone is represented by the rotation necessary to
431 * orientation to the current device orientation.
450 * This sensor must use a gyroscope and an accelerometer as main orientation
839 sensors_vec_t orientation; member in union:sensors_event_t::__anon32999::__anon33000
    [all...]
  /hardware/qcom/display/msm8960/liboverlay/
overlay.h 67 void setTransform(const int orientation, utils::eDest dest);
  /hardware/qcom/display/msm8x26/liboverlay/
overlay.h 67 void setTransform(const int orientation, utils::eDest dest);
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosExif.h 191 uint16_t orientation; member in struct:__anon34085
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosExif.h 191 uint16_t orientation; member in struct:__anon34093
  /packages/apps/Browser/src/com/android/browser/
NavTabScroller.java 119 public void setOrientation(int orientation) {
120 mContentView.setOrientation(orientation);
121 if (orientation == LinearLayout.HORIZONTAL) {
128 super.setOrientation(orientation);
  /packages/apps/Camera/src/com/android/camera/
VideoModule.java 231 // The degrees of the device rotated clockwise from its natural orientation.
552 public void onOrientationChanged(int orientation) {
553 // We keep the last known orientation. So if the user first orient
555 // the correct orientation.
556 if (orientation == OrientationEventListener.ORIENTATION_UNKNOWN) return;
557 int newOrientation = Util.roundOrientation(orientation, mOrientation);
563 // compensates the camera orientation (no Display.getRotation).
564 // So the orientation hint here should only consider sensor
565 // orientation.
571 // Show the toast after getting the first orientation changed
1304 int orientation = 0; local
2569 int orientation = Exif.getOrientation(data); local
    [all...]
  /packages/apps/DeskClock/src/com/android/alarmclock/
WidgetUtils.java 117 String whichHeight = res.getConfiguration().orientation ==
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GeometryMathUtils.java 240 private static int getRotationForOrientation(int orientation) {
241 switch (orientation) {
375 int orientation = MasterImage.getImage().getZoomOrientation(); local
376 int rotation = getRotationForOrientation(orientation);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
DetailsHelper.java 119 return context.getString(R.string.orientation);
  /packages/apps/Launcher2/src/com/android/launcher2/
Hotseat.java 64 mIsLandscape = context.getResources().getConfiguration().orientation ==
81 /* Get the orientation invariant order of the item in the hotseat for persistence. */
85 /* Get the orientation specific coordinates given an invariant order in the hotseat. */
139 // Note: We do this to ensure that the hotseat is always laid out in the orientation of
140 // the hotseat in order regardless of which orientation they were added
  /packages/apps/Launcher3/src/com/android/launcher3/
DynamicGrid.java 227 isLandscape = (resources.getConfiguration().orientation ==
301 Rect getWorkspacePadding(int orientation) {
303 if (orientation == CellLayout.LANDSCAPE &&
312 int width = (orientation == CellLayout.LANDSCAPE)
510 // Our phone profiles include the bar sizes in each orientation
523 // The tablet profile is odd in that the landscape orientation
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
TestingCamera2.java 144 // Process the initial configuration (for i.e. initial orientation)
180 Log.v(TAG, String.format("onConfiguredChanged: orientation %x",
181 newConfig.orientation));
189 Log.v(TAG, String.format("handleConfiguration: orientation %x",
190 newConfig.orientation));
193 if (mLastOrientation != newConfig.orientation) {
194 mLastOrientation = newConfig.orientation;
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/android/
configuration.h 174 * Set the current orientation in the configuration.
176 void AConfiguration_setOrientation(AConfiguration* config, int32_t orientation);
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/android/
configuration.h 174 * Set the current orientation in the configuration.
176 void AConfiguration_setOrientation(AConfiguration* config, int32_t orientation);
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/android/
configuration.h 174 * Set the current orientation in the configuration.
176 void AConfiguration_setOrientation(AConfiguration* config, int32_t orientation);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/android/
configuration.h 174 * Set the current orientation in the configuration.
176 void AConfiguration_setOrientation(AConfiguration* config, int32_t orientation);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/android/
configuration.h 174 * Set the current orientation in the configuration.
176 void AConfiguration_setOrientation(AConfiguration* config, int32_t orientation);

Completed in 3332 milliseconds

<<11121314151617181920>>