Searched refs:width_px (Results 1 – 5 of 5) 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() 528 int width_px, height_px; in FlutterDesktopCreateWindow() local 530 glfwGetFramebufferSize(window, &width_px, &height_px); in FlutterDesktopCreateWindow() 531 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/mesa3d/src/intel/isl/ |
D | README | 83 width_px=64, and height_px=64 (note that the suffix 'px' indicates logical
|
/third_party/mesa3d/src/intel/blorp/ |
D | blorp_clear.c | 1441 const uint32_t width_px = in blorp_ccs_ambiguate() local 1445 const uint32_t width_el = DIV_ROUND_UP(width_px, aux_fmtl->bw); in blorp_ccs_ambiguate()
|
/third_party/libwebsockets/plugins/ssh-base/ |
D | sshd.c | 1515 pss->args.pty.width_px = pss->len; in lws_ssh_parse_plaintext() 1658 pss->args.pty.width_px = pss->len; in lws_ssh_parse_plaintext()
|