Home
last modified time | relevance | path

Searched refs:totalHeight (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/flutter/packages/flutter/test/widgets/
Dslivers_protocol_test.dart37 …const double max = RenderBigSliver.height * 3.0 + (RenderOverlappingSliver.totalHeight) * 2.0 - 60…
79 static const double totalHeight = 200.0;
86 totalHeight - constraints.scrollOffset,
93 return (totalHeight - constraints.scrollOffset).clamp(0.0, constraints.remainingPaintExtent);
99 scrollExtent: totalHeight,
102 maxPaintExtent: totalHeight,
/third_party/gettext/gettext-tools/examples/hello-csharp-forms/
Dhello.cs62 int totalHeight = label1.PreferredHeight + label2.PreferredHeight + 6 + ok.Height; in ComputePreferredSizeWithoutBorder()
63 return new Size(totalWidth, totalHeight); in ComputePreferredSizeWithoutBorder()
67 private void LayoutControls (int totalWidth, int totalHeight) { in LayoutControls() argument
70 ok.Location = new Point(border + totalWidth - ok.Width, border + totalHeight - ok.Height); in LayoutControls()
/third_party/skia/tools/skottie_ios_app/
Dmain.mm49 CGFloat totalHeight = kSpacing;
69 totalHeight += height + kSpacing;
71 [stack setFrame:{{0, 0}, {screenWidth, totalHeight}}];
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/
DRbnfDemo.java515 totalHeight = 0; in paint()
536 totalHeight += lineHeight; in paint()
551 private int totalHeight; field in DemoTextField
/third_party/openGLES/specs/es/katex/
Dkatex.js2653 var totalHeight = 0;
2689 totalHeight += height;
2690 outrow.pos = totalHeight;
2691 totalHeight += depth + gap; // \@yargarraycr
2695 var offset = totalHeight / 2 + style.metrics.axisHeight;
2723 separator.style.height = totalHeight + "em";
2725 -(totalHeight - offset) + "em";
4798 var totalHeight = Math.max(
4813 return makeCustomSizedDelim(delim, totalHeight, true, options, mode,
/third_party/openGLES/specs/es/3.2/katex/
Dkatex.js2653 var totalHeight = 0;
2689 totalHeight += height;
2690 outrow.pos = totalHeight;
2691 totalHeight += depth + gap; // \@yargarraycr
2695 var offset = totalHeight / 2 + style.metrics.axisHeight;
2723 separator.style.height = totalHeight + "em";
2725 -(totalHeight - offset) + "em";
4798 var totalHeight = Math.max(
4813 return makeCustomSizedDelim(delim, totalHeight, true, options, mode,
/third_party/openGLES/specs/gl/katex/
Dkatex.js2653 var totalHeight = 0;
2689 totalHeight += height;
2690 outrow.pos = totalHeight;
2691 totalHeight += depth + gap; // \@yargarraycr
2695 var offset = totalHeight / 2 + style.metrics.axisHeight;
2723 separator.style.height = totalHeight + "em";
2725 -(totalHeight - offset) + "em";
4798 var totalHeight = Math.max(
4813 return makeCustomSizedDelim(delim, totalHeight, true, options, mode,
/third_party/openGLES/specs/katex/
Dkatex.js2653 var totalHeight = 0;
2689 totalHeight += height;
2690 outrow.pos = totalHeight;
2691 totalHeight += depth + gap; // \@yargarraycr
2695 var offset = totalHeight / 2 + style.metrics.axisHeight;
2723 separator.style.height = totalHeight + "em";
2725 -(totalHeight - offset) + "em";
4798 var totalHeight = Math.max(
4813 return makeCustomSizedDelim(delim, totalHeight, true, options, mode,