Searched refs:vertical (Results 1 - 25 of 93) sorted by relevance

1234

/external/freetype/src/sfnt/
H A Dttmtx.h34 FT_Bool vertical );
40 FT_Bool vertical );
45 FT_Bool vertical,
H A Dttmtx.c58 /* 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
[all...]
/external/chromium/chrome/browser/resources/options/
H A Dclear_browser_data_overlay.css22 vertical-align: middle;
H A Dcontent_settings.css20 vertical-align: middle;
H A Dsync_setup_overlay.css44 vertical-align: top;
96 vertical-align: middle;
185 .no-vertical-padding {
271 vertical-align: top;
/external/webkit/Source/WebCore/page/mac/
H A DWebCoreFrameView.h33 - (void)setScrollingModes:(WebCore::ScrollbarMode)hMode vertical:(WebCore::ScrollbarMode)vMode andLock:(BOOL)lock;
34 - (void)scrollingModes:(WebCore::ScrollbarMode*)hMode vertical:(WebCore::ScrollbarMode*)vMode;
/external/chromium/chrome/browser/resources/gpu_internals/
H A Dprofiling_view.css8 -webkit-box-orient: vertical;
29 -webkit-box-orient: vertical;
H A Dtimeline_view.css8 -webkit-box-orient: vertical;
H A Dtab_control.css8 -webkit-box-orient: vertical;
30 -webkit-box-orient: vertical;
H A Doverlay.css30 -webkit-box-orient: vertical;
H A Dtracing_controller.css11 -webkit-box-orient: vertical;
H A Dtimeline.css19 -webkit-box-orient: vertical;
/external/webkit/Source/WebKit/mac/WebView/
H A DWebDynamicScrollBarsViewInternal.h37 - (void)setScrollingModes:(WebCore::ScrollbarMode)hMode vertical:(WebCore::ScrollbarMode)vMode andLock:(BOOL)lock;
38 - (void)scrollingModes:(WebCore::ScrollbarMode*)hMode vertical:(WebCore::ScrollbarMode*)vMode;
/external/chromium/chrome/browser/ui/views/bubble/
H A Dborder_contents.cc54 MirrorArrowIfOffScreen(true, // |vertical|.
59 MirrorArrowIfOffScreen(false, // |vertical|.
82 bool vertical,
93 GetInsetsLength(offscreen_insets, vertical) > 0) {
96 vertical ? BubbleBorder::vertical_mirror(*arrow_location) :
107 GetInsetsLength(new_offscreen_insets, vertical) >=
108 GetInsetsLength(offscreen_insets, vertical)) {
145 int BorderContents::GetInsetsLength(const gfx::Insets& insets, bool vertical) { argument
146 return vertical ? insets.height() : insets.width();
81 MirrorArrowIfOffScreen( bool vertical, const gfx::Rect& position_relative_to, const gfx::Rect& monitor_bounds, const gfx::Size& local_contents_size, BubbleBorder::ArrowLocation* arrow_location, gfx::Rect* window_bounds) argument
H A Dborder_contents.h55 // Changes |arrow_location| to its mirrored version, vertically if |vertical|
58 void MirrorArrowIfOffScreen(bool vertical,
73 // Convenience method that returns the height of |insets| if |vertical| is
75 static int GetInsetsLength(const gfx::Insets& insets, bool vertical);
/external/freetype/include/freetype/
H A Dftincrem.h110 * 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/Source/WebCore/css/
H A DSVGCSSPropertyNames.in45 glyph-orientation-vertical
H A Dwml.css67 vertical-align: middle;
72 vertical-align: inherit;
78 vertical-align: inherit
/external/webkit/Source/WebCore/platform/mac/
H A DScrollViewMac.mm85 [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/Source/WebCore/platform/
H A DScrollView.h91 // Functions for setting and retrieving the scrolling mode in each axis (horizontal/vertical). The mode has values of
100 ScrollbarMode horizontalScrollbarMode() const { ScrollbarMode horizontal, vertical; scrollbarModes(horizontal, vertical); return horizontal; } local
101 ScrollbarMode verticalScrollbarMode() const { ScrollbarMode horizontal, vertical; scrollbarModes(horizontal, vertical); return vertical; } local
387 void platformScrollbarModes(ScrollbarMode& horizontal, ScrollbarMode& vertical) const;
/external/chromium/chrome/browser/resources/options/chromeos/
H A Dinternet_options_page.css90 vertical-align: middle;
159 vertical-align: middle;
169 vertical-align: middle;
174 vertical-align: middle;
/external/llvm/docs/
H A Dllvm.css21 text-align: center; vertical-align: middle; }
32 vertical-align: middle;
99 { border: none; padding: 4pt 4pt 2pt 2pt; vertical-align: top; }
103 text-align: center; vertical-align: middle; }
/external/webkit/Source/WebCore/xml/
H A DXMLViewer.css65 vertical-align: bottom;
/external/webkit/Source/WebKit/chromium/public/linux/
H A DWebThemeEngine.h113 bool vertical; member in struct:WebKit::WebThemeEngine::SliderExtraParams
143 // like vertical scrollbar thumbs, the width will be the required width of
/external/libvpx/vp8/common/ppc/
H A Dfilter_bilinear_altivec.asm56 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 filte
[all...]

Completed in 456 milliseconds

1234