Searched refs:horizontal (Results 1 - 25 of 62) sorted by relevance

123

/external/webkit/Source/WebCore/platform/qt/
H A DScrollbarQt.cpp56 bool horizontal = (m_orientation == HorizontalScrollbar);
62 QAction* actScrollTop = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Left edge") : QCoreApplication::translate("QWebPage", "Top"));
63 QAction* actScrollBottom = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Right edge") : QCoreApplication::translate("QWebPage", "Bottom"));
66 QAction* actPageUp = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Page left") : QCoreApplication::translate("QWebPage", "Page up"));
67 QAction* actPageDown = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Page right") : QCoreApplication::translate("QWebPage", "Page down"));
70 QAction* actScrollUp = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Scroll left") : QCoreApplication::translate("QWebPage", "Scroll up"));
71 QAction* actScrollDown = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Scroll right") : QCoreApplication::translate("QWebPage", "Scroll down"));
83 moveThumb(horizontal ? pos.x() : pos.y());
85 scrollableArea()->scroll(horizontal ? ScrollLeft : ScrollUp, ScrollByDocument);
87 scrollableArea()->scroll(horizontal
[all...]
/external/chromium/chrome/browser/resources/gpu_internals/
H A Doverlay.css15 -webkit-box-orient: horizontal;
H A Dtimeline.css30 -webkit-box-orient: horizontal;
H A Dtab_control.css23 -webkit-box-orient: horizontal;
/external/chromium-trace/trace-viewer/src/tracks/
H A Dtimeline_canvas_based_track.css7 -webkit-box-orient: horizontal;
/external/freetype/src/sfnt/
H A Dttmtx.c139 void* lm = &face->horizontal.long_metrics;
140 void** sm = &face->horizontal.short_metrics;
147 num_longs = face->horizontal.number_Of_HMetrics;
151 face->horizontal.number_Of_HMetrics = 0;
228 face->horizontal.number_Of_HMetrics = (FT_UShort)num_longs;
307 header = &face->horizontal;
331 /* Returns the horizontal or vertical metrics in font units for a */
336 /* header :: A pointer to either the horizontal or vertical metrics */
373 header = &face->horizontal;
435 void* h = &face->horizontal;
[all...]
H A Dsfobjs.c580 /* the same format). It also doesn't include horizontal and */
661 face->horizontal.number_Of_HMetrics = 0;
688 face->horizontal.number_Of_HMetrics = 0;
803 FT_FACE_FLAG_HORIZONTAL; /* horizontal data */
989 /* the values in the horizontal header. However, these */
1013 root->ascender = face->horizontal.Ascender;
1014 root->descender = face->horizontal.Descender;
1017 face->horizontal.Line_Gap );
1041 root->max_advance_width = face->horizontal.advance_Width_Max;
1117 /* freeing the horizontal metric
[all...]
/external/webkit/Source/WebCore/css/
H A DSVGCSSPropertyNames.in44 glyph-orientation-horizontal
H A DmediaControlsAndroid.css35 -webkit-box-orient: horizontal;
65 -webkit-box-orient: horizontal;
H A DmediaControlsGtk.css30 -webkit-box-orient: horizontal;
H A DmediaControls.css41 -webkit-box-orient: horizontal;
80 -webkit-box-orient: horizontal;
H A DmediaControlsEfl.css35 -webkit-box-orient: horizontal;
74 -webkit-box-orient: horizontal;
H A DmediaControlsQt.css37 -webkit-box-orient: horizontal;
51 -webkit-box-orient: horizontal;
/external/chromium/chrome/browser/resources/file_manager/css/
H A Dfile_manager.css38 -webkit-box-orient: horizontal;
47 -webkit-box-orient: horizontal;
58 -webkit-box-orient: horizontal;
66 -webkit-box-orient: horizontal;
222 -webkit-box-orient: horizontal;
258 -webkit-box-orient: horizontal;
378 -webkit-box-orient: horizontal;
387 -webkit-box-orient: horizontal;
392 /* A horizontal spring. */
393 .horizontal
[all...]
/external/webkit/Source/WebCore/platform/
H A DScrollView.h95 // Functions for setting and retrieving the scrolling mode in each axis (horizontal/vertical). The mode has values of
104 ScrollbarMode horizontalScrollbarMode() const { ScrollbarMode horizontal, vertical; scrollbarModes(horizontal, vertical); return horizontal; } local
105 ScrollbarMode verticalScrollbarMode() const { ScrollbarMode horizontal, vertical; scrollbarModes(horizontal, vertical); return vertical; } local
392 void platformScrollbarModes(ScrollbarMode& horizontal, ScrollbarMode& vertical) const;
/external/chromium-trace/trace-viewer/src/
H A Doverlay.css12 -webkit-box-orient: horizontal;
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
H A DGridDataFactory.java199 * horizontal hint (pixels), or SWT.DEFAULT to use the control's preferred size
277 * Increments horizontal hint on given value.
342 * horizontal alignment. One of SWT.BEGINNING, SWT.CENTER, SWT.END, or SWT.FILL.
354 * Sets the horizontal and vertical alignment to GridData.FILL.
361 * Sets the horizontal alignment of the control within its cell.
364 * horizontal alignment. One of SWT.BEGINNING, SWT.CENTER, SWT.END, or SWT.FILL.
373 * Sets the horizontal alignment of the control to GridData.BEGINNING
382 * Sets the horizontal alignment of the control to GridData.CENTER
391 * Sets the horizontal alignment of the control to GridData.FILL
400 * Sets the horizontal alignmen
512 grab(boolean horizontal, boolean vertical) argument
[all...]
/external/webkit/Source/WebCore/svg/
H A DSVGPathSegListSource.cpp84 SVGPathSegLinetoHorizontal* horizontal = static_cast<SVGPathSegLinetoHorizontal*>(m_segment.get()); local
85 x = horizontal->x();
/external/webkit/Source/WebCore/platform/mac/
H A DScrollViewMac.mm89 void ScrollView::platformScrollbarModes(ScrollbarMode& horizontal, ScrollbarMode& vertical) const
92 [scrollView() scrollingModes:&horizontal vertical:&vertical];
/external/webkit/Source/WebKit/chromium/src/
H A DWebScrollbarImpl.cpp111 bool horizontal = m_scrollbar->orientation() == HorizontalScrollbar; local
113 dir = horizontal ? ScrollRight : ScrollDown;
115 dir = horizontal ? ScrollLeft : ScrollUp;
/external/libvpx/vp8/common/ppc/
H A Dfilter_bilinear_altivec.asm31 ;# load up horizontal filter
32 slwi. r5, r5, 4 ;# index into horizontal filter array
41 ;# If there isn't any filtering to be done for the horizontal, then
59 ;# Filters a horizontal line
186 ;# Finished filtering main horizontal block. If there is no
271 ;# Finished filtering main horizontal block. If there is no
361 ;# Finished filtering main horizontal block. If there is no
439 ;# Filters a horizontal line
554 ;# Finished filtering main horizontal block. If there is no
H A Dfilter_altivec.asm205 slwi. r5, r5, 5 ;# index into horizontal filter array
209 ;# If there isn't any filtering to be done for the horizontal, then
213 ;# load up horizontal filter
244 ;# Finished filtering main horizontal block. If there is no
396 slwi. r5, r5, 5 ;# index into horizontal filter array
400 ;# If there isn't any filtering to be done for the horizontal, then
434 ;# Finished filtering main horizontal block. If there is no
568 slwi. r5, r5, 5 ;# index into horizontal filter array
572 ;# If there isn't any filtering to be done for the horizontal, then
614 ;# Finished filtering main horizontal bloc
[all...]
/external/webkit/Source/WebCore/rendering/
H A DInlineBox.h174 void setIsHorizontal(bool horizontal) { m_isHorizontal = horizontal; } argument
235 // The logicalLeft position is the left edge of the line box in a horizontal line and the top edge in a vertical line.
248 // The logicalTop[ position is the top edge of the line box in a horizontal line and the left edge in a vertical line.
259 // The logical width is our extent in the line's overall inline direction, i.e., width for horizontal text and height for vertical text.
263 // The logical height is our extent in the block flow direction, i.e., height for horizontal text and width for vertical text.
/external/libvpx/vp8/encoder/ppc/
H A Dvariance_subpixel_altivec.asm32 ;# load up horizontal filter
33 slwi. r5, r5, 4 ;# index into horizontal filter array
41 ;# If there isn't any filtering to be done for the horizontal, then
62 ;# Filters a horizontal line
213 ;# Finished filtering main horizontal block. If there is no
308 ;# Finished filtering main horizontal block. If there is no
426 ;# Finished filtering main horizontal block. If there is no
542 ;# Filters a horizontal line
631 ;# Finished filtering main horizontal block. If there is no
732 ;# Finished filtering main horizontal bloc
[all...]
/external/freetype/src/pfr/
H A Dpfrload.c500 phy_font->horizontal.stem_snaps = snaps + num_vert;
678 phy_font->horizontal.stem_snaps = NULL;
679 phy_font->horizontal.num_stem_snaps = 0;
860 phy_font->horizontal.standard = PFR_NEXT_USHORT( p );

Completed in 338 milliseconds

123