Searched refs:initialHeight (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/tools/sk_app/unix/ |
D | Window_unix.cpp | 61 constexpr int initialHeight = 960; in initWindow() local 132 initialWidth, initialHeight, in initWindow() 144 initialWidth, initialHeight, in initWindow()
|
/third_party/flutter/skia/tools/sk_app/ios/ |
D | Window_ios.cpp | 38 constexpr int initialHeight = 960; in initWindow() local 63 initialWidth, initialHeight, windowFlags); in initWindow()
|
/third_party/skia/tools/sk_app/unix/ |
D | Window_unix.cpp | 62 constexpr int initialHeight = 960; in initWindow() local 133 initialWidth, initialHeight, in initWindow() 145 initialWidth, initialHeight, in initWindow()
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | heroes_test.dart | 342 final double initialHeight = tester.getSize(find.byKey(firstKey, skipOffstage: false)).height; 344 final double deltaHeight = finalHeight - initialHeight; 350 closeTo(curve.transform(0.25) * deltaHeight + initialHeight, epsilon), 356 closeTo(curve.transform(0.50) * deltaHeight + initialHeight, epsilon), 362 closeTo(curve.transform(0.75) * deltaHeight + initialHeight, epsilon), 368 closeTo(curve.transform(1.0) * deltaHeight + initialHeight, epsilon), 550 final double initialHeight = tester.getSize(find.byKey(firstKey)).height; 552 expect(finalHeight, greaterThan(initialHeight)); // simplify the checks below 568 expect(height150ms, greaterThan(initialHeight)); 589 closeTo(tester.getSize(find.byKey(secondKey)).height - initialHeight, epsilon); [all …]
|
/third_party/flutter/skia/tools/sk_app/mac/ |
D | Window_mac.mm | 57 constexpr int initialHeight = 960; 58 NSRect windowRect = NSMakeRect(100, 100, initialWidth, initialHeight);
|
/third_party/skia/tools/sk_app/mac/ |
D | Window_mac.mm | 59 constexpr int initialHeight = 960; 60 NSRect windowRect = NSMakeRect(100, 100, initialWidth, initialHeight);
|