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

12

/external/webkit/WebCore/platform/qt/
H A DScrollbarQt.cpp55 bool horizontal = (m_orientation == HorizontalScrollbar);
61 QAction* actScrollTop = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Left edge") : QCoreApplication::translate("QWebPage", "Top"));
62 QAction* actScrollBottom = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Right edge") : QCoreApplication::translate("QWebPage", "Bottom"));
65 QAction* actPageUp = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Page left") : QCoreApplication::translate("QWebPage", "Page up"));
66 QAction* actPageDown = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Page right") : QCoreApplication::translate("QWebPage", "Page down"));
69 QAction* actScrollUp = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Scroll left") : QCoreApplication::translate("QWebPage", "Scroll up"));
70 QAction* actScrollDown = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Scroll right") : QCoreApplication::translate("QWebPage", "Scroll down"));
79 moveThumb(horizontal ? pos.x() : pos.y());
85 scroll(horizontal ? ScrollLeft: ScrollUp, ScrollByPage, 1);
87 scroll(horizontal
[all...]
/external/chromium/base/gfx/
H A Drect.h75 // Shrink the rectangle by a horizontal and vertical distance on all sides.
76 void Inset(int horizontal, int vertical) { argument
77 Inset(horizontal, vertical, horizontal, vertical);
83 // Move the rectangle by a horizontal and vertical distance.
84 void Offset(int horizontal, int vertical);
H A Drect.cc113 void Rect::Offset(int horizontal, int vertical) { argument
114 set_x(x() + 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.c561 /* the same format). It also doesn't include horizontal and */
642 face->horizontal.number_Of_HMetrics = 0;
668 face->horizontal.number_Of_HMetrics = 0;
785 FT_FACE_FLAG_HORIZONTAL; /* horizontal data */
971 /* the values in the horizontal header. However, these */
993 /* when found. Otherwise, they're taken from the horizontal */
997 root->ascender = face->horizontal.Ascender;
998 root->descender = face->horizontal.Descender;
1001 face->horizontal.Line_Gap );
1006 if ( face->horizontal
[all...]
H A Dsfdriver.c82 table = &face->horizontal;
/external/webkit/WebCore/css/
H A DSVGCSSPropertyNames.in44 glyph-orientation-horizontal
H A DmediaControls.css34 -webkit-box-orient: horizontal;
67 -webkit-box-orient: horizontal;
H A DmediaControlsAndroid.css35 -webkit-box-orient: horizontal;
68 -webkit-box-orient: horizontal;
H A DmediaControlsQt.css37 -webkit-box-orient: horizontal;
H A DCSSPropertyNames.in169 -webkit-border-horizontal-spacing
H A DCSSSelector.cpp154 DEFINE_STATIC_LOCAL(AtomicString, horizontal, ("horizontal"));
320 else if (m_value == horizontal)
H A DmediaControlsQuickTime.css59 -webkit-box-orient: horizontal;
/external/webkit/WebCore/platform/
H A DScrollView.h81 // Methods for setting and retrieving the scrolling mode in each axis (horizontal/vertical). The mode has values of
90 ScrollbarMode horizontalScrollbarMode() const { ScrollbarMode horizontal, vertical; scrollbarModes(horizontal, vertical); return horizontal; } local
91 ScrollbarMode verticalScrollbarMode() const { ScrollbarMode horizontal, vertical; scrollbarModes(horizontal, vertical); return vertical; } local
293 void platformScrollbarModes(ScrollbarMode& horizontal, ScrollbarMode& vertical) const;
/external/webkit/WebCore/platform/mac/
H A DScrollViewMac.mm89 void ScrollView::platformScrollbarModes(ScrollbarMode& horizontal, ScrollbarMode& vertical) const
92 [scrollView() scrollingModes:&horizontal vertical:&vertical];
/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/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/webkit/WebKitTools/DumpRenderTree/gtk/
H A DEventSender.cpp340 int horizontal = (int)JSValueToNumber(context, arguments[0], exception); local
346 g_return_val_if_fail((!vertical || !horizontal), JSValueMakeUndefined(context));
355 if (horizontal < 0)
357 else if (horizontal > 0)
/external/webkit/WebCore/platform/wx/
H A DScrollViewWx.cpp249 // horizontal scrollbar
303 void ScrollView::platformScrollbarModes(ScrollbarMode& horizontal, ScrollbarMode& vertical) const argument
305 horizontal = m_data->hScrollbarMode;
/external/freetype/src/truetype/
H A Dttgload.c69 /* Returns the horizontal metrics in font units for a given glyph. If */
83 *aw = face->horizontal.advance_Width_Max;
132 *tsb = face->horizontal.Ascender;
133 *ah = face->horizontal.Ascender - face->horizontal.Descender;
1206 /* The first two stand for horizontal origin and advance. */
1657 /* get the device-independent horizontal advance; it is scaled later */
1670 advance = face->horizontal.advance_Width_Max;
1732 /* values defined in the horizontal header. */
1740 advance = (FT_Pos)( face->horizontal
[all...]
/external/libvpx/vpx_scale/arm/armv4/
H A Dgen_scalers_armv4.asm44 ; * FUNCTION : Copies horizontal line of pixels from source to
220 ; * FUNCTION : Copies horizontal line of pixels from source to
344 ; * FUNCTION : Copies horizontal line of pixels from source to
514 ; * FUNCTION : Copies horizontal line of pixels from source to
667 ; * FUNCTION : Copies horizontal line of pixels from source to
/external/libvpx/vpx_scale/symbian/
H A Dgen_scalers_armv4.asm44 ; * FUNCTION : Copies horizontal line of pixels from source to
220 ; * FUNCTION : Copies horizontal line of pixels from source to
344 ; * FUNCTION : Copies horizontal line of pixels from source to
514 ; * FUNCTION : Copies horizontal line of pixels from source to
667 ; * FUNCTION : Copies horizontal line of pixels from source to
/external/libvpx/vpx_scale/wce/
H A Dgen_scalers_armv4.asm44 ; * FUNCTION : Copies horizontal line of pixels from source to
220 ; * FUNCTION : Copies horizontal line of pixels from source to
344 ; * FUNCTION : Copies horizontal line of pixels from source to
514 ; * FUNCTION : Copies horizontal line of pixels from source to
667 ; * FUNCTION : Copies horizontal line of pixels from source to
/external/freetype/include/freetype/internal/
H A Dtttypes.h423 /* horiBearingX :: The horizontal left bearing. */
425 /* horiBearingY :: The horizontal top bearing. */
427 /* horiAdvance :: The horizontal advance. */
491 /* bitmap strike, for either a horizontal or vertical layout. */
513 /* horizontal advance - */
632 /* hori :: The line metrics for horizontal layouts. */
640 /* x_ppem :: The number of horizontal pixels per EM. */
647 /* flags :: Is this a vertical or horizontal strike? For */
710 /* hori :: The horizontal line metrics. */
714 /* x_ppem :: The number of horizontal pixel
1269 TT_HoriHeader horizontal; /* TrueType horizontal header */ member in struct:TT_FaceRec_
[all...]

Completed in 638 milliseconds

12