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

12345

/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;
/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-trace/trace-viewer/src/
H A Dprofiling_view.css7 -webkit-box-orient: vertical;
18 -webkit-box-orient: vertical;
H A Dtimeline.css11 -webkit-box-orient: vertical;
H A Dtracing_controller.css7 -webkit-box-orient: vertical;
H A Dtimeline.js326 var vertical = e.shiftKey;
329 this.dragBoxXEnd_, this.dragBoxYEnd_, vertical);
339 var vertical = e.shiftKey;
341 this.dragBoxXEnd_, this.dragBoxYEnd_, vertical);
464 setDragBoxPosition_: function(xStart, yStart, xEnd, yEnd, vertical) {
471 if (vertical) {
599 var vertical = e.shiftKey;
601 this.dragBoxXEnd_, this.dragBoxYEnd_, vertical);
620 var vertical = e.shiftKey;
621 if (vertical) {
[all...]
/external/openfst/src/include/fst/script/
H A Ddraw.h43 const bool vertical; member in struct:fst::script::FstDrawerArgs
61 bool vertical,
71 vertical(vertical), ranksep(ranksep), nodesep(nodesep),
84 args->vertical, args->ranksep,
99 bool vertical,
52 FstDrawerArgs(const FstClass &fst, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, const string &title, float width, float height, bool portrait, bool vertical, float ranksep, float nodesep, int fontsize, int precision, bool show_weight_one, ostream *ostrm, const string &dest) argument
/external/openfst/src/script/
H A Ddraw.cc35 bool vertical,
44 height, portrait, vertical, ranksep, nodesep,
26 DrawFst(const FstClass &fst, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, const string &title, float width, float height, bool portrait, bool vertical, float ranksep, float nodesep, int fontsize, int precision, bool show_weight_one, ostream *ostrm, const string &dest) argument
/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
/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.h95 // Functions for setting and retrieving the scrolling mode in each axis (horizontal/vertical). The mode has values of
104 ScrollbarMode horizontalScrollbarMode() const { ScrollbarMode horizontal, vertical; scrollbarModes(horizontal, vertical); return horizontal; } local
105 ScrollbarMode verticalScrollbarMode() const { ScrollbarMode horizontal, vertical; scrollbarModes(horizontal, vertical); return vertical; } local
392 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;

Completed in 150 milliseconds

12345