Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/shell/platform/windows/client_wrapper/testing/
Dstub_flutter_windows_api.cc53 int initial_height, in FlutterDesktopCreateWindow() argument
61 initial_width, initial_height, title, assets_path, icu_data_path, in FlutterDesktopCreateWindow()
Dstub_flutter_windows_api.h41 int initial_height, in CreateWindow() argument
/third_party/flutter/engine/flutter/shell/platform/glfw/client_wrapper/testing/
Dstub_flutter_glfw_api.cc53 int initial_height, in FlutterDesktopCreateWindow() argument
61 initial_width, initial_height, title, assets_path, icu_data_path, in FlutterDesktopCreateWindow()
Dstub_flutter_glfw_api.h41 int initial_height, in CreateWindow() argument
/third_party/toybox/kconfig/lxdialog/
Dtextbox.c52 int initial_height, int initial_width) in dialog_textbox() argument
70 if (initial_height != 0) in dialog_textbox()
71 height = initial_height; in dialog_textbox()
/third_party/flutter/engine/flutter/shell/platform/windows/
Dflutter_windows.cc108 int initial_height, in FlutterDesktopCreateWindow() argument
116 title, 10, 10, initial_width, initial_height); in FlutterDesktopCreateWindow()
/third_party/flutter/engine/flutter/shell/platform/windows/public/
Dflutter_windows.h53 int initial_height,
/third_party/flutter/engine/flutter/shell/platform/glfw/
Dflutter_glfw.cc462 int &initial_height, in FlutterDesktopCreateWindow() argument
474 glfwCreateWindow(initial_width, initial_height, title, NULL, NULL), in FlutterDesktopCreateWindow()
532 initial_height = height_px; in FlutterDesktopCreateWindow()
/third_party/flutter/engine/flutter/shell/platform/glfw/public/
Dflutter_glfw.h66 int &initial_height,
/third_party/ffmpeg/libavcodec/
Dinternal.h216 int initial_width, initial_height; member
Ddecode.c687 avci->initial_height = frame->height; in avcodec_receive_frame()
704 avci->initial_height != frame->height; in avcodec_receive_frame()