Home
last modified time | relevance | path

Searched refs:vertical (Results 1 – 25 of 488) sorted by relevance

12345678910>>...20

/external/harfbuzz_ng/util/
Dview-cairo.cc37 bool vertical = HB_DIRECTION_IS_VERTICAL (direction); in get_surface_size() local
38 …(vertical ? *w : *h) = (int) lines->len * (font_extents.height + view_options.line_space) - view_o… in get_surface_size()
39 (vertical ? *h : *w) = 0; in get_surface_size()
44 if (vertical) in get_surface_size()
74 bool vertical = HB_DIRECTION_IS_VERTICAL (direction); in draw() local
75 int v = vertical ? 1 : 0; in draw()
76 int h = vertical ? 0 : 1; in draw()
81 if (vertical) in draw()
/external/freetype/src/sfnt/
Dttmtx.c59 FT_Bool vertical ) in tt_face_load_hmtx() argument
67 if ( vertical ) in tt_face_load_hmtx()
113 FT_Bool vertical ) in tt_face_load_hhea() argument
145 if ( vertical ) in tt_face_load_hhea()
147 void *v = &face->vertical; in tt_face_load_hhea()
203 FT_Bool vertical, in tt_face_get_metrics() argument
215 if ( vertical ) in tt_face_get_metrics()
217 void* v = &face->vertical; in tt_face_get_metrics()
Dttmtx.h34 FT_Bool vertical );
40 FT_Bool vertical );
45 FT_Bool vertical,
/external/chromium_org/third_party/freetype/src/sfnt/
Dttmtx.c59 FT_Bool vertical ) in tt_face_load_hmtx() argument
67 if ( vertical ) in tt_face_load_hmtx()
113 FT_Bool vertical ) in tt_face_load_hhea() argument
145 if ( vertical ) in tt_face_load_hhea()
147 void *v = &face->vertical; in tt_face_load_hhea()
203 FT_Bool vertical, in tt_face_get_metrics() argument
215 if ( vertical ) in tt_face_get_metrics()
217 void* v = &face->vertical; in tt_face_get_metrics()
Dttmtx.h34 FT_Bool vertical );
40 FT_Bool vertical );
45 FT_Bool vertical,
/external/openfst/src/include/fst/script/
Ddraw.h44 const bool vertical; member
62 bool vertical, in FstDrawerArgs()
72 vertical(vertical), ranksep(ranksep), nodesep(nodesep), in FstDrawerArgs()
85 args->vertical, args->ranksep, in DrawFst()
100 bool vertical,
/external/chromium/chrome/browser/ui/views/bubble/
Dborder_contents.cc82 bool vertical, in MirrorArrowIfOffScreen() argument
93 GetInsetsLength(offscreen_insets, vertical) > 0) { in MirrorArrowIfOffScreen()
96 vertical ? BubbleBorder::vertical_mirror(*arrow_location) : in MirrorArrowIfOffScreen()
107 GetInsetsLength(new_offscreen_insets, vertical) >= in MirrorArrowIfOffScreen()
108 GetInsetsLength(offscreen_insets, vertical)) { in MirrorArrowIfOffScreen()
145 int BorderContents::GetInsetsLength(const gfx::Insets& insets, bool vertical) { in GetInsetsLength() argument
146 return vertical ? insets.height() : insets.width(); in GetInsetsLength()
/external/chromium-trace/trace-viewer/src/ui/
Dvalue_bar.css46 .value-bar[orient='vertical'] .lowest-value-control {
50 .value-bar[orient='vertical'] .value-slider {
55 .value-bar[orient='vertical'] .value-slider-top {
60 .value-bar[orient='vertical'] .value-slider-bottom {
65 .value-bar[orient='vertical'] .value-range-control {
69 .value-bar[orient='vertical'] .highest-value-control {
73 .value-bar[orient='vertical'] .value-display {
/external/chromium_org/chrome/browser/resources/help/
Dhelp.css37 vertical-align: middle;
63 vertical-align: top;
92 vertical-align: top;
126 vertical-align: middle;
137 vertical-align: top;
143 vertical-align: top;
/external/chromium/chrome/browser/policy/resources/
Denrollment.css28 vertical-align: top;
61 vertical-align: top;
70 vertical-align: top;
88 vertical-align: middle;
/external/chromium_org/chrome/browser/resources/options/
Dreset_profile_settings_overlay.css15 vertical-align: middle;
21 -webkit-box-orient: vertical;
41 vertical-align: top;
56 vertical-align: text-top;
Dbrowser_options.css14 vertical-align: top;
45 vertical-align: middle;
108 vertical-align: middle;
137 vertical-align: middle;
190 -webkit-box-orient: vertical;
263 vertical-align: middle;
389 vertical-align: baseline;
417 -webkit-border-vertical-spacing: 0.65em;
/external/clang/tools/scan-build/
Dscanview.css42 vertical-align: top;
47 vertical-align: center;
51 vertical-align: top;
55 vertical-align: top;
/external/chromium_org/chrome/browser/resources/print_preview/settings/
Ddestination_settings.css7 vertical-align: top;
30 vertical-align: middle;
41 -webkit-box-orient: vertical;
61 -webkit-box-orient: vertical;
/external/chromium_org/third_party/skia/src/pathops/
DSkIntersections.h82 return vertical(cubic, top, bottom, x, flipped); in cubicVertical()
132 return vertical(line, top, bottom, x, flipped); in lineVertical()
159 return vertical(quad, top, bottom, x, flipped); in quadVertical()
213 static double Axial(const SkDQuad& , const SkDPoint& , bool vertical);
247 int vertical(const SkDLine&, double x);
248 int vertical(const SkDLine&, double top, double bottom, double x, bool flipped);
249 int vertical(const SkDQuad&, double top, double bottom, double x, bool flipped);
250 int vertical(const SkDCubic&, double top, double bottom, double x, bool flipped);
/external/skia/src/pathops/
DSkIntersections.h82 return vertical(cubic, top, bottom, x, flipped); in cubicVertical()
132 return vertical(line, top, bottom, x, flipped); in lineVertical()
159 return vertical(quad, top, bottom, x, flipped); in quadVertical()
213 static double Axial(const SkDQuad& , const SkDPoint& , bool vertical);
247 int vertical(const SkDLine&, double x);
248 int vertical(const SkDLine&, double top, double bottom, double x, bool flipped);
249 int vertical(const SkDQuad&, double top, double bottom, double x, bool flipped);
250 int vertical(const SkDCubic&, double top, double bottom, double x, bool flipped);
/external/chromium_org/ui/gfx/
Drect_base.h61 void Inset(Type horizontal, Type vertical) { in Inset() argument
62 Inset(horizontal, vertical, horizontal, vertical); in Inset()
72 void Offset(Type horizontal, Type vertical);
/external/chromium_org/chrome/browser/resources/chromeos/
Dkeyboard_overlay.css22 -webkit-box-orient: vertical;
29 vertical-align: middle;
38 vertical-align: middle;
45 vertical-align: middle;
54 vertical-align: middle;
62 -webkit-box-orient: vertical;
/external/chromium/chrome/browser/resources/
Dkeyboard_overlay.css16 -webkit-box-orient: vertical;
23 vertical-align: middle;
31 vertical-align: middle;
38 vertical-align: middle;
42 -webkit-box-orient: vertical;
/external/chromium_org/ppapi/cpp/
Drect.h266 void Inset(int32_t horizontal, int32_t vertical) { in Inset() argument
267 Inset(horizontal, vertical, horizontal, vertical); in Inset()
289 void Offset(int32_t horizontal, int32_t vertical);
/external/chromium_org/chrome/browser/resources/chromeos/login/
Doobe_screen_oauth_enrollment.css50 vertical-align: middle;
57 vertical-align: top;
73 vertical-align: top;
/external/chromium_org/chrome/common/extensions/docs/examples/api/topsites/magic8ball/
DnewTab.css18 vertical-align: middle;
26 vertical-align: middle;
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
Dfr.po157 msgid "Synchronization with vertical refresh (swap intervals)"
158 msgstr "Synchronisation de l'affichage avec le balayage vertical"
161 msgid "Never synchronize with vertical refresh, ignore application's choice"
162 msgstr "Ne jamais synchroniser avec le balayage vertical, ignorer le choix de l'application"
166 msgstr "Ne pas synchroniser avec le balayage vertical par défaut, mais obéir au choix de l'applicat…
170 msgstr "Synchroniser avec le balayage vertical par défaut, mais obéir au choix de l'application"
174 "Always synchronize with vertical refresh, application chooses the minimum "
177 "Toujours synchroniser avec le balayage vertical, l'application choisit l'intervalle minimal"
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/xmlpool/
Dfr.po157 msgid "Synchronization with vertical refresh (swap intervals)"
158 msgstr "Synchronisation de l'affichage avec le balayage vertical"
161 msgid "Never synchronize with vertical refresh, ignore application's choice"
162 msgstr "Ne jamais synchroniser avec le balayage vertical, ignorer le choix de l'application"
166 msgstr "Ne pas synchroniser avec le balayage vertical par défaut, mais obéir au choix de l'applicat…
170 msgstr "Synchroniser avec le balayage vertical par défaut, mais obéir au choix de l'application"
174 "Always synchronize with vertical refresh, application chooses the minimum "
177 "Toujours synchroniser avec le balayage vertical, l'application choisit l'intervalle minimal"
/external/openfst/src/script/
Ddraw.cc35 bool vertical, in DrawFst() argument
44 height, portrait, vertical, ranksep, nodesep, in DrawFst()

12345678910>>...20