Searched refs:Orientation (Results 1 - 25 of 76) sorted by last modified time

1234

/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Deventhistory.cpp47 QVariant EventListModel::headerData(int section, Qt::Orientation orientation,
H A Deventhistory.h27 QVariant headerData(int section, Qt::Orientation orientation,
/external/skia/include/core/
H A DSkDeviceProperties.h14 enum Orientation { enum in struct:SkDeviceProperties::Geometry
39 Orientation getOrientation() {
40 return static_cast<Orientation>(fGeometry & kOrientationMask);
55 static Orientation fromOldOrientation(SkFontLCDConfig::LCDOrientation orientation) {
71 Orientation orientation = fromOldOrientation(SkFontLCDConfig::GetSubpixelOrientation()); //kHorizontal_Orientation
77 static Geometry Make(Orientation orientation, Layout layout) {
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/qemu/android/
H A Dhw-sensors.c98 } Orientation; typedef in typeref:struct:__anon29146
116 Orientation orientation;
/external/jhead/
H A Dexif.c206 { TAG_ORIENTATION, "Orientation", FMT_USHORT, 1},
876 ImageInfo.Orientation = (int)ConvertAnyFormat(ValuePtr, Format);
878 if (ImageInfo.Orientation < 0 || ImageInfo.Orientation > 8){
879 ErrNonfatal("Undefined rotation value %d", ImageInfo.Orientation, 0);
880 ImageInfo.Orientation = 0;
1601 return OrientTab[ImageInfo.Orientation];
1704 if (ImageInfo.Orientation > 1){
1706 printf("Orientation : %s\n", OrientTab[ImageInfo.Orientation]);
[all...]
H A Djhead.c700 if (ImageInfo.Orientation >= 2 && ImageInfo.Orientation <= 8){
707 ErrFatal("Orientation screwup");
H A Djhead.h100 int Orientation; member in struct:__anon22666
H A Dmain.c628 bufLen = addKeyValueInt(&buf, bufLen, "Orientation", ImageInfo.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/WebKit/Source/devtools/front_end/ui/
H A DPopover.js56 * @param {?WebInspector.Popover.Orientation=} arrowDirection
80 * @param {?WebInspector.Popover.Orientation=} arrowDirection
145 * @param {?WebInspector.Popover.Orientation=} arrowDirection
170 if ((roomAbove > roomBelow) || (arrowDirection === WebInspector.Popover.Orientation.Bottom)) {
172 if ((anchorBox.y > newElementPosition.height + arrowHeight + borderRadius) || (arrowDirection === WebInspector.Popover.Orientation.Bottom))
182 verticalAlignment = WebInspector.Popover.Orientation.Bottom;
186 if ((newElementPosition.y + newElementPosition.height + borderRadius >= totalHeight) && (arrowDirection !== WebInspector.Popover.Orientation.Top)) {
194 verticalAlignment = WebInspector.Popover.Orientation.Top;
214 if (verticalAlignment === WebInspector.Popover.Orientation.Bottom)
401 WebInspector.Popover.Orientation
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebScrollbarImpl.cpp116 WebScrollbar::Orientation WebScrollbarImpl::orientation() const
118 return static_cast<WebScrollbar::Orientation>(m_scrollbar->orientation());
H A DWebScrollbarImpl.h54 virtual Orientation orientation() const OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DSVGGlyph.h39 enum Orientation { enum in struct:blink::SVGGlyph
92 unsigned orientation : 2; // Orientation
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPluginScrollbarImpl.cpp46 WebPluginScrollbar* WebPluginScrollbar::createForPlugin(Orientation orientation,
59 WebPluginScrollbarImpl::WebPluginScrollbarImpl(Orientation orientation,
182 WebScrollbar::Orientation WebPluginScrollbarImpl::orientation() const
H A DWebPluginScrollbarImpl.h42 WebPluginScrollbarImpl(Orientation, ScrollbarGroup*, WebPluginScrollbarClient*);
70 virtual WebScrollbar::Orientation orientation() const OVERRIDE;
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebCompositorSupport.h81 virtual WebScrollbarLayer* createSolidColorScrollbarLayer(WebScrollbar::Orientation, int thumbThickness, int trackStart, bool isLeftSideVerticalScrollbar) { return 0; }
H A DWebScrollbar.h41 enum Orientation { enum in class:blink::WebScrollbar
104 virtual Orientation orientation() const = 0;
/external/chromium_org/third_party/WebKit/public/web/
H A DWebPluginScrollbar.h42 BLINK_EXPORT static WebPluginScrollbar* createForPlugin(WebScrollbar::Orientation,
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSPropertyParser.cpp2097 return Orientation;
2108 if (prevParamType == None || prevParamType == Orientation) {
2109 // Normalize to Page Size then Orientation order by prepending.
H A DCSSPropertyParser.h272 Orientation, enumerator in enum:blink::CSSPropertyParser::SizeParameterType
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DPinchViewport.cpp269 void PinchViewport::setupScrollbar(WebScrollbar::Orientation orientation)
H A DPinchViewport.h143 void setupScrollbar(blink::WebScrollbar::Orientation);
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
H A DScrollingCoordinator.cpp251 blink::WebScrollbar::Orientation webOrientation = (orientation == HorizontalScrollbar) ? blink::WebScrollbar::Horizontal : blink::WebScrollbar::Vertical;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderDetailsMarker.cpp39 RenderDetailsMarker::Orientation RenderDetailsMarker::orientation() const

Completed in 347 milliseconds

1234