Home
last modified time | relevance | path

Searched refs:spacing (Results 1 – 25 of 660) sorted by relevance

12345678910>>...27

/third_party/gstreamer/gstplugins_bad/tests/examples/mpegts/
Dts-parser.c66 dump_memory_bytes (guint8 * data, guint len, guint spacing) in dump_memory_bytes() argument
75 g_printf ("%*s %s\n", spacing, "", buf); in dump_memory_bytes()
80 #define dump_memory_content(desc, spacing) dump_memory_bytes((desc)->data + 2, (desc)->length, spac… argument
179 dump_cable_delivery_descriptor (GstMpegtsDescriptor * desc, guint spacing) in dump_cable_delivery_descriptor() argument
184 g_printf ("%*s Cable Delivery Descriptor\n", spacing, ""); in dump_cable_delivery_descriptor()
185 g_printf ("%*s Frequency : %d Hz\n", spacing, "", res.frequency); in dump_cable_delivery_descriptor()
186 g_printf ("%*s Outer FEC : %d (%s)\n", spacing, "", res.outer_fec, in dump_cable_delivery_descriptor()
188 g_printf ("%*s modulation : %d (%s)\n", spacing, "", res.modulation, in dump_cable_delivery_descriptor()
190 g_printf ("%*s Symbol rate : %d sym/s\n", spacing, "", res.symbol_rate); in dump_cable_delivery_descriptor()
191 g_printf ("%*s Inner FEC : %d (%s)\n", spacing, "", res.fec_inner, in dump_cable_delivery_descriptor()
[all …]
/third_party/jsframework/
D.eslintrc31 "arrow-spacing": 2,
32 "block-spacing": 2,
35 "comma-spacing": 2,
42 "key-spacing": 2,
43 "keyword-spacing": 2,
68 "func-call-spacing": 2,
82 "semi-spacing": 2,
89 "template-curly-spacing": 2,
93 "array-bracket-spacing": 2,
/third_party/skia/gm/
Dtexteffects.cpp157 SkScalar spacing) { in make_posh() argument
161 xpos[i] += spacing * i; in make_posh()
168 SkScalar spacing) { in make_pos() argument
172 pos[i].fX += spacing * i; in make_pos()
252 for (SkScalar spacing = 0; spacing < 30; spacing += 20) { variable
253 auto b1 = make_posh(font, glyphs.get(), count, spacing);
254 auto b2 = make_pos( font, glyphs.get(), count, spacing);
Duserfont.cpp73 static sk_sp<SkTextBlob> make_blob(sk_sp<SkTypeface> tf, float size, float* spacing) { in make_blob() argument
77 *spacing = font.getMetrics(nullptr); in make_blob()
92 float spacing; in onDraw() local
96 auto blob = make_blob(tf, size, &spacing); in onDraw()
112 y += SkScalarRoundToInt(spacing * 1.25f + 2); in onDraw()
/third_party/flutter/skia/gm/
Dtexteffects.cpp157 SkScalar spacing) { in make_posh() argument
161 xpos[i] += spacing * i; in make_posh()
168 SkScalar spacing) { in make_pos() argument
172 pos[i].fX += spacing * i; in make_pos()
252 for (SkScalar spacing = 0; spacing < 30; spacing += 20) { variable
253 auto b1 = make_posh(font, glyphs.get(), count, spacing);
254 auto b2 = make_pos( font, glyphs.get(), count, spacing);
/third_party/typescript/tests/baselines/reference/
DdeclarationEmitPrefersPathKindBasedOnBundling.symbols17 === tests/cases/compiler/src/settings/spacing.ts ===
19 >scalar : Symbol(scalar, Decl(spacing.ts, 0, 8))
23 >xs : Symbol(xs, Decl(spacing.ts, 2, 16))
26 >scalar : Symbol(scalar, Decl(spacing.ts, 0, 8))
DdeclarationEmitPrefersPathKindBasedOnBundling2.symbols17 === tests/cases/compiler/src/settings/spacing.ts ===
19 >scalar : Symbol(scalar, Decl(spacing.ts, 0, 8))
23 >xs : Symbol(xs, Decl(spacing.ts, 2, 16))
26 >scalar : Symbol(scalar, Decl(spacing.ts, 0, 8))
/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/src/
Dmixer.c57 int spacing = 10; /* gap between drum buttons */ in initializeButtons() local
65 buttonRect.x = spacing; in initializeButtons()
66 buttonRect.y = spacing; in initializeButtons()
67 buttonRect.w = renderW - 2 * spacing; in initializeButtons()
68 buttonRect.h = (renderH - (NUM_DRUMS + 1) * spacing) / NUM_DRUMS; in initializeButtons()
78 buttonRect.y += spacing + buttonRect.h; /* setup y coordinate for next drum */ in initializeButtons()
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dwrap_test.dart270 spacing: 5.0,
287 spacing: 5.0,
304 spacing: 5.0,
321 spacing: 5.0,
340 spacing: 5.0,
357 spacing: 5.0,
374 spacing: 5.0,
391 spacing: 5.0,
635 testWidgets('Wrap spacing test', (WidgetTester tester) async {
662 testWidgets('Vertical Wrap test with spacing', (WidgetTester tester) async {
[all …]
/third_party/rust/crates/proc-macro2/tests/
Dcomments.rs20 assert_eq!(punct.spacing(), Spacing::Alone); in lit_of_doc_comment()
28 assert_eq!(punct.spacing(), Spacing::Alone); in lit_of_doc_comment()
48 assert_eq!(punct.spacing(), Spacing::Alone); in lit_of_doc_comment()
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/
Dwrap.dart94 /// [spacing] space in between. If there is not enough space to fit the child,
114 double spacing = 0.0,
122 assert(spacing != null),
128 _spacing = spacing,
178 /// For example, if [spacing] is 10.0, the children will be spaced at least
187 double get spacing => _spacing;
189 set spacing (double value) {
407 runWidth += spacing;
439 runHeight += spacing;
599 final double spacing = this.spacing;
[all …]
/third_party/rust/crates/syn/src/
Dtt.rs36 && match (o1.spacing(), o2.spacing()) { in eq()
70 match op.spacing() { in hash()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTessellationTests.cpp476 …llationEvaluationInLayoutString (TessPrimitiveType primType, SpacingMode spacing, Winding winding,… in getTessellationEvaluationInLayoutString() argument
479 + ", " + getSpacingModeShaderName(spacing) in getTessellationEvaluationInLayoutString()
485 …llationEvaluationInLayoutString (TessPrimitiveType primType, SpacingMode spacing, bool usePointMod… in getTessellationEvaluationInLayoutString() argument
488 + ", " + getSpacingModeShaderName(spacing) in getTessellationEvaluationInLayoutString()
1592 …e, const char* description, TessPrimitiveType primitiveType, SpacingMode spacing, CaseType caseTyp… in CommonEdgeCase() argument
1595 , m_spacing (spacing) in CommonEdgeCase()
1903 …t, const char* name, const char* description, TessPrimitiveType primitiveType, SpacingMode spacing) in TessCoordCase() argument
1906 , m_spacing (spacing) in TessCoordCase()
2154 …lSpacingModeCase (Context& context, const char* name, const char* description, SpacingMode spacing) in FractionalSpacingModeCase() argument
2156 , m_spacing (spacing) in FractionalSpacingModeCase()
[all …]
/third_party/glslang/Test/baseResults/
DxfbUnsizedArray.error.tese.out10 vertex spacing = none
27 vertex spacing = equal_spacing
/third_party/flutter/flutter/packages/flutter/lib/src/painting/
Dstrut_style.dart38 /// Ascent is the font's spacing above the baseline without leading and
39 /// descent is the spacing below the baseline without leading. Leading is
55 /// Each line's spacing above the baseline will be at least as tall as the
56 /// half leading plus ascent. Each line's spacing below the baseline will
94 /// The [height] will impact the spacing above and below the baseline
101 /// [fontSize]. Leading is additional spacing between lines. Half of the
103 /// line height. This differs from [height] since the spacing is equally
118 /// This property guarantees uniform line spacing, however text in
424 /// Ascent is the spacing above the baseline and descent is the spacing below
437 /// The [height] will impact the spacing above and below the baseline differently
[all …]
Dpaint_utilities.dart31 final double spacing = length / (zigs * 2.0);
35 final double x = (index * 2.0 + 1.0) * spacing;
/third_party/mesa3d/src/gallium/auxiliary/tessellator/
Dp_tessellator.cpp130 enum pipe_tess_spacing spacing, in p_tess_init() argument
140 tessellator->Init(tes_prim_mode, spacing, tes_vertex_order_cw, tes_point_mode); in p_tess_init()
/third_party/flutter/skia/tools/
Dskhello.cpp78 SkScalar spacing = paint.getFontSpacing(); in main() local
81 int h = SkScalarRoundToInt(spacing) + 30; in main()
/third_party/python/Lib/
Dcalendar.py627 def format(cols, colwidth=_colwidth, spacing=_spacing): argument
629 print(formatstring(cols, colwidth, spacing))
632 def formatstring(cols, colwidth=_colwidth, spacing=_spacing): argument
634 spacing *= ' '
635 return spacing.join(c.center(colwidth) for c in cols)
741 optdict["c"] = options.spacing
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_demo.cpp440 float spacing = ImGui::GetStyle().ItemInnerSpacing.x; in ShowDemoWindowWidgets() local
443 ImGui::SameLine(0.0f, spacing); in ShowDemoWindowWidgets()
1266 const float spacing = 4; in ShowDemoWindowWidgets() local
1267 ImGui::PushStyleVar(ImGuiStyleVar_ItemSpacing, ImVec2(spacing, spacing)); in ShowDemoWindowWidgets()
1295 const ImVec2 small_slider_size(18, (160.0f-(rows-1)*spacing)/rows); in ShowDemoWindowWidgets()
1881 const float spacing = ImGui::GetStyle().ItemInnerSpacing.x; in ShowDemoWindowLayout() local
1883 ImGui::SameLine(0.0f, spacing); in ShowDemoWindowLayout()
1888 ImGui::SameLine(0.0f, spacing); ImGui::Button("Button##2"); in ShowDemoWindowLayout()
1893 ImGui::SameLine(0.0f, spacing); in ShowDemoWindowLayout()
1898 ImGui::SameLine(0.0f, spacing); ImGui::Button("Button##4"); in ShowDemoWindowLayout()
[all …]
/third_party/node/deps/npm/node_modules/columnify/
Dindex.js45 options.spacing = options.spacing || '\n' // probably useless
194 .join(options.spacing)
/third_party/rust/crates/proc-macro2/src/
Dlib.rs784 spacing: Spacing, field
809 pub fn new(ch: char, spacing: Spacing) -> Self { in new()
812 spacing, in new()
827 pub fn spacing(&self) -> Spacing { in spacing() method
828 self.spacing in spacing()
854 debug.field("spacing", &self.spacing); in fmt()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dtessellation.txt72 Controls the spacing of segments on the edges of tessellated primitives.
150 [[tessellation-tessellator-spacing]]
153 Each of the tessellation levels is used to determine the number and spacing
155 The method used to derive the number and spacing of segments is specified by
192 mode>> with fractional odd spacing, the tessellator may: produce _interior
282 spacing.
283 When used with fractional odd spacing, the three-segment subdivision may:
290 spacing, generating [eq]#n# segments.
344 respectively, and the tessellation spacing.
395 subdivision depending on the tessellation spacing.
[all …]
Dtessellation.adoc72 Controls the spacing of segments on the edges of tessellated primitives.
150 [[tessellation-tessellator-spacing]]
153 Each of the tessellation levels is used to determine the number and spacing
155 The method used to derive the number and spacing of segments is specified by
192 mode>> with fractional odd spacing, the tessellator may: produce _interior
282 spacing.
283 When used with fractional odd spacing, the three-segment subdivision may:
290 spacing, generating [eq]#n# segments.
344 respectively, and the tessellation spacing.
395 subdivision depending on the tessellation spacing.
[all …]
/third_party/vk-gl-cts/doc/testspecs/GLES31/
Dfunctional.tessellation.txt31 + Separate verification of fractional spacing modes
75 The tests for the fractional spacing modes (fractional_odd_spacing,
128 The above cases are repeated for different spacing modes. The results of the
156 using a fractional spacing mode and a tessellation level that isn't already
157 properly rounded. In many of the cases using a spacing mode other than

12345678910>>...27