Home
last modified time | relevance | path

Searched refs:initialHeight (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/tools/sk_app/unix/
DWindow_unix.cpp61 constexpr int initialHeight = 960; in initWindow() local
132 initialWidth, initialHeight, in initWindow()
144 initialWidth, initialHeight, in initWindow()
/third_party/skia/tools/sk_app/unix/
DWindow_unix.cpp62 constexpr int initialHeight = 960; in initWindow() local
133 initialWidth, initialHeight, in initWindow()
145 initialWidth, initialHeight, in initWindow()
/third_party/flutter/skia/tools/sk_app/ios/
DWindow_ios.cpp38 constexpr int initialHeight = 960; in initWindow() local
63 initialWidth, initialHeight, windowFlags); in initWindow()
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dheroes_test.dart342 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/
DWindow_mac.mm57 constexpr int initialHeight = 960;
58 NSRect windowRect = NSMakeRect(100, 100, initialWidth, initialHeight);
/third_party/skia/tools/sk_app/mac/
DWindow_mac.mm59 constexpr int initialHeight = 960;
60 NSRect windowRect = NSMakeRect(100, 100, initialWidth, initialHeight);
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFboRenderTest.cpp1132 int initialHeight = 128; in render() local
1142 Framebuffer fbo(context, m_config, initialWidth, initialHeight); in render()
1152 context.viewport(0, 0, initialWidth, initialHeight); in render()