Home
last modified time | relevance | path

Searched refs:PreferredSize (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_host.cpp116 SetPreferredSize (Min_uint32 (PreferredSize (), MaximumSize ())); in ValidateSizes()
121 if (PreferredSize ()) in ValidateSizes()
123 SetMinimumSize (Min_uint32 (MinimumSize (), PreferredSize ())); in ValidateSizes()
150 if (PreferredSize () >= 160 && PreferredSize () <= 256) in ValidateSizes()
160 else if (PreferredSize () >= 490 && PreferredSize () <= 512) in ValidateSizes()
165 else if (PreferredSize () >= 980 && PreferredSize () <= 1024) in ValidateSizes()
170 else if (PreferredSize () >= 1470 && PreferredSize () <= 1536) in ValidateSizes()
175 else if (PreferredSize () >= 1960 && PreferredSize () <= 2048) in ValidateSizes()
184 SetMinimumSize (PreferredSize ()); in ValidateSizes()
Ddng_host.h238 uint32 PreferredSize () const in PreferredSize() function
Ddng_negative.cpp3613 !host.PreferredSize () && in ReadStage1Image()
4059 host.PreferredSize (), in DoInterpolateStage3()
/third_party/flutter/flutter/examples/catalog/lib/
Dapp_bar_bottom.dart52 bottom: PreferredSize(
127 with a PreferredSize can appear at the bottom of an AppBar.
129 Summary: Any widget with a PreferredSize can appear at the bottom of an AppBar.
133 PreferredSize can be used. In this app, the app bar's bottom widget is a
138 Classes: AppBar, PreferredSize, TabBarView, TabController
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dpreferred_size.dart19 /// Use [PreferredSize] to give a preferred size to an arbitrary widget.
43 class PreferredSize extends StatelessWidget implements PreferredSizeWidget {
45 const PreferredSize({
/third_party/flutter/flutter/packages/flutter/test/material/
Dapp_bar_test.dart904 bottom: PreferredSize(
930 bottom: PreferredSize(
1070 bottom: PreferredSize(
1102 bottom: PreferredSize(
1243 bottom: const PreferredSize(
1324 bottom: const PreferredSize(
Dscaffold_test.dart807 appBar: PreferredSize(
909 appBar: PreferredSize(
Dtabs_test.dart2194 bottom: PreferredSize(
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dsliver_appbar_opacity.dart187 bottom: !bottom ? null : PreferredSize(
Dslivers_appbar_floating_pinned_test.dart26 bottom: PreferredSize(
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dapp_bar.dart286 /// * [PreferredSize], which can be used to give an arbitrary widget a preferred size.
994 /// * [PreferredSize], which can be used to give an arbitrary widget a preferred size.