Home
last modified time | relevance | path

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

12345678910>>...16

/external/cldr/tools/java/org/unicode/cldr/tool/
Dkeyboards.css7 vertical-align: top
13 vertical-align: top
20 vertical-align: top
27 vertical-align: top
33 vertical-align: top
40 vertical-align: top
48 vertical-align: top
56 vertical-align: top
64 vertical-align: top
Dindex.css11 vertical-align: top;
75 vertical-align: middle
81 vertical-align: middle
87 vertical-align: middle
188 vertical-align: middle;
209 .dtf-nopad {padding:0px; vertical-align:top;}
Dsummary-index.css11 vertical-align: top;
63 vertical-align: middle
69 vertical-align: middle
75 vertical-align: middle
/external/freetype/src/sfnt/
Dttmtx.c75 FT_Bool vertical ) in tt_face_load_hmtx() argument
83 if ( vertical ) in tt_face_load_hmtx()
132 FT_Bool vertical ) in tt_face_load_hhea() argument
164 if ( vertical ) in tt_face_load_hhea()
166 void *v = &face->vertical; in tt_face_load_hhea()
230 FT_Bool vertical, in tt_face_get_metrics() argument
247 if ( vertical ) in tt_face_get_metrics()
249 void* v = &face->vertical; in tt_face_get_metrics()
315 if ( vertical ) in tt_face_get_metrics()
Dttmtx.h34 FT_Bool vertical );
40 FT_Bool vertical );
45 FT_Bool vertical,
/external/harfbuzz_ng/util/
Dview-cairo.cc35 bool vertical = HB_DIRECTION_IS_VERTICAL (direction); in render() local
36 int vert = vertical ? 1 : 0; in render()
37 int horiz = vertical ? 0 : 1; in render()
53 (vertical ? w : h) = (int) lines->len * leading - view_options.line_space; in render()
54 (vertical ? h : w) = 0; in render()
59 if (vertical) in render()
80 if (vertical) in render()
/external/autotest/frontend/client/src/autotest/public/
Dstandard.css36 vertical-align: bottom;
52 .gwt-MenuBar-vertical {
57 .gwt-MenuBar-vertical table {
60 .gwt-MenuBar-vertical .gwt-MenuItem {
63 .gwt-MenuBar-vertical .gwt-MenuItemSeparator {
66 .gwt-MenuBar-vertical .gwt-MenuItemSeparator .menuSeparatorInner {
74 .gwt-MenuBar-vertical .subMenuIcon {
77 .gwt-MenuBar-vertical .subMenuIcon-selected {
/external/adhd/scripts/mic_testing/frontend/
Daudio.css27 vertical-align: bottom;
61 vertical-align: middle;
85 -webkit-appearance: slider-vertical;
95 vertical-align: middle;
101 vertical-align: middle;
105 vertical-align:top;
/external/skqp/gm/
Dbitmaptiled.cpp14 static void draw_tile_bitmap_with_fractional_offset(SkCanvas* canvas, bool vertical) { in draw_tile_bitmap_with_fractional_offset() argument
44 bmp.allocN32Pixels(vertical ? kBitmapShortEdge : kBitmapLongEdge, in draw_tile_bitmap_with_fractional_offset()
45 vertical ? kBitmapLongEdge : kBitmapShortEdge, true); in draw_tile_bitmap_with_fractional_offset()
51 if (vertical) { in draw_tile_bitmap_with_fractional_offset()
/external/skia/gm/
Dbitmaptiled.cpp15 bool vertical) { in draw_tile_bitmap_with_fractional_offset() argument
39 bmp.allocN32Pixels(vertical ? kBitmapShortEdge : kBitmapLongEdge, in draw_tile_bitmap_with_fractional_offset()
40 vertical ? kBitmapLongEdge : kBitmapShortEdge, true); in draw_tile_bitmap_with_fractional_offset()
46 if (vertical) { in draw_tile_bitmap_with_fractional_offset()
/external/epid-sdk/doc/html/
Dtabs.css1vertical li{float:none}.sm-dox a{white-space:nowrap}.sm-dox ul a,.sm-dox.sm-vertical a{white-space…
/external/tinyxml2/docs/
Dtabs.css1vertical li{float:none}.sm-dox a{white-space:nowrap}.sm-dox ul a,.sm-dox.sm-vertical a{white-space…
/external/fonttools/Lib/fontTools/feaLib/
Dparser.py71 statements.append(self.parse_lookup_(vertical=False))
80 self.parse_valuerecord_definition_(vertical=False))
186 def parse_enumerate_(self, vertical): argument
189 return self.parse_position_(enumerated=True, vertical=vertical)
357 def parse_glyph_pattern_(self, vertical): argument
382 values.append(self.parse_valuerecord_(vertical))
415 self.parse_glyph_pattern_(vertical=False)
421 self.parse_glyph_pattern_(vertical=False)
495 def parse_lookup_(self, vertical): argument
514 self.parse_block_(block, vertical)
[all …]
/external/clang/tools/scan-build/share/scan-build/
Dscanview.css42 vertical-align: top;
47 vertical-align: center;
51 vertical-align: top;
55 vertical-align: top;
/external/clang/tools/scan-build-py/libscanbuild/resources/
Dscanview.css42 vertical-align: top;
47 vertical-align: center;
51 vertical-align: top;
55 vertical-align: top;
/external/libvpx/libvpx/vp9/encoder/
Dvp9_context_tree.c69 alloc_mode_context(cm, num_4x4_blk / 2, &tree->vertical[0]); in alloc_tree_contexts()
73 alloc_mode_context(cm, num_4x4_blk / 2, &tree->vertical[1]); in alloc_tree_contexts()
76 memset(&tree->vertical[1], 0, sizeof(tree->vertical[1])); in alloc_tree_contexts()
84 free_mode_context(&tree->vertical[0]); in free_tree_contexts()
85 free_mode_context(&tree->vertical[1]); in free_tree_contexts()
/external/skqp/src/pathops/
DSkIntersections.h70 return vertical(conic, top, bottom, x, flipped); in conicVertical()
94 return vertical(cubic, top, bottom, x, flipped); in cubicVertical()
144 return vertical(line, top, bottom, x, flipped); in lineVertical()
180 return vertical(quad, top, bottom, x, flipped); in quadVertical()
280 int vertical(const SkDLine&, double top, double bottom, double x, bool flipped);
281 int vertical(const SkDQuad&, double top, double bottom, double x, bool flipped);
282 int vertical(const SkDConic&, double top, double bottom, double x, bool flipped);
283 int vertical(const SkDCubic&, double top, double bottom, double x, bool flipped);
/external/skia/src/pathops/
DSkIntersections.h70 return vertical(conic, top, bottom, x, flipped); in conicVertical()
94 return vertical(cubic, top, bottom, x, flipped); in cubicVertical()
144 return vertical(line, top, bottom, x, flipped); in lineVertical()
180 return vertical(quad, top, bottom, x, flipped); in quadVertical()
280 int vertical(const SkDLine&, double top, double bottom, double x, bool flipped);
281 int vertical(const SkDQuad&, double top, double bottom, double x, bool flipped);
282 int vertical(const SkDConic&, double top, double bottom, double x, bool flipped);
283 int vertical(const SkDCubic&, double top, double bottom, double x, bool flipped);
/external/harfbuzz_ng/test/shaping/data/text-rendering-tests/fonts/
DSelawik-README.md11vertical metrics do not change anywhere in the design space, thus there is no need for MVAR. A fu…
33 * Add a second axis that varies vertical metrics so we need an MVAR table. This axis will not be on…
50 … help you detect artificial emboldening. The glyph has a vertical bar and a circle. The vertical b…
60vertical metrics anchors (ascender, descender, cap height, x-height, and baseline). While this mak…
/external/libchrome/ui/gfx/geometry/
Dinsets_f.h20 constexpr InsetsF(float vertical, float horizontal) in InsetsF() argument
21 : top_(vertical), in InsetsF()
23 bottom_(vertical), in InsetsF()
Dinsets.h29 constexpr Insets(int vertical, int horizontal) in Insets() argument
30 : top_(vertical), in Insets()
32 bottom_(vertical), in Insets()
/external/python/httplib2/ref/
Dref.css106 .titlegraphic { vertical-align: top; }
132 .productions table { vertical-align: baseline;
147 vertical-align: baseline;
153 .productions > table tr { vertical-align: baseline; }
173 .realtable tbody { vertical-align: baseline; }
180 vertical-align: baseline;
196 vertical-align: baseline;
/external/mesa3d/src/util/xmlpool/
Dfr.po223 msgid "Synchronization with vertical refresh (swap intervals)"
224 msgstr "Synchronisation de l'affichage avec le balayage vertical"
227 msgid "Never synchronize with vertical refresh, ignore application's choice"
229 "Ne jamais synchroniser avec le balayage vertical, ignorer le choix de "
235 "Ne pas synchroniser avec le balayage vertical par défaut, mais obéir au "
241 "Synchroniser avec le balayage vertical par défaut, mais obéir au choix de "
246 "Always synchronize with vertical refresh, application chooses the minimum "
249 "Toujours synchroniser avec le balayage vertical, l'application choisit "
/external/libnl/doc/stylesheets/
Dasciidoc.css205 vertical-align: top;
285 vertical-align: top;
292 vertical-align: top;
308 vertical-align: super;
333 vertical-align: top;
519 vertical-align: top;
522 vertical-align: middle;
525 vertical-align: bottom;
/external/doclava/res/assets/templates/assets/
Dstyle.css27 vertical-align: top;
49 vertical-align: top;
60 vertical-align: top;
77 vertical-align: top;
88 vertical-align: top;
98 vertical-align: top;

12345678910>>...16