Searched refs:initialHeight (Results 1 – 6 of 6) sorted by relevance
/external/skqp/tools/sk_app/unix/ |
D | Window_unix.cpp | 55 constexpr int initialHeight = 960; in initWindow() local 126 initialWidth, initialHeight, in initWindow() 138 initialWidth, initialHeight, in initWindow()
|
/external/skqp/tools/sk_app/ios/ |
D | Window_ios.cpp | 37 constexpr int initialHeight = 960; in initWindow() local 62 initialWidth, initialHeight, windowFlags); in initWindow()
|
/external/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()
|
/external/skqp/tools/sk_app/mac/ |
D | Window_mac.mm | 54 constexpr int initialHeight = 960; 59 NSRect windowRect = NSMakeRect(100, 100, initialWidth, initialHeight);
|
/external/skia/tools/sk_app/mac/ |
D | Window_mac.mm | 59 constexpr int initialHeight = 960; 60 NSRect windowRect = NSMakeRect(100, 100, initialWidth, initialHeight);
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboRenderTest.cpp | 1132 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()
|