Searched refs:orientation (Results 251 - 275 of 304) sorted by relevance

<<111213

/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
H A DFontCacheSkiaWin.cpp338 fontDescription.orientation(),
/external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
H A Dvideo_engine_jni.cc562 webrtc::RotateCapturedFrame orientation; local
563 if (vie_data->capture->GetOrientation(camera_info->unique_id, orientation) !=
567 return static_cast<jint>(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/replicaisland/src/com/replica/replicaisland/
H A DAndouKun.java322 Sensor orientation = mSensorManager.getDefaultSensor(Sensor.TYPE_ORIENTATION);
323 if (orientation != null) {
325 orientation,
/external/chromium_org/chrome/browser/ui/webui/print_preview/
H A Dprint_preview_handler.cc336 OrientationCapability orientation;
337 orientation.AddOption(cloud_devices::printer::PORTRAIT);
338 orientation.AddOption(cloud_devices::printer::LANDSCAPE);
339 orientation.AddDefaultOption(AUTO_ORIENTATION, true);
340 orientation.SaveTo(&description);
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentViewCore.java361 // screen orientation.
1825 * Send the screen orientation value to the renderer.
1828 void sendOrientationChangeEvent(int orientation) { argument
1831 nativeSendOrientationChangeEvent(mNativeContentViewCore, orientation);
2948 public void onScreenOrientationChanged(int orientation) { argument
2949 sendOrientationChangeEvent(orientation);
2959 * the screen orientation.
2977 long nativeContentViewCoreImpl, int orientation);
2976 nativeSendOrientationChangeEvent( long nativeContentViewCoreImpl, int orientation) argument
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp408 PassRefPtr<Scrollbar> FrameView::createScrollbar(ScrollbarOrientation orientation) argument
413 return RenderScrollbar::createCustomScrollbar(this, orientation, customScrollbarElement, customScrollbarFrame);
416 return ScrollView::createScrollbar(orientation);
3096 void FrameView::didAddScrollbar(Scrollbar* scrollbar, ScrollbarOrientation orientation) argument
3098 ScrollableArea::didAddScrollbar(scrollbar, orientation);
3103 void FrameView::willRemoveScrollbar(Scrollbar* scrollbar, ScrollbarOrientation orientation) argument
3105 ScrollableArea::willRemoveScrollbar(scrollbar, orientation);
H A DLocalDOMWindow.cpp605 int LocalDOMWindow::orientation() const function in class:blink::LocalDOMWindow
612 int orientation = screenOrientationAngle(m_frame->view()); local
614 // [-90; 180] instead of [0; 360[ because window.orientation used to behave
616 if (orientation == 270)
618 return orientation;
H A DLocalDOMWindow.h282 // This is the interface orientation in degrees. Some examples are:
285 int orientation() const;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcss.js414 "icon", "image-orientation", "image-rendering", "image-resolution",
460 "baseline-shift", "dominant-baseline", "glyph-orientation-horizontal",
461 "glyph-orientation-vertical", "text-anchor", "writing-mode"
/external/chromium_org/content/browser/android/
H A Dcontent_view_core_impl.cc843 jint orientation) {
844 if (device_orientation_ != orientation) {
845 device_orientation_ = orientation;
841 SendOrientationChangeEvent(JNIEnv* env, jobject obj, jint orientation) argument
H A Dcontent_view_core_impl.h85 void SendOrientationChangeEvent(JNIEnv* env, jobject obj, jint orientation);
339 // The cache of device's current orientation set from Java side, this value
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DHarfBuzzShaper.cpp458 if (description.orientation() == Vertical) {
472 m_features.append(description.orientation() == Vertical ? noVkrn : noKern);
877 if (fontDescription.orientation() == Vertical)
/external/opencv/cv/include/
H A Dcv.h523 * Motion orientation image - IPL_DEPTH_32F *
534 CVAPI(void) cvCalcMotionGradient( const CvArr* mhi, CvArr* mask, CvArr* orientation,
541 CVAPI(double) cvCalcGlobalOrientation( const CvArr* orientation, const CvArr* mask,
574 /* Implements CAMSHIFT algorithm - determines object position, size and orientation
787 int orientation CV_DEFAULT(CV_CLOCKWISE),
/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_runner.h308 void SetMockScreenOrientation(const std::string& orientation);
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXObject.h403 virtual AccessibilityOrientation orientation() const;
H A DAXObject.cpp335 // Lacking concrete evidence of orientation, horizontal means width > height. vertical is height > width;
336 AccessibilityOrientation AXObject::orientation() const function in class:blink::AXObject
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DFontBuilder.cpp391 if (scope.fontDescription().orientation() == fontOrientation && scope.fontDescription().nonCJKGlyphOrientation() == glyphOrientation)
/external/chromium_org/ui/events/gesture_detection/
H A Dmotion_event_buffer.cc101 result.orientation = event.GetOrientation(pointer_index);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowActivity.java40 private int orientation; field in class:ShadowActivity
/external/chromium_org/content/common/
H A Dcc_messages_unittest.cc142 EXPECT_EQ(a->orientation, b->orientation);
/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupListBox.cpp1019 int PopupListBox::scrollSize(ScrollbarOrientation orientation) const
1021 return (orientation == HorizontalScrollbar || !m_verticalScrollbar) ?
/external/chromium_org/ui/views/layout/
H A Dbox_layout_unittest.cc184 BoxLayout::Orientation orientation = i == 0 ? BoxLayout::kHorizontal : local
187 host_->SetLayoutManager(new BoxLayout(orientation, 0, 0, 5));
/external/eigen/Eigen/src/Geometry/
H A DTransform.h557 const OrientationType& orientation, const MatrixBase<ScaleDerived> &scale);
1064 /** Convenient method to set \c *this from a position, orientation and scale
1071 const OrientationType& orientation, const MatrixBase<ScaleDerived> &scale)
1073 linear() = internal::toRotationMatrix<Scalar,Dim>(orientation);
1070 fromPositionOrientationScale(const MatrixBase<PositionDerived> &position, const OrientationType& orientation, const MatrixBase<ScaleDerived> &scale) argument
/external/chromium_org/cc/layers/
H A Dlayer_impl.h514 bool HasScrollbar(ScrollbarOrientation orientation) const;

Completed in 1441 milliseconds

<<111213