Searched refs:orientation (Results 1 - 25 of 239) sorted by relevance

12345678910

/external/chromium_org/cc/layers/
H A Dsolid_color_scrollbar_layer.cc16 tree_impl, id(), orientation(), thumb_thickness_,
21 ScrollbarOrientation orientation,
26 orientation,
33 ScrollbarOrientation orientation,
38 orientation_(orientation),
64 ScrollbarOrientation SolidColorScrollbarLayer::orientation() const { function in class:cc::SolidColorScrollbarLayer
20 Create( ScrollbarOrientation orientation, int thumb_thickness, bool is_left_side_vertical_scrollbar, int scroll_layer_id) argument
32 SolidColorScrollbarLayer( ScrollbarOrientation orientation, int thumb_thickness, bool is_left_side_vertical_scrollbar, int scroll_layer_id) argument
H A Dsolid_color_scrollbar_layer_impl.cc16 ScrollbarOrientation orientation,
20 tree_impl, id, orientation, thumb_thickness,
29 tree_impl, id(), orientation(), thumb_thickness_,
36 ScrollbarOrientation orientation,
39 : ScrollbarLayerImplBase(tree_impl, id, orientation,
52 if (orientation() == HORIZONTAL)
65 if (orientation() == HORIZONTAL)
13 Create( LayerTreeImpl* tree_impl, int id, ScrollbarOrientation orientation, int thumb_thickness, bool is_left_side_vertical_scrollbar) argument
33 SolidColorScrollbarLayerImpl( LayerTreeImpl* tree_impl, int id, ScrollbarOrientation orientation, int thumb_thickness, bool is_left_side_vertical_scrollbar) argument
H A Dsolid_color_scrollbar_layer.h21 ScrollbarOrientation orientation,
34 virtual ScrollbarOrientation orientation() const OVERRIDE;
37 SolidColorScrollbarLayer(ScrollbarOrientation orientation,
H A Dscrollbar_layer_interface.h18 virtual ScrollbarOrientation orientation() const = 0;
H A Dsolid_color_scrollbar_layer_impl.h18 ScrollbarOrientation orientation,
35 ScrollbarOrientation orientation,
/external/chromium_org/cc/quads/
H A Dio_surface_draw_quad.cc15 orientation(FLIPPED) {
27 Orientation orientation) {
34 this->orientation = orientation;
44 Orientation orientation) {
49 this->orientation = orientation;
67 switch (orientation) {
76 value->SetString("orientation", orientation_string);
22 SetNew(const SharedQuadState* shared_quad_state, gfx::Rect rect, gfx::Rect opaque_rect, gfx::Size io_surface_size, unsigned io_surface_resource_id, Orientation orientation) argument
37 SetAll(const SharedQuadState* shared_quad_state, gfx::Rect rect, gfx::Rect opaque_rect, gfx::Rect visible_rect, bool needs_blending, gfx::Size io_surface_size, unsigned io_surface_resource_id, Orientation orientation) argument
H A Dio_surface_draw_quad.h29 Orientation orientation);
38 Orientation orientation);
42 Orientation orientation; member in class:cc::IOSurfaceDrawQuad
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXScrollbar.cpp69 AccessibilityOrientation AXScrollbar::orientation() const function in class:WebCore::AXScrollbar
74 if (m_scrollbar->orientation() == HorizontalScrollbar)
76 if (m_scrollbar->orientation() == VerticalScrollbar)
106 m_scrollbar->scrollableArea()->scrollToOffsetWithoutAnimation(m_scrollbar->orientation(), newValue);
/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
H A DDeviceOrientationEvent.cpp44 DeviceOrientationEvent::DeviceOrientationEvent(const AtomicString& eventType, DeviceOrientationData* orientation) argument
46 , m_orientation(orientation)
51 void DeviceOrientationEvent::initDeviceOrientationEvent(const AtomicString& type, bool bubbles, bool cancelable, DeviceOrientationData* orientation) argument
57 m_orientation = orientation;
H A DDeviceOrientationEvent.h42 static PassRefPtr<DeviceOrientationEvent> create(const AtomicString& eventType, DeviceOrientationData* orientation) argument
44 return adoptRef(new DeviceOrientationEvent(eventType, orientation));
49 DeviceOrientationData* orientation() const { return m_orientation.get(); } function in class:WebCore::DeviceOrientationEvent
/external/chromium_org/chrome/browser/resources/print_preview/data/
H A Dmargins.js50 * orientation Specifies the margin value to get.
51 * @return {number} Value of the margin of the given orientation.
53 get: function(orientation) {
54 return this.value_[orientation];
59 * orientation Specifies the margin to set.
64 set: function(orientation, value) {
66 newValue[orientation] = value;
83 for (var orientation in this.value_) {
84 if (this.value_[orientation] != other.value_[orientation]) {
[all...]
/external/chromium_org/chrome/browser/resources/print_preview/previewarea/
H A Dmargin_control_container.js59 var orientation = print_preview.ticket_items.CustomMargins.Orientation[
61 var control = new print_preview.MarginControl(orientation);
62 this.controls_[orientation] = control;
111 * @param {!print_preview.ticket_items.CustomMargins.Orientation} orientation
113 * @return {boolean} Whether the given orientation is TOP or BOTTOM.
116 MarginControlContainer.isTopOrBottom_ = function(orientation) {
117 return orientation ==
119 orientation ==
135 for (var orientation in this.controls_) {
136 this.controls_[orientation]
[all...]
/external/chromium_org/chrome/browser/resources/print_preview/data/ticket_items/
H A Dcustom_margins.js39 * Mapping of a margin orientation to its opposite.
90 * orientation Specifies the margin to get the maximum value for.
93 getMarginMax: function(orientation) {
94 var oppositeOrient = CustomMargins.OppositeOrientation_[orientation];
96 return this.getMarginMax_(orientation, margins.get(oppositeOrient));
117 * orientation Specifies the margin to update.
120 updateMargin: function(orientation, value) {
122 var oppositeOrientation = CustomMargins.OppositeOrientation_[orientation];
124 this.getMarginMax_(orientation, margins.get(oppositeOrientation));
126 this.updateValue(margins.set(orientation, valu
[all...]
/external/chromium_org/third_party/skia/include/core/
H A DSkDeviceProperties.h18 /** The orientation of the pixel specifies the interpretation of the
19 * layout. If the orientation is horizontal, the layout is interpreted as
20 * left to right. It the orientation is vertical, the layout is
64 static Orientation fromOldOrientation(SkFontLCDConfig::LCDOrientation orientation) { argument
65 switch (orientation) {
80 Orientation orientation = fromOldOrientation(SkFontLCDConfig::GetSubpixelOrientation()); //kHorizontal_Orientation local
82 Geometry ret = { SkToU8(orientation | layout) };
86 static Geometry Make(Orientation orientation, Layout layout) { argument
87 Geometry ret = { SkToU8(orientation | layout) };
H A DSkFontLCDConfig.h30 static void SetSubpixelOrientation(LCDOrientation orientation);
/external/skia/include/core/
H A DSkDeviceProperties.h18 /** The orientation of the pixel specifies the interpretation of the
19 * layout. If the orientation is horizontal, the layout is interpreted as
20 * left to right. It the orientation is vertical, the layout is
64 static Orientation fromOldOrientation(SkFontLCDConfig::LCDOrientation orientation) { argument
65 switch (orientation) {
80 Orientation orientation = fromOldOrientation(SkFontLCDConfig::GetSubpixelOrientation()); //kHorizontal_Orientation local
82 Geometry ret = { SkToU8(orientation | layout) };
86 static Geometry Make(Orientation orientation, Layout layout) { argument
87 Geometry ret = { SkToU8(orientation | layout) };
H A DSkFontLCDConfig.h30 static void SetSubpixelOrientation(LCDOrientation orientation);
/external/chromium_org/ui/views/controls/
H A Dseparator.cc21 Separator::Separator(Orientation orientation) : orientation_(orientation) { argument
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollableArea.cpp104 ScrollbarOrientation orientation; local
107 orientation = VerticalScrollbar;
109 orientation = HorizontalScrollbar;
111 if (!userInputScrollable(orientation))
117 step = lineStep(orientation);
120 step = pageStep(orientation);
123 step = documentStep(orientation);
127 step = pixelStep(orientation);
134 return scrollAnimator()->scroll(orientation, granularity, step, multiplier);
142 void ScrollableArea::scrollToOffsetWithoutAnimation(ScrollbarOrientation orientation, floa argument
277 didAddScrollbar(Scrollbar* scrollbar, ScrollbarOrientation orientation) argument
288 willRemoveScrollbar(Scrollbar* scrollbar, ScrollbarOrientation orientation) argument
[all...]
H A DScrollAnimator.cpp54 bool ScrollAnimator::scroll(ScrollbarOrientation orientation, ScrollGranularity, float step, float multiplier) argument
56 float* currentPos = (orientation == HorizontalScrollbar) ? &m_currentPosX : &m_currentPosY;
57 float newPos = clampScrollPosition(orientation, *currentPos + step * multiplier);
63 notifyPositionChanged(orientation == HorizontalScrollbar ? FloatSize(delta, 0) : FloatSize(0, delta));
143 float ScrollAnimator::clampScrollPosition(ScrollbarOrientation orientation, float pos) argument
145 float maxScrollPos = m_scrollableArea->maximumScrollPosition(orientation);
146 float minScrollPos = m_scrollableArea->minimumScrollPosition(orientation);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DViewportDescription.h67 , orientation(ValueAuto)
83 float orientation; member in struct:WebCore::ViewportDescription
98 && orientation == other.orientation
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DSVGGlyph.h56 , orientation(Both)
78 && orientation == other.orientation
92 unsigned orientation : 2; // Orientation member in struct:WebCore::SVGGlyph
/external/chromium_org/webkit/renderer/compositor_bindings/
H A Dweb_scrollbar_layer_impl.cc19 blink::WebScrollbar::Orientation orientation) {
20 return orientation == blink::WebScrollbar::Horizontal ? cc::HORIZONTAL
39 blink::WebScrollbar::Orientation orientation,
44 ConvertOrientation(orientation),
18 ConvertOrientation( blink::WebScrollbar::Orientation orientation) argument
38 WebScrollbarLayerImpl( blink::WebScrollbar::Orientation orientation, int thumb_thickness, bool is_left_side_vertical_scrollbar) argument
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Ddisplay_overscan_handler.cc26 // The value for the orientation of overscan operations.
140 std::string orientation; local
142 if (!args->GetString(0, &orientation)) {
143 LOG(ERROR) << "The first argument must be orientation";
155 if (orientation == kOrientationHorizontal) {
158 } else if (orientation == kOrientationVertical) {
162 LOG(ERROR) << "The orientation must be '" << kOrientationHorizontal
164 << orientation; local
171 std::string orientation; local
173 if (!args->GetString(0, &orientation)) {
195 << orientation; local
[all...]
/external/eigen/demos/opengl/
H A Dcamera.h24 : orientation(o), position(pos)
29 orientation.slerp(alpha,other.orientation));
32 Eigen::Quaternionf orientation; member in class:Frame
64 inline const Eigen::Quaternionf& orientation(void) const { return mFrame.orientation; } function in class:Camera

Completed in 1200 milliseconds

12345678910