Searched refs:orientation (Results 201 - 225 of 304) sorted by path

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebAXObject.cpp386 return m_private->orientation() == AccessibilityOrientationVertical;
H A DWebPluginScrollbarImpl.cpp46 WebPluginScrollbar* WebPluginScrollbar::createForPlugin(Orientation orientation, argument
51 return new WebPluginScrollbarImpl(orientation, plugin->scrollbarGroup(), client);
59 WebPluginScrollbarImpl::WebPluginScrollbarImpl(Orientation orientation, argument
68 static_cast<ScrollbarOrientation>(orientation),
182 WebScrollbar::Orientation WebPluginScrollbarImpl::orientation() const function in class:blink::WebPluginScrollbarImpl
184 if (m_scrollbar->orientation() == HorizontalScrollbar)
206 int length = m_scrollbar->orientation() == HorizontalScrollbar ? m_scrollbar->width() : m_scrollbar->height();
213 m_group->scrollToOffsetWithoutAnimation(m_scrollbar->orientation(), static_cast<float>(position));
218 int length = m_scrollbar->orientation() == HorizontalScrollbar ? m_scrollbar->width() : m_scrollbar->height();
226 bool horizontal = m_scrollbar->orientation()
[all...]
H A DWebPluginScrollbarImpl.h70 virtual WebScrollbar::Orientation orientation() const OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/web/linux/
H A DWebFontRendering.cpp85 void WebFontRendering::setLCDOrientation(SkFontHost::LCDOrientation orientation) argument
87 SkFontHost::SetSubpixelOrientation(orientation);
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebScrollbar.h104 virtual Orientation orientation() const = 0;
H A DWebThemeEngine.h75 ScrollbarOrientation orientation; member in struct:blink::WebThemeEngine::ScrollbarInfo
/external/chromium_org/third_party/accessibility-audit/
H A Daxs_testing.js437 properties:["aria-expanded"]}, sectionhead:{"abstract":!0, namefrom:["contents", "author"], parent:["structure"], properties:["aria-expanded"]}, select:{"abstract":!0, namefrom:["author"], parent:["composite", "group", "input"]}, separator:{childpresentational:!0, namefrom:["author"], parent:["structure"], properties:["aria-expanded", "aria-orientation"]}, scrollbar:{childpresentational:!0, namefrom:["author"], namerequired:!1, parent:["input", "range"], requiredProperties:["aria-controls", "aria-orientation",
438 "aria-valuemax", "aria-valuemin", "aria-valuenow"], properties:["aria-controls", "aria-orientation", "aria-valuemax", "aria-valuemin", "aria-valuenow"]}, slider:{childpresentational:!0, namefrom:["author"], namerequired:!0, parent:["input", "range"], requiredProperties:["aria-valuemax", "aria-valuemin", "aria-valuenow"], properties:["aria-valuemax", "aria-valuemin", "aria-valuenow", "aria-orientation"]}, spinbutton:{namefrom:["author"], namerequired:!0, parent:["input", "range"], requiredProperties:["aria-valuemax",
480 multiline:{defaultValue:"false", type:"property", valueType:"boolean"}, multiselectable:{defaultValue:"false", type:"property", valueType:"boolean"}, orientation:{defaultValue:"vertical", type:"property", valueType:"token", values:["horizontal", "vertical"]}, owns:{type:"property", valueType:"idref_list"}, posinset:{type:"property", valueType:"integer"}, pressed:{defaultValue:"undefined", type:"state", valueType:"token", values:["true", "false", "mixed", "undefined"]}, readonly:{defaultValue:"false",
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/freetype/src/base/
H A Dftoutln.c818 /* outline is checked for orientation. This is */
858 /* check the orientation of the contour */
907 FT_Int orientation; local
918 orientation = FT_Outline_Get_Orientation( outline );
919 if ( orientation == FT_ORIENTATION_NONE )
976 /* and directed according to the outline orientation. */
980 if ( orientation == FT_ORIENTATION_TRUETYPE )
987 if ( orientation == FT_ORIENTATION_TRUETYPE )
1038 /* We use the nonzero winding rule to find the orientation. */
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
H A DAppRTCDemoActivity.java361 for (int orientation : cameraOrientation) {
363 ", Orientation " + orientation;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Drenderer.c340 VegaOrientation orientation)
344 VGfloat y_scale = (orientation == VEGA_Y0_BOTTOM) ? -2.f : 2.f;
339 vg_set_viewport(struct renderer *r, VegaOrientation orientation) argument
/external/chromium_org/third_party/skia/debugger/QT/
H A DSkCanvasWidget.cpp89 if (Qt::Horizontal == event->orientation()) {
/external/chromium_org/third_party/skia/include/core/
H A DSkFontHost.h67 static void SetSubpixelOrientation(LCDOrientation orientation);
H A DSkFontLCDConfig.h30 static void SetSubpixelOrientation(LCDOrientation orientation);
/external/chromium_org/third_party/skia/src/core/
H A DSkFontHost.cpp18 void SkFontLCDConfig::SetSubpixelOrientation(LCDOrientation orientation) { argument
19 gLCDOrientation = orientation;
39 void SkFontHost::SetSubpixelOrientation(LCDOrientation orientation) { argument
40 SkFontLCDConfig::SetSubpixelOrientation((SkFontLCDConfig::LCDOrientation)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/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
H A DMediaEngine.java92 return (inverseDeviceOrientation + info.orientation) % 360;
94 return (coarseDeviceOrientation + info.orientation) % 360;
189 // Listen to changes in device orientation.
192 public void onOrientationChanged (int orientation) {
193 deviceOrientation = orientation;
/external/chromium_org/third_party/webrtc/modules/video_capture/android/
H A Ddevice_info_android.cc46 int orientation; member in struct:webrtc::videocapturemodule::AndroidCameraInfo
56 << ", orientation: " << orientation << ", resolutions: ["
128 info.orientation = camera["orientation"].asInt();
222 VideoCaptureRotation& orientation) {
225 !VideoCaptureImpl::RotationFromDegrees(info->orientation, &orientation)) {
220 GetOrientation( const char* deviceUniqueIdUTF8, VideoCaptureRotation& orientation) argument
H A Ddevice_info_android.h55 VideoCaptureRotation& orientation);
/external/chromium_org/third_party/webrtc/modules/video_capture/android/java/src/org/webrtc/videoengine/
H A DVideoCaptureAndroid.java87 degrees = (info.orientation - degrees + 360) % 360;
89 degrees = (info.orientation + degrees) % 360;
H A DVideoCaptureDeviceInfoAndroid.java35 ", Orientation "+ info.orientation;
91 .put("orientation", info.orientation)
/external/chromium_org/third_party/webrtc/modules/video_capture/
H A Ddevice_info_impl.cc354 VideoCaptureRotation& orientation)
356 orientation = kCameraRotate0;
353 GetOrientation(const char* deviceUniqueIdUTF8, VideoCaptureRotation& orientation) argument
H A Ddevice_info_impl.h41 VideoCaptureRotation& orientation);
/external/chromium_org/third_party/webrtc/modules/video_capture/include/
H A Dvideo_capture.h57 VideoCaptureRotation& orientation) = 0;

Completed in 2210 milliseconds

1234567891011>>