Home
last modified time | relevance | path

Searched refs:margin (Results 1 – 17 of 17) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/
Dkhronos.css21 /** Remove default margin. */
22 body { margin: 0; }
35 /** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4…
36 h1 { font-size: 2em; margin: 0.67em 0; }
80 /** Address margin not present in IE 8/9 and Safari 5. */
81 figure { margin: 0; }
84 /** Define consistent border, margin, and padding. */
85 fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
91 button, input, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 2 */ margin: 0;…
134 body { background: #fff; color: #222; padding: 0; margin: 0; font-family: "Helvetica Neue", "Helvet…
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/chunkindex/
Dchunked.css18 margin-top: 20px;
33 margin-top: 0px;
61 margin-top: 0.5em;
62 margin-bottom: 0.5em;
75 margin-top: 0.5em;
/hardware/interfaces/audio/aidl/vts/
DVtsHalAGC2TargetTest.cpp126 void addSaturationMarginParam(int margin) { in addSaturationMarginParam() argument
128 AGC2.set<AutomaticGainControlV2::saturationMarginMb>(margin); in addSaturationMarginParam()
183 std::string margin = in __anoncf62100c0102() local
187 "_level_estimator_" + estimator + "_margin_" + margin; in __anoncf62100c0102()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dreflow.py77 margin = 76, argument
90 self.margin = margin
389 elif newLen > self.margin:
487 margin = args.margin,
Dtest_reflow.py49 self.margin = 76
/hardware/libhardware/modules/camera/3_4/arc/
Dcached_frame.cpp147 int margin = (yu12_frame_->GetWidth() - cropped_width) / 2; in CropRotateScale() local
182 rotated_uv_stride, margin, 0, yu12_frame_->GetWidth(), in CropRotateScale()
/hardware/interfaces/audio/aidl/default/automaticGainControlV2/
DAutomaticGainControlV2Sw.cpp219 RetCode AutomaticGainControlV2SwContext::setSaturationMargin(int margin) { in setSaturationMargin() argument
220 mSaturationMargin = margin; in setSaturationMargin()
DAutomaticGainControlV2Sw.h39 RetCode setSaturationMargin(int margin);
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/
Dkatex.css257 margin-right: -2px;
312 margin-left: -50%;
313 margin-right: 50%;
333 margin-left: 0.27777778em;
334 margin-right: -0.55555556em;
980 margin-left: -0.2em;
981 margin-right: -0.2em;
989 margin: 1em 0;
Dkatex.min.css1margin-right:-2px}.katex .vlist-s{display:table-cell;vertical-align:bottom;font-size:1px;width:2px…
Dkatex.mjs268 * and is placed in a block with vertical margin.
1440 styles += "margin-right:" + this.italic + "em;";
9700 separator.style.margin = `0 -${ruleThickness / 2}em`;
11809 // margin will shift by 1/2 that.
Dkatex.min.js1 …+"em",H.style.borderRightWidth=m+"em",H.style.borderRightStyle=L,H.style.margin="0 -"+m/2+"em",H.s…
Dkatex.js9844 separator.style.margin = "0 -" + ruleThickness / 2 + "em";
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp908 const float margin = 10.0f; in position_layer() local
914 ImGui::SetNextWindowPos(ImVec2(margin, margin), ImGuiCond_Always); in position_layer()
917 ImGui::SetNextWindowPos(ImVec2(data->width - data->window_size.x - margin, margin), in position_layer()
921 ImGui::SetNextWindowPos(ImVec2(margin, data->height - data->window_size.y - margin), in position_layer()
925 ImGui::SetNextWindowPos(ImVec2(data->width - data->window_size.x - margin, in position_layer()
926 data->height - data->window_size.y - margin), in position_layer()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dmisc.adoc37 size [asciidoctor default] with a 0.5in margin [prawn-pdf default] on each
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_GOOGLE_display_timing/
Dqueries.adoc203 between user input and the corresponding present (always leaving some margin
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
D802.11.h328 uint8 margin; member