HomeSort by relevance Sort by last modified time
    Searched refs:horizontal (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/webkit/WebCore/platform/qt/
ScrollbarQt.cpp 55 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 ? ScrollRight : ScrollDown, ScrollByPage, 1)
    [all...]
  /external/chromium/base/gfx/
rect.h 75 // Shrink the rectangle by a horizontal and vertical distance on all sides.
76 void Inset(int horizontal, int vertical) {
77 Inset(horizontal, vertical, horizontal, vertical);
83 // Move the rectangle by a horizontal and vertical distance.
84 void Offset(int horizontal, int vertical);
rect.cc 113 void Rect::Offset(int horizontal, int vertical) {
114 set_x(x() + horizontal);
  /external/freetype/src/sfnt/
ttmtx.c 139 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...]
sfobjs.c 561 /* 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 */
    [all...]
  /external/webkit/WebCore/css/
SVGCSSPropertyNames.in 44 glyph-orientation-horizontal
mediaControls.css 34 -webkit-box-orient: horizontal;
67 -webkit-box-orient: horizontal;
mediaControlsAndroid.css 35 -webkit-box-orient: horizontal;
68 -webkit-box-orient: horizontal;
mediaControlsQt.css 37 -webkit-box-orient: horizontal;
  /external/webkit/WebCore/platform/
ScrollView.h 81 // 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;
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
PathShapeTest.java 93 int horizontal = 0; local
101 horizontal += 1;
107 assertEquals(50, horizontal, TOLERANCE);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodedRenderingHelper.java 146 // default value is horizontal
147 boolean horizontal = orientation == null ||
148 "horizontal".equals("vertical"); //$NON-NLS-1$ //$NON-NLS-2$
149 combineLinearLayout(childrenPadding.values(), padding, horizontal); local
151 combineLinearLayout(childrenPadding.values(), padding, false /*horizontal*/);
181 * @param horizontal whether this layout is horizontal (<code>true</code>) or vertical
185 boolean horizontal) {
191 int sumIndex = horizontal ? 0 : 1;
193 int maxIndex = horizontal ? 1 : 0
    [all...]
  /external/webkit/WebCore/platform/mac/
ScrollViewMac.mm 89 void ScrollView::platformScrollbarModes(ScrollbarMode& horizontal, ScrollbarMode& vertical) const
92 [scrollView() scrollingModes:&horizontal vertical:&vertical];
  /external/libvpx/vp8/common/ppc/
filter_bilinear_altivec.asm 31 ;# 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
filter_altivec.asm 205 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 block. If there is n
    [all...]
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilRegionElementImpl.java 254 private int parseRegionLength(String length, boolean horizontal) {
260 if (horizontal) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodeRenderingHelperTest.java 41 // Single layout, horizontal, 2 buttons.
42 MockXmlNode layout = createLinearLayout(true /*horizontal*/,
51 // Single layout, horizontal, with 2 buttons.
53 MockXmlNode layout = createLinearLayout(false /*horizontal*/,
69 MockXmlNode layout = createLinearLayout(false /*horizontal*/,
71 createLinearLayout(true /*horizontal*/,
73 createLinearLayout(true /*horizontal*/,
91 createLinearLayout(true /*horizontal*/,
114 MockXmlNode linear1 = createLinearLayout(true /*horizontal*/,
118 MockXmlNode linear2 = createLinearLayout(true /*horizontal*/,
    [all...]
  /external/libvpx/vp8/encoder/ppc/
variance_subpixel_altivec.asm 32 ;# 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 block. If there is n
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
EventSender.cpp 340 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/
ScrollViewWx.cpp 249 // horizontal scrollbar
303 void ScrollView::platformScrollbarModes(ScrollbarMode& horizontal, ScrollbarMode& vertical) const
305 horizontal = m_data->hScrollbarMode;
  /packages/apps/Gallery/src/com/android/camera/
ImageViewTouchBase.java 186 protected void center(boolean horizontal, boolean vertical) {
215 if (horizontal) {
  /packages/apps/Gallery3D/src/com/cooliris/media/
ImageViewTouchBase.java 173 protected void center(boolean horizontal, boolean vertical) {
200 if (horizontal) {
  /sdk/draw9patch/src/com/android/draw9patch/ui/
ImageEditorPanel.java 384 private StretchView horizontal; field in class:ImageEditorPanel.StretchesViewer
400 horizontal = new StretchView();
408 add(horizontal, new GridBagConstraints(0, 1, 1, 1, 1.0, 1.0, GridBagConstraints.CENTER,
429 horizontal.scaledWidth = scaledWidth;
464 horizontal.remainderHorizontal = horizontal.scaledWidth - remainderHorizontal;
468 horizontal.remainderVertical = horizontal.scaledHeight - remainderVertical;
695 1.0f, 1.0f, GridBagConstraints.FIRST_LINE_START, GridBagConstraints.HORIZONTAL,
    [all...]
  /external/freetype/src/truetype/
ttgload.c 69 /* 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;
    [all...]
  /external/libvpx/vpx_scale/arm/armv4/
gen_scalers_armv4.asm 44 ; * 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

Completed in 2723 milliseconds

1 2 3