/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/ |
D | SplitPane.java | 42 boolean vertical; field in SplitPane 57 public SplitPane (Actor firstWidget, Actor secondWidget, boolean vertical, Skin skin) { in SplitPane() argument 58 …this(firstWidget, secondWidget, vertical, skin, "default-" + (vertical ? "vertical" : "horizontal"… in SplitPane() 63 …public SplitPane (Actor firstWidget, Actor secondWidget, boolean vertical, Skin skin, String style… in SplitPane() argument 64 this(firstWidget, secondWidget, vertical, skin.get(styleName, SplitPaneStyle.class)); in SplitPane() 69 public SplitPane (Actor firstWidget, Actor secondWidget, boolean vertical, SplitPaneStyle style) { in SplitPane() argument 72 this.vertical = vertical; in SplitPane() 104 if (!vertical) { in initialize() 145 if (!vertical) in layout() 170 if (vertical) return Math.max(first, second); in getPrefWidth() [all …]
|
D | Slider.java | 43 public Slider (float min, float max, float stepSize, boolean vertical, Skin skin) { in Slider() argument 44 …this(min, max, stepSize, vertical, skin.get("default-" + (vertical ? "vertical" : "horizontal"), S… in Slider() 47 …public Slider (float min, float max, float stepSize, boolean vertical, Skin skin, String styleName… in Slider() argument 48 this(min, max, stepSize, vertical, skin.get(styleName, SliderStyle.class)); in Slider() 59 public Slider (float min, float max, float stepSize, boolean vertical, SliderStyle style) { in Slider() argument 60 super(min, max, stepSize, vertical, style); in Slider() 130 if (vertical) { in calculatePositionAndValue()
|
D | ProgressBar.java | 49 final boolean vertical; field in ProgressBar 58 public ProgressBar (float min, float max, float stepSize, boolean vertical, Skin skin) { in ProgressBar() argument 59 …this(min, max, stepSize, vertical, skin.get("default-" + (vertical ? "vertical" : "horizontal"), P… in ProgressBar() 62 …public ProgressBar (float min, float max, float stepSize, boolean vertical, Skin skin, String styl… in ProgressBar() argument 63 this(min, max, stepSize, vertical, skin.get(styleName, ProgressBarStyle.class)); in ProgressBar() 76 …public ProgressBar (float min, float max, float stepSize, boolean vertical, ProgressBarStyle style… in ProgressBar() argument 83 this.vertical = vertical; in ProgressBar() 130 if (vertical) { in draw() 275 if (vertical) { in getPrefWidth() 284 if (vertical) in getPrefHeight()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/ |
D | ttmtx.c | 59 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() 206 FT_Bool vertical, in tt_face_get_metrics() argument 218 if ( vertical ) in tt_face_get_metrics() 220 void* v = &face->vertical; in tt_face_get_metrics()
|
D | ttmtx.h | 34 FT_Bool vertical ); 40 FT_Bool vertical ); 45 FT_Bool vertical,
|
/external/pdfium/third_party/freetype/src/sfnt/ |
D | ttmtx.c | 59 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() 206 FT_Bool vertical, in tt_face_get_metrics() argument 218 if ( vertical ) in tt_face_get_metrics() 220 void* v = &face->vertical; in tt_face_get_metrics()
|
D | ttmtx.h | 34 FT_Bool vertical ); 40 FT_Bool vertical ); 45 FT_Bool vertical,
|
/external/freetype/src/sfnt/ |
D | ttmtx.c | 59 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() 206 FT_Bool vertical, in tt_face_get_metrics() argument 218 if ( vertical ) in tt_face_get_metrics() 220 void* v = &face->vertical; in tt_face_get_metrics()
|
D | ttmtx.h | 34 FT_Bool vertical ); 40 FT_Bool vertical ); 45 FT_Bool vertical,
|
/external/openfst/src/include/fst/script/ |
D | draw.h | 44 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/harfbuzz_ng/util/ |
D | view-cairo.cc | 35 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/chromium-trace/catapult/third_party/graphy/graphy/backends/google_chart_api/ |
D | bar_chart_test.py | 38 def Check(vertical, stacked, expected_type): argument 39 self.chart.vertical = vertical 42 Check(vertical=True, stacked=True, expected_type='bvs') 43 Check(vertical=True, stacked=False, expected_type='bvg') 44 Check(vertical=False, stacked=True, expected_type='bhs') 45 Check(vertical=False, stacked=False, expected_type='bhg') 57 self.chart.vertical = False 82 self.chart.vertical = True 84 self.chart.vertical = False 125 self.chart.vertical = False
|
/external/chromium-trace/catapult/third_party/graphy/graphy/ |
D | bar_chart_test.py | 56 c.vertical = True 59 c.vertical = False 66 c.vertical = True 69 c.vertical = False 74 self.chart.vertical = True 77 self.chart.vertical = False
|
D | bar_chart.py | 96 self.vertical = True 122 if self.vertical: 131 if self.vertical: 140 if self.vertical: 147 if self.vertical:
|
/external/autotest/frontend/client/src/autotest/public/ |
D | standard.css | 36 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/clang/tools/scan-build/share/scan-build/ |
D | scanview.css | 42 vertical-align: top; 47 vertical-align: center; 51 vertical-align: top; 55 vertical-align: top;
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_context_tree.c | 70 alloc_mode_context(cm, num_4x4_blk/2, &tree->vertical[0]); in alloc_tree_contexts() 74 alloc_mode_context(cm, num_4x4_blk/2, &tree->vertical[1]); in alloc_tree_contexts() 77 memset(&tree->vertical[1], 0, sizeof(tree->vertical[1])); in alloc_tree_contexts() 85 free_mode_context(&tree->vertical[0]); in free_tree_contexts() 86 free_mode_context(&tree->vertical[1]); in free_tree_contexts()
|
D | vp9_encodeframe.c | 1455 &pc_tree->vertical[0]); in encode_sb() 1458 subsize, &pc_tree->vertical[1]); in encode_sb() 1796 &pc_tree->vertical[0]); in encode_sb_rt() 1799 subsize, &pc_tree->vertical[1]); in encode_sb_rt() 1948 subsize, &pc_tree->vertical[0], INT64_MAX); in rd_use_partition() 1952 PICK_MODE_CONTEXT *ctx = &pc_tree->vertical[0]; in rd_use_partition() 1958 subsize, &pc_tree->vertical[bsize > BLOCK_8X8], in rd_use_partition() 2706 pc_tree->vertical[0].pred_interp_filter = in rd_pick_partition() 2709 &pc_tree->vertical[0], best_rdc.rdcost); in rd_pick_partition() 2712 update_state(cpi, td, &pc_tree->vertical[0], mi_row, mi_col, subsize, 0); in rd_pick_partition() [all …]
|
/external/skia/src/pathops/ |
D | SkIntersections.h | 69 return vertical(conic, top, bottom, x, flipped); in conicVertical() 93 return vertical(cubic, top, bottom, x, flipped); in cubicVertical() 134 return vertical(line, top, bottom, x, flipped); in lineVertical() 170 return vertical(quad, top, bottom, x, flipped); in quadVertical() 267 int vertical(const SkDLine&, double top, double bottom, double x, bool flipped); 268 int vertical(const SkDQuad&, double top, double bottom, double x, bool flipped); 269 int vertical(const SkDConic&, double top, double bottom, double x, bool flipped); 270 int vertical(const SkDCubic&, double top, double bottom, double x, bool flipped);
|
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/ |
D | fr.po | 157 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/ |
D | draw.cc | 35 bool vertical, in DrawFst() argument 44 height, portrait, vertical, ranksep, nodesep, in DrawFst()
|
/external/libgdx/tests/gdx-tests-android/assets/data/ |
D | uiskin.json | 31 default-vertical: { handle: default-splitpane-vertical }, 40 default-vertical: { background: default-slider, knob: default-round-large } 44 default-vertical: { background: default-slider, knob: default-round-large }
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ref/ |
D | ref.css | 106 .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/doclava/res/assets/templates/assets/ |
D | style.css | 27 vertical-align: top; 49 vertical-align: top; 60 vertical-align: top; 77 vertical-align: top; 88 vertical-align: top; 98 vertical-align: top;
|
/external/clang/test/SemaObjC/ |
D | props-on-prots.m | 25 -(id) vertical; method 64 - (id)vertical { return self; } method
|