Home
last modified time | relevance | path

Searched refs:setOrientation (Results 1 – 25 of 42) sorted by relevance

12

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
DSelfOrientingSashForm.java87 setOrientation(preferredOrientation); in getOrientation()
95 public void setOrientation(int orientation) { in setOrientation() method in SelfOrientingSashForm
100 super.setOrientation(orientation); in setOrientation()
135 setOrientation(newOrientation); in layout()
/external/webkit/Source/WebCore/webaudio/
DAudioListener.h53 void setOrientation(double x, double y, double z, double upX, double upY, double upZ) in setOrientation() function
55 setOrientation(FloatPoint3D(x, y, z)); in setOrientation()
58 void setOrientation(const FloatPoint3D &orientation) { m_orientation = orientation; } in setOrientation() function
DAudioPannerNode.h83 void setOrientation(float x, float y, float z) { m_orientation = FloatPoint3D(x, y, z); } in setOrientation() function
/external/webkit/Source/WebKit/chromium/src/
DWebDeviceOrientationClientMock.cpp61 void WebDeviceOrientationClientMock::setOrientation(WebDeviceOrientation& orientation) in setOrientation() function in WebKit::WebDeviceOrientationClientMock
63 m_clientMock->setOrientation(orientation); in setOrientation()
/external/webkit/Source/WebKit/mac/WebView/
DWebDeviceOrientationProviderMock.mm43 - (void)setOrientation:(WebDeviceOrientation*)orientation
45 m_core->setOrientation(core(orientation));
102 - (void)setOrientation:(WebDeviceOrientation*)orientation
104 [m_internal setOrientation:orientation];
DWebDeviceOrientationProviderMock.h38 - (void)setOrientation:(WebDeviceOrientation*)orientation;
DWebDeviceOrientationProviderMockInternal.h37 - (void)setOrientation:(WebDeviceOrientation*)orientation;
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DDeviceOrientationClientMockQt.cpp76 void DeviceOrientationClientMockQt::setOrientation(bool canProvideAlpha, double alpha, bool canProv… in setOrientation() function in WebCore::DeviceOrientationClientMockQt
81 m_clientMock->setOrientation(m_orientation); in setOrientation()
DDeviceOrientationClientMockQt.h45 …void setOrientation(bool canProvideAlpha, double alpha, bool canProvideBeta, double beta, bool can…
/external/eigen/demos/opengl/
Dcamera.cpp112 setOrientation(Quaternionf(camAxes)); in setDirection()
133 void Camera::setOrientation(const Quaternionf& q) in setOrientation() function in Camera
160 setOrientation(qa); in rotateAroundTarget()
169 setOrientation(orientation() * q); in localRotate()
Dcamera.h63 void setOrientation(const Eigen::Quaternionf& q);
/external/webkit/Source/WebKit/chromium/public/
DWebDeviceOrientationClientMock.h47 WEBKIT_API void setOrientation(WebDeviceOrientation&);
/external/webkit/Source/WebCore/platform/mock/
DDeviceOrientationClientMock.h54 void setOrientation(PassRefPtr<DeviceOrientation>);
DDeviceOrientationClientMock.cpp58 void DeviceOrientationClientMock::setOrientation(PassRefPtr<DeviceOrientation> orientation) in setOrientation() function in WebCore::DeviceOrientationClientMock
/external/webkit/Source/WebCore/platform/graphics/freetype/
DFontPlatformData.h74 void setOrientation(FontOrientation) { } // FIXME: Implement. in setOrientation() function
/external/webkit/Source/WebCore/platform/graphics/pango/
DFontPlatformData.h71 void setOrientation(FontOrientation) { } // FIXME: Implement. in setOrientation() function
/external/webkit/Source/WebCore/platform/graphics/wince/
DFontPlatformData.h82 void setOrientation(FontOrientation) { } // FIXME: Implement. in setOrientation() function
/external/webkit/Source/WebCore/platform/graphics/chromium/
DFontPlatformDataChromiumWin.h74 void setOrientation(FontOrientation) { } // FIXME: Implement. in setOrientation() function
DFontPlatformDataLinux.h121 void setOrientation(FontOrientation orientation) { m_orientation = orientation; } in setOrientation() function
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
DFontPlatformData.h72 void setOrientation(FontOrientation orientation) { m_orientation = orientation; } in setOrientation() function
/external/webkit/Source/WebCore/platform/graphics/qt/
DFontPlatformData.h144 void setOrientation(FontOrientation) { } // FIXME: Implement. in setOrientation() function
/external/replicaisland/src/com/replica/replicaisland/
DInputSystem.java65 public void setOrientation(float x, float y, float z) { in setOrientation() method in InputSystem
/external/webkit/Source/WebCore/platform/graphics/wx/
DFontPlatformData.h153 void setOrientation(FontOrientation) { } // FIXME: Implement. in setOrientation() function
/external/webkit/Source/WebCore/rendering/
DRenderCombineText.cpp101 description.setOrientation(Horizontal); // We are going to draw combined text horizontally. in combineText()
/external/webkit/Source/WebKit/android/jni/
DDeviceMotionAndOrientationManager.cpp68 static_cast<DeviceOrientationClientMock*>(orientationClient())->setOrientation(orientation); in setMockOrientation()

12