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

1 2 3 4

  /external/freetype/src/sfnt/
ttmtx.h 34 FT_Bool vertical );
40 FT_Bool vertical );
45 FT_Bool vertical,
ttmtx.c 58 /* vertical :: A boolean flag. If set, load `vmtx'. */
68 FT_Bool vertical )
76 if ( vertical )
105 FT_Bool vertical )
118 if ( vertical )
120 void* lm = &face->vertical.long_metrics;
121 void** sm = &face->vertical.short_metrics;
128 num_longs = face->vertical.number_Of_VMetrics;
132 face->vertical.number_Of_VMetrics = 0;
166 vertical ? "v" : "h" ))
    [all...]
  /external/webkit/WebCore/page/mac/
WebCoreFrameView.h 33 - (void)setScrollingModes:(WebCore::ScrollbarMode)hMode vertical:(WebCore::ScrollbarMode)vMode andLock:(BOOL)lock;
34 - (void)scrollingModes:(WebCore::ScrollbarMode*)hMode vertical:(WebCore::ScrollbarMode*)vMode;
  /frameworks/base/core/java/android/widget/
ScrollBarDrawable.java 60 * Indicate whether the vertical scrollbar track should always be drawn regardless of the
70 * Indicates whether the vertical scrollbar track should always be drawn regardless of the
85 public void setParameters(int range, int offset, int extent, boolean vertical) {
86 if (mVertical != vertical) {
97 mVertical = vertical;
102 final boolean vertical = mVertical;
109 drawTrack = vertical ? mAlwaysDrawVerticalTrack : mAlwaysDrawHorizontalTrack;
119 drawTrack(canvas, r, vertical);
123 int size = vertical ? r.height() : r.width();
124 int thickness = vertical ? r.width() : r.height()
    [all...]
SlidingDrawer.java 415 final boolean vertical = mVertical;
416 if (vertical) {
443 if (vertical ? (mExpanded && top < mTapThreshold + mTopOffset) ||
454 animateClose(vertical ? top : left);
456 animateOpen(vertical ? top : left);
459 performFling(vertical ? top : left, velocity, false);
463 performFling(vertical ? top : left, velocity, false);
466 performFling(vertical ? top : left, velocity, false);
    [all...]
  /cts/tools/host/src/res/
cts_result.css 41 vertical-align:middle;
69 vertical-align: top;
83 vertical-align: top;
122 vertical-align: top;
138 vertical-align: top;
164 vertical-align: top;
180 vertical-align: top;
189 vertical-align: top;
199 vertical-align: top;
210 vertical-align: top
    [all...]
  /cts/tools/tradefed-host/res/result/
cts_result.css 41 vertical-align:middle;
69 vertical-align: top;
83 vertical-align: top;
122 vertical-align: top;
138 vertical-align: top;
164 vertical-align: top;
180 vertical-align: top;
189 vertical-align: top;
199 vertical-align: top;
210 vertical-align: top
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebDynamicScrollBarsViewInternal.h 37 - (void)setScrollingModes:(WebCore::ScrollbarMode)hMode vertical:(WebCore::ScrollbarMode)vMode andLock:(BOOL)lock;
38 - (void)scrollingModes:(WebCore::ScrollbarMode*)hMode vertical:(WebCore::ScrollbarMode*)vMode;
WebDynamicScrollBarsView.mm 191 // Make the horizontal and vertical scroll bars come and go as needed.
196 // gyrate between having a vertical scroller and not having one. A reproducible
242 - (void)scrollingModes:(WebCore::ScrollbarMode*)hMode vertical:(WebCore::ScrollbarMode*)vMode
260 [self setScrollingModes:horizontalMode vertical:[self verticalScrollingMode] andLock:lock];
265 [self setScrollingModes:[self horizontalScrollingMode] vertical:verticalMode andLock:lock];
271 [self setScrollingModes:[self horizontalScrollingMode] vertical:verticalMode andLock:NO];
274 - (void)setScrollingModes:(ScrollbarMode)horizontalMode vertical:(ScrollbarMode)verticalMode andLock:(BOOL)lock
  /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);
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
OutputController.java 9 OutputController(DemoKitActivity hostActivity, boolean vertical) {
11 mVertical = vertical;
ColorLEDController.java 58 Resources res, boolean vertical) {
61 if (vertical) {
Slider.java 72 protected void initSliderView(Context context, boolean vertical) {
74 mVertical = vertical;
  /external/freetype/include/freetype/
ftincrem.h 107 * Vertical component of glyph advance, in font units.
110 * These correspond to horizontal or vertical metrics depending on the
111 * value of the `vertical' argument to the function
227 * vertical ::
228 * If true, return vertical metrics.
244 FT_Bool vertical,
  /external/webkit/WebCore/css/
SVGCSSPropertyNames.in 45 glyph-orientation-vertical
html.css 178 vertical-align: middle;
184 vertical-align: middle;
190 vertical-align: middle;
196 vertical-align: middle;
209 vertical-align: inherit;
215 vertical-align: inherit
379 -webkit-box-orient: vertical;
570 vertical-align: sub;
575 vertical-align: super;
wml.css 67 vertical-align: middle;
72 vertical-align: inherit;
78 vertical-align: inherit
  /external/webkit/WebCore/platform/mac/
ScrollViewMac.mm 85 [scrollView() setScrollingModes:m_horizontalScrollbarMode vertical:m_verticalScrollbarMode andLock:NO];
89 void ScrollView::platformScrollbarModes(ScrollbarMode& horizontal, ScrollbarMode& vertical) const
92 [scrollView() scrollingModes:&horizontal vertical:&vertical];
  /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 94 int vertical = 0; local
98 vertical += 1;
108 assertEquals(50, vertical, TOLERANCE);
  /external/webkit/WebCore/platform/chromium/
ScrollbarThemeChromiumLinux.cpp 171 const bool vertical = scrollbar->orientation() == VerticalScrollbar; local
184 if (vertical)
193 if (vertical)
208 if (vertical) {
  /external/libvpx/vp8/common/ppc/
filter_bilinear_altivec.asm 56 slwi. r6, r6, 5 ;# index into vertical filter array
187 ;# vertical filtering, jump to storing the data. Otherwise
189 ;# for the vertical filter.
197 slwi r6, r6, 5 ;# index into vertical filter array
272 ;# vertical filtering, jump to storing the data. Otherwise
274 ;# for the vertical filter.
282 slwi r6, r6, 5 ;# index into vertical filter array
362 ;# vertical filtering, jump to storing the data. Otherwise
364 ;# for the vertical filter.
372 slwi r6, r6, 5 ;# index into vertical filter arra
    [all...]
filter_altivec.asm 30 ;# Vertical filtering
236 slwi. r6, r6, 4 ;# index into vertical filter array
245 ;# vertical filtering, jump to storing the data. Otherwise
247 ;# for the vertical filter.
250 ;# only needed if there is a vertical filter present
270 ;# only needed if there is a vertical filter present
286 slwi r6, r6, 4 ;# index into vertical filter array
426 slwi. r6, r6, 4 ;# index into vertical filter array
435 ;# vertical filtering, jump to storing the data. Otherwise
437 ;# for the vertical filter
    [all...]
  /external/libvpx/vp8/encoder/ppc/
variance_subpixel_altivec.asm 59 slwi. r6, r6, 5 ;# index into vertical filter array
214 ;# vertical filtering, jump to storing the data. Otherwise
216 ;# for the vertical filter.
224 slwi r6, r6, 5 ;# index into vertical filter array
309 ;# vertical filtering, jump to storing the data. Otherwise
311 ;# for the vertical filter.
319 slwi. r6, r6, 5 ;# index into vertical filter array
427 ;# vertical filtering, jump to storing the data. Otherwise
429 ;# for the vertical filter.
437 slwi. r6, r6, 5 ;# index into vertical filter arra
    [all...]
  /external/icu4c/layoutex/layout/
playout.h 82 * @param vertical is <code>TRUE</code> if the paragraph should be set vertically.
103 le_bool vertical,

Completed in 1201 milliseconds

1 2 3 4