Searched refs:pady (Results 1 – 4 of 4) sorted by relevance
/external/libvncserver/x11vnc/ |
D | tkx11vnc | 1472 -pady 2 2164 checkbutton $fl.bk -pady 1 -font $ffont -anchor w -variable vl_bk \ 2165 -pady 1 -command set_kmbc_str -text "Keystrokes" 2167 -pady 1 -command set_kmbc_str -text "Mouse-Motion" 2169 -pady 1 -command set_kmbc_str -text "Button-Click" 2171 -pady 1 -command set_kmbc_str -text "Clipboard-Input" 2173 -pady 1 -command set_kmbc_str -text "Files" 2174 label $fr.l -pady 1 -font $ffont -text "View-Only clients:" 2176 -pady 1 -command set_kmbc_str -text "Keystrokes" 2178 -pady 1 -command set_kmbc_str -text "Mouse-Motion" [all …]
|
/external/skia/src/effects/ |
D | SkBlurMask.cpp | 523 int pady = passCount * ry; in BoxBlur() local 526 margin->set(padx, pady); in BoxBlur() 528 dst->fBounds.set(src.fBounds.fLeft - padx, src.fBounds.fTop - pady, in BoxBlur() 529 src.fBounds.fRight + padx, src.fBounds.fBottom + pady); in BoxBlur()
|
/external/v8/tools/ |
D | stats-viewer.py | 234 name.grid(row=index, column=0, padx=1, pady=1) 243 value.grid(row=index, column=(1 + i), padx=1, pady=1)
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ |
D | ssvnc.tcl | 10504 radiobutton $w.p -pady 1 -anchor w -variable import_mode -value paste \ 10507 radiobutton $w.f -pady 1 -anchor w -variable import_mode -value file \ 10514 button $w.b -pady 1 -anchor w -text "Browse..." -command {import_browse .icrt} 10544 button $w.b -pady 1 -anchor w -text "Browse..." -command import_save_browse 10697 button $w.b -pady 1 -anchor w -text "Browse..." -command {import_save_browse .scrt} 13863 checkbutton $w.smbmount_exists -pady 1 -anchor w -variable smbmount_exists \ 13880 radiobutton $w.dk -pady 1 -anchor w -variable smbmount_sumode -value dontknow \ 13885 radiobutton $w.su -pady 1 -anchor w -variable smbmount_sumode -value su \ 13890 radiobutton $w.sudo -pady 1 -anchor w -variable smbmount_sumode -value sudo \ 13895 radiobutton $w.ru -pady 1 -anchor w -variable smbmount_sumode -value none \ [all …]
|