Searched refs:yPos (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dlabeledframe.itk371 set yPos -$minsize
377 set yPos -$minsize
383 set yPos -$minsize
390 set yPos -$minsize
396 set yPos [expr {-$labelHeight/2.0}]
402 set yPos [expr {-$labelHeight/2.0}]
409 set yPos [expr {$minsize+$margin+$borderwidth}]
415 set yPos [expr {-($labelHeight/2.0)}]
421 set yPos [expr {-($minsize+$borderwidth+$margin+$labelHeight)}]
428 set yPos [exp
[all...]
/macosx-10.10.1/tidy-15.15/tidy/htmldoc/api/
H A Dtreeview.js170 if (!doc.yPos)
171 doc.yPos=8
172 doc.write("<layer id='folder" + this.id + "' top=" + doc.yPos + " visibility=hidden>")
218 doc.yPos=doc.yPos+this.navObj.clip.height
323 doc.write("<layer id='item" + this.id + "' top=" + doc.yPos + " visibility=hidden>")
365 doc.yPos=doc.yPos+this.navObj.clip.height
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DDatePrototype.cpp255 char* yPos = strchr(formatString, 'y');
256 if (yPos)
257 *yPos = 'Y';
/macosx-10.10.1/vim-55/src/
H A Dgui_w32.c1055 int yPos = GET_Y_LPARAM(lParam); local
1061 if (yPos < rct.top)

Completed in 106 milliseconds