HomeSort by relevance Sort by last modified time
    Searched refs:horizontal (Results 26 - 50 of 125) sorted by null

12 3 4 5

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GridLayoutRule.java 158 .<String> asList("Set Horizontal Orientation", "Set Vertical Orientation"),
160 "horizontal", "vertical"), getCurrentOrientation(parentNode),
255 * defined, in which case the default horizontal value is returned)
345 String horizontal = GRAVITY_VALUE_LEFT; local
348 horizontal = GRAVITY_VALUE_FILL_HORIZONTAL;
354 if (horizontal == GRAVITY_VALUE_FILL_HORIZONTAL
358 gravity = horizontal + '|' + vertical;
360 gravity = horizontal;
  /external/libvpx/vp8/common/ppc/
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...]
  /external/webkit/Source/WebCore/css/
mediaControls.css 41 -webkit-box-orient: horizontal;
80 -webkit-box-orient: horizontal;
mediaControlsEfl.css 35 -webkit-box-orient: horizontal;
74 -webkit-box-orient: horizontal;
mediaControlsQt.css 37 -webkit-box-orient: horizontal;
51 -webkit-box-orient: horizontal;
  /external/webkit/Source/WebCore/rendering/
InlineTextBox.h 147 static FloatSize applyShadowToGraphicsContext(GraphicsContext*, const ShadowData*, const FloatRect& textRect, bool stroked, bool opaque, bool horizontal);
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLAppletElement07.js 78 The hspace attribute specifies the horizontal space to the left
HTMLDivElement01.js 78 The align attribute specifies the horizontal text alignment.
HTMLHeadingElement01.js 78 The align attribute specifies the horizontal text alignment(H1).
HTMLHeadingElement02.js 78 The align attribute specifies the horizontal text alignment(H2).
HTMLHeadingElement03.js 78 The align attribute specifies the horizontal text alignment(H3).
HTMLHeadingElement04.js 78 The align attribute specifies the horizontal text alignment(H4).
HTMLHeadingElement05.js 78 The align attribute specifies the horizontal text alignment(H5).
HTMLHeadingElement06.js 78 The align attribute specifies the horizontal text alignment(H6).
HTMLImageElement06.js 78 The hspace attribute specifies the horizontal space to the left and
HTMLObjectElement11.js 78 The hspace attribute specifies the horizontal space to the left and right
HTMLParagraphElement01.js 78 The align attribute specifies the horizontal text alignment.
HTMLTableCellElement05.js 78 The align attribute specifies the horizontal alignment for table
HTMLTableCellElement06.js 78 The align attribute specifies the horizontal alignment for table
HTMLTableColElement01.js 78 The align attribute specifies the horizontal alignment of cell data
HTMLTableColElement02.js 78 The align attribute specifies the horizontal alignment of cell data
HTMLTableElement13.js 78 The cellpadding attribute specifies the horizontal and vertical space
HTMLTableElement14.js 78 The cellSpacing attribute specifies the horizontal and vertical separation
HTMLTableRowElement06.js 78 The align attribute specifies the horizontal alignment of data within
HTMLTableSectionElement01.js 78 The align attribute specifies the horizontal alignment of data within

Completed in 247 milliseconds

12 3 4 5