Searched refs:width_px (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/engine/flutter/shell/platform/glfw/ |
D | flutter_glfw.cc | 144 int width_px, in GLFWFramebufferSizeCallback() argument 150 width > 0 ? width_px / width : 1; in GLFWFramebufferSizeCallback() 152 SendWindowMetrics(state, width_px, height_px); in GLFWFramebufferSizeCallback() 165 int width_px, height_px; in GLFWWindowRefreshCallback() local 166 glfwGetFramebufferSize(window, &width_px, &height_px); in GLFWWindowRefreshCallback() 167 if (width_px > 0 && height_px > 0) { in GLFWWindowRefreshCallback() 168 SendWindowMetrics(state, width_px, height_px); in GLFWWindowRefreshCallback() 527 int width_px, height_px; in FlutterDesktopCreateWindow() local 529 glfwGetFramebufferSize(window, &width_px, &height_px); in FlutterDesktopCreateWindow() 530 initial_width = width_px; in FlutterDesktopCreateWindow() [all …]
|
/third_party/libwebsockets/plugins/ssh-base/include/ |
D | lws-plugin-ssh.h | 37 uint32_t width_px; member
|
/third_party/libwebsockets/plugins/ssh-base/ |
D | sshd.c | 1500 pss->args.pty.width_px = pss->len; in lws_ssh_parse_plaintext()
|