Home
last modified time | relevance | path

Searched refs:bottomMargin (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/oboe/src/common/
DQuirksManager.cpp34 int bottomMargin = kDefaultBottomMarginInBursts; in clipBufferSize() local
38 bottomMargin = getExclusiveBottomMarginInBursts(); in clipBufferSize()
42 bottomMargin = kLegacyBottomMarginInBursts; in clipBufferSize()
46 int32_t minSize = bottomMargin * burst; in clipBufferSize()
/third_party/gstreamer/gstplugins_good/tests/examples/qt/qmlsink-dynamically-added/
Dmain.qml34 anchors.bottomMargin: 15
/third_party/gstreamer/gstplugins_good/tests/examples/qt/qmlsink/
Dmain.qml34 anchors.bottomMargin: 15
/third_party/gstreamer/gstplugins_good/tests/examples/qt/qmlsrc/
Dmain.qml23 anchors.bottomMargin: 15
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dtime_picker.dart139 const _TimePickerHeaderPiece(this.pivotIndex, this.fragments, { this.bottomMargin = 0.0 })
142 assert(bottomMargin != null);
154 final double bottomMargin;
530 double bottomMargin = 0.0,
541 return _TimePickerHeaderPiece(pivotIndex, fragments, bottomMargin: bottomMargin);
659 margin = piece.bottomMargin;
671 y += pieceHeights[pieceIndex] + format.pieces[pieceIndex].bottomMargin;