/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
H A D | AudioListener.idl | 36 void setOrientation(float x, float y, float z, float xUp, float yUp, float zUp);
|
H A D | AudioListener.h | 54 void setOrientation(float x, float y, float z, float upX, float upY, float upZ) function in class:WebCore::AudioListener 56 setOrientation(FloatPoint3D(x, y, z)); 59 void setOrientation(const FloatPoint3D &orientation) { m_orientation = orientation; } function in class:WebCore::AudioListener
|
H A D | PannerNode.idl | 44 void setOrientation(float x, float y, float z);
|
H A D | PannerNode.h | 92 void setOrientation(float x, float y, float z) { m_orientation = FloatPoint3D(x, y, z); } function in class:WebCore::PannerNode
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
H A D | SelfOrientingSashForm.java | 87 setOrientation(preferredOrientation); 95 public void setOrientation(int orientation) { method in class:SelfOrientingSashForm 100 super.setOrientation(orientation); 135 setOrientation(newOrientation);
|
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/ |
H A D | AwTestRunnerActivity.java | 25 mLinearLayout.setOrientation(LinearLayout.VERTICAL);
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/ |
H A D | JPEGImageDecoder.h | 61 void setOrientation(ImageOrientation orientation) { m_orientation = orientation; } function in class:WebCore::JPEGImageDecoder
|
/external/eigen/demos/opengl/ |
H A D | camera.cpp | 112 setOrientation(Quaternionf(camAxes)); 133 void Camera::setOrientation(const Quaternionf& q) function in class:Camera 160 setOrientation(qa); 169 setOrientation(orientation() * q);
|
H A D | camera.h | 63 void setOrientation(const Eigen::Quaternionf& q);
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/ |
H A D | FontPlatformDataHarfBuzz.h | 99 void setOrientation(FontOrientation orientation) { m_orientation = orientation; } function in class:WebCore::FontPlatformData
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
H A D | RenderCombineText.cpp | 104 description.setOrientation(Horizontal); // We are going to draw combined text horizontally.
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/ |
H A D | FontPlatformDataWin.h | 103 void setOrientation(FontOrientation orientation) { m_orientation = orientation; } function in class:WebCore::FontPlatformData
|
/external/replicaisland/src/com/replica/replicaisland/ |
H A D | InputSystem.java | 65 public void setOrientation(float x, float y, float z) { method in class:InputSystem
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
H A D | FontPlatformData.h | 125 void setOrientation(FontOrientation orientation) { m_orientation = orientation; } function in class:WebCore::FontPlatformData
|
H A D | FontDescription.h | 168 void setOrientation(FontOrientation orientation) { m_orientation = orientation; } function in class:WebCore::FontDescription
|
H A D | SimpleFontData.cpp | 178 verticalRightPlatformData.setOrientation(Horizontal);
|
/external/chromium_org/ui/android/java/src/org/chromium/ui/ |
H A D | ColorPickerAdvanced.java | 64 setOrientation(LinearLayout.VERTICAL);
|
H A D | ColorSuggestionListAdapter.java | 105 layout.setOrientation(LinearLayout.HORIZONTAL);
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/ |
H A D | CertificateViewer.java | 78 container.setOrientation(LinearLayout.VERTICAL); 120 certificateView.setOrientation(LinearLayout.VERTICAL);
|
H A D | WebsiteSettingsPopup.java | 59 mContainer.setOrientation(LinearLayout.VERTICAL);
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/ |
H A D | HandleView.java | 106 setOrientation(pos); 123 void setOrientation(int pos) { method in class:HandleView
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
H A D | FontBuilder.cpp | 578 scope.fontDescription().setOrientation(fontOrientation); 663 fontDescription.setOrientation(fontOrientation);
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/ |
H A D | InfoBarContainer.java | 101 setOrientation(LinearLayout.VERTICAL);
|
/external/jmonkeyengine/engine/src/test/jme3test/audio/ |
H A D | TestMusicPlayer.java | 101 sldVolume.setOrientation(javax.swing.JSlider.VERTICAL);
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
H A D | ContentVideoView.java | 129 setOrientation(LinearLayout.VERTICAL);
|