/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
D | SelfOrientingSashForm.java | 87 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/ |
D | AudioListener.h | 53 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
|
D | AudioPannerNode.h | 83 void setOrientation(float x, float y, float z) { m_orientation = FloatPoint3D(x, y, z); } in setOrientation() function
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebDeviceOrientationClientMock.cpp | 61 void WebDeviceOrientationClientMock::setOrientation(WebDeviceOrientation& orientation) in setOrientation() function in WebKit::WebDeviceOrientationClientMock 63 m_clientMock->setOrientation(orientation); in setOrientation()
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebDeviceOrientationProviderMock.mm | 43 - (void)setOrientation:(WebDeviceOrientation*)orientation 45 m_core->setOrientation(core(orientation)); 102 - (void)setOrientation:(WebDeviceOrientation*)orientation 104 [m_internal setOrientation:orientation];
|
D | WebDeviceOrientationProviderMock.h | 38 - (void)setOrientation:(WebDeviceOrientation*)orientation;
|
D | WebDeviceOrientationProviderMockInternal.h | 37 - (void)setOrientation:(WebDeviceOrientation*)orientation;
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | DeviceOrientationClientMockQt.cpp | 76 void DeviceOrientationClientMockQt::setOrientation(bool canProvideAlpha, double alpha, bool canProv… in setOrientation() function in WebCore::DeviceOrientationClientMockQt 81 m_clientMock->setOrientation(m_orientation); in setOrientation()
|
D | DeviceOrientationClientMockQt.h | 45 …void setOrientation(bool canProvideAlpha, double alpha, bool canProvideBeta, double beta, bool can…
|
/external/eigen/demos/opengl/ |
D | camera.cpp | 112 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()
|
D | camera.h | 63 void setOrientation(const Eigen::Quaternionf& q);
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebDeviceOrientationClientMock.h | 47 WEBKIT_API void setOrientation(WebDeviceOrientation&);
|
/external/webkit/Source/WebCore/platform/mock/ |
D | DeviceOrientationClientMock.h | 54 void setOrientation(PassRefPtr<DeviceOrientation>);
|
D | DeviceOrientationClientMock.cpp | 58 void DeviceOrientationClientMock::setOrientation(PassRefPtr<DeviceOrientation> orientation) in setOrientation() function in WebCore::DeviceOrientationClientMock
|
/external/webkit/Source/WebCore/platform/graphics/freetype/ |
D | FontPlatformData.h | 74 void setOrientation(FontOrientation) { } // FIXME: Implement. in setOrientation() function
|
/external/webkit/Source/WebCore/platform/graphics/pango/ |
D | FontPlatformData.h | 71 void setOrientation(FontOrientation) { } // FIXME: Implement. in setOrientation() function
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | FontPlatformData.h | 82 void setOrientation(FontOrientation) { } // FIXME: Implement. in setOrientation() function
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | FontPlatformDataChromiumWin.h | 74 void setOrientation(FontOrientation) { } // FIXME: Implement. in setOrientation() function
|
D | FontPlatformDataLinux.h | 121 void setOrientation(FontOrientation orientation) { m_orientation = orientation; } in setOrientation() function
|
/external/webkit/Source/WebCore/platform/graphics/android/fonts/ |
D | FontPlatformData.h | 72 void setOrientation(FontOrientation orientation) { m_orientation = orientation; } in setOrientation() function
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | FontPlatformData.h | 144 void setOrientation(FontOrientation) { } // FIXME: Implement. in setOrientation() function
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | InputSystem.java | 65 public void setOrientation(float x, float y, float z) { in setOrientation() method in InputSystem
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
D | FontPlatformData.h | 153 void setOrientation(FontOrientation) { } // FIXME: Implement. in setOrientation() function
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderCombineText.cpp | 101 description.setOrientation(Horizontal); // We are going to draw combined text horizontally. in combineText()
|
/external/webkit/Source/WebKit/android/jni/ |
D | DeviceMotionAndOrientationManager.cpp | 68 static_cast<DeviceOrientationClientMock*>(orientationClient())->setOrientation(orientation); in setMockOrientation()
|