Home
last modified time | relevance | path

Searched refs:horizontal (Results 1 – 25 of 76) sorted by relevance

1234

/external/webkit/WebCore/platform/qt/
DScrollbarQt.cpp55 bool horizontal = (m_orientation == HorizontalScrollbar); in contextMenu() local
61 …QAction* actScrollTop = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Left … in contextMenu()
62 …QAction* actScrollBottom = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Ri… in contextMenu()
65 …QAction* actPageUp = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Page lef… in contextMenu()
66 …QAction* actPageDown = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Page r… in contextMenu()
69 …QAction* actScrollUp = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Scroll… in contextMenu()
70 …QAction* actScrollDown = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Scro… in contextMenu()
79 moveThumb(horizontal ? pos.x() : pos.y()); in contextMenu()
85 scroll(horizontal ? ScrollLeft: ScrollUp, ScrollByPage, 1); in contextMenu()
87 scroll(horizontal ? ScrollRight : ScrollDown, ScrollByPage, 1); in contextMenu()
[all …]
/external/freetype/src/sfnt/
Dttmtx.c139 void* lm = &face->horizontal.long_metrics; in tt_face_load_hmtx()
140 void** sm = &face->horizontal.short_metrics; in tt_face_load_hmtx()
147 num_longs = face->horizontal.number_Of_HMetrics; in tt_face_load_hmtx()
151 face->horizontal.number_Of_HMetrics = 0; in tt_face_load_hmtx()
228 face->horizontal.number_Of_HMetrics = (FT_UShort)num_longs; in tt_face_load_hmtx()
307 header = &face->horizontal; in tt_face_load_hhea()
373 header = &face->horizontal; in tt_face_get_metrics()
435 void* h = &face->horizontal; in tt_face_get_metrics()
Dsfobjs.c642 face->horizontal.number_Of_HMetrics = 0; in sfnt_load_face()
668 face->horizontal.number_Of_HMetrics = 0; in sfnt_load_face()
997 root->ascender = face->horizontal.Ascender; in sfnt_load_face()
998 root->descender = face->horizontal.Descender; in sfnt_load_face()
1001 face->horizontal.Line_Gap ); in sfnt_load_face()
1006 if ( face->horizontal.Line_Gap == 0 ) in sfnt_load_face()
1027 root->max_advance_width = face->horizontal.advance_Width_Max; in sfnt_load_face()
1115 FT_FREE( face->horizontal.long_metrics ); in sfnt_done_face()
1116 FT_FREE( face->horizontal.short_metrics ); in sfnt_done_face()
/external/webkit/WebCore/platform/
DScrollView.h90 …ScrollbarMode() const { ScrollbarMode horizontal, vertical; scrollbarModes(horizontal, vertical); … in horizontalScrollbarMode() local
91 …arMode verticalScrollbarMode() const { ScrollbarMode horizontal, vertical; scrollbarModes(horizont… in verticalScrollbarMode() local
293 void platformScrollbarModes(ScrollbarMode& horizontal, ScrollbarMode& vertical) const;
/external/webkit/WebKitTools/iExploder/htdocs/
Dcssvalues.in138 horizontal
251 scrollbargripper-horizontal
253 scrollbarthumb-horizontal
255 scrollbartrack-horizontal
270 slider-horizontal
272 sliderthumb-horizontal
Dcssproperties.in18 -webkit-border-horizontal-spacing
280 -khtml-border-horizontal-spacing
/external/chromium/base/gfx/
Drect.h76 void Inset(int horizontal, int vertical) { in Inset() argument
77 Inset(horizontal, vertical, horizontal, vertical); in Inset()
84 void Offset(int horizontal, int vertical);
Drect.cc113 void Rect::Offset(int horizontal, int vertical) { in Offset() argument
114 set_x(x() + horizontal); in Offset()
/external/libvpx/vp8/common/ppc/
Dfilter_bilinear_altivec.asm31 ;# load up horizontal filter
32 slwi. r5, r5, 4 ;# index into horizontal filter array
Dfilter_altivec.asm205 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
915 ;# this is done above if there is a horizontal filter,
919 ;# always write to the stack when doing a horizontal copy
/external/libvpx/vp8/encoder/ppc/
Dvariance_subpixel_altivec.asm32 ;# load up horizontal filter
33 slwi. r5, r5, 4 ;# index into horizontal filter array
/external/webkit/WebKitTools/DumpRenderTree/gtk/
DEventSender.cpp340 int horizontal = (int)JSValueToNumber(context, arguments[0], exception); in mouseWheelToCallback() local
346 g_return_val_if_fail((!vertical || !horizontal), JSValueMakeUndefined(context)); in mouseWheelToCallback()
355 if (horizontal < 0) in mouseWheelToCallback()
357 else if (horizontal > 0) in mouseWheelToCallback()
/external/webkit/WebCore/css/
DSVGCSSPropertyNames.in44 glyph-orientation-horizontal
DCSSValueKeywords.in441 horizontal
585 slider-horizontal
587 sliderthumb-horizontal
DmediaControls.css34 -webkit-box-orient: horizontal;
67 -webkit-box-orient: horizontal;
DmediaControlsAndroid.css35 -webkit-box-orient: horizontal;
68 -webkit-box-orient: horizontal;
DCSSSelector.cpp154 DEFINE_STATIC_LOCAL(AtomicString, horizontal, ("horizontal")); in extractPseudoType()
320 else if (m_value == horizontal) in extractPseudoType()
/external/webkit/WebCore/platform/wx/
DScrollViewWx.cpp303 void ScrollView::platformScrollbarModes(ScrollbarMode& horizontal, ScrollbarMode& vertical) const in platformScrollbarModes() argument
305 horizontal = m_data->hScrollbarMode; in platformScrollbarModes()
/external/freetype/src/truetype/
Dttgload.c83 *aw = face->horizontal.advance_Width_Max; in TT_Get_HMetrics()
132 *tsb = face->horizontal.Ascender; in TT_Get_VMetrics()
133 *ah = face->horizontal.Ascender - face->horizontal.Descender; in TT_Get_VMetrics()
1670 advance = face->horizontal.advance_Width_Max; in compute_glyph_metrics()
1740 advance = (FT_Pos)( face->horizontal.Ascender - in compute_glyph_metrics()
1741 face->horizontal.Descender ); in compute_glyph_metrics()
2049 glyph->linearHoriAdvance = face->horizontal.advance_Width_Max; in TT_Load_Glyph()
/external/bison/tests/
Dtorture.at158 # horizontal grammar.
229 ## Big horizontal. ##
232 AT_SETUP([Big horizontal])
/external/webkit/WebCore/platform/mac/
DScrollViewMac.mm89 void ScrollView::platformScrollbarModes(ScrollbarMode& horizontal, ScrollbarMode& vertical) const
92 [scrollView() scrollingModes:&horizontal vertical:&vertical];
/external/webkit/WebCore/inspector/front-end/
DSourceCSSTokenizer.re2js75 …"-webkit-binding", "-webkit-border-fit", "-webkit-border-horizontal-spacing", "-webkit-border-imag…
116 …"higher", "highlight", "highlighttext", "hiragana", "hiragana-iroha", "horizontal", "hsl", "hsla",…
134 …"skip-white-space", "slide", "slider-horizontal", "slider-vertical", "sliderthumb-horizontal", "sl…
DtextViewer.css15 -webkit-border-horizontal-spacing: 0;
/external/webkit/WebCore/svg/
Dsvgattrs.in84 glyph-orientation-horizontal
/external/qemu/docs/
DANDROID-SKIN-FILES.TXT170 - 'x' : Optional horizontal offset in pixels (integer)
178 - 'x' : Optional horizontal offset in pixels (integer)

1234