Home
last modified time | relevance | path

Searched refs:ypixel (Results 1 – 6 of 6) sorted by relevance

/external/openssh/
Dsshpty.c187 u_int xpixel, u_int ypixel) in pty_change_window_size() argument
195 w.ws_ypixel = ypixel; in pty_change_window_size()
Dsession.h42 u_int row, col, xpixel, ypixel; member
Dsession.c1870 s->ypixel = packet_get_int(); in session_window_change_req()
1872 pty_change_window_size(s->ptyfd, s->row, s->col, s->xpixel, s->ypixel); in session_window_change_req()
1895 s->ypixel = packet_get_int(); in session_pty_req()
1922 pty_change_window_size(s->ptyfd, s->row, s->col, s->xpixel, s->ypixel); in session_pty_req()
/external/sl4a/ScriptingLayerForAndroid/jni/
Dcom_googlecode_android_scripting_Exec.cpp181 jint ypixel) { in Java_com_googlecode_android_1scripting_Exec_setPtyWindowSize() argument
190 sz.ws_ypixel = ypixel; in Java_com_googlecode_android_1scripting_Exec_setPtyWindowSize()
/external/sl4a/Common/src/com/googlecode/android_scripting/
DExec.java56 int ypixel); in setPtyWindowSize() argument
/external/autotest/client/deps/glbench/src/
Dyuv2rgb_1.glslf141 float ypixel = floor(t.y * imageHeight);
143 if (mod(ypixel, 4.) < 2.) {