Searched refs:nypos (Results 1 – 5 of 5) sorted by relevance
/dports/sysutils/busybox/busybox-1.26.2/miscutils/ |
H A D | fbsplash.c | 291 int cnt1, cnt2, nypos; in fb_drawfullrectangle() local 298 nypos = ny1pos; in fb_drawfullrectangle() 300 ptr = G.addr + nypos * G.scr_fix.line_length + nx1pos * G.bytes_per_pixel; in fb_drawfullrectangle() 307 nypos++; in fb_drawfullrectangle()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/wizards/com/sun/star/wizards/form/ |
H A D | UIControlArranger.java | 234 int nypos = SOBASEIMAGEYPOSITION + 12 - 5 + _formindex * SOIMAGELISTHEIGHT; in ArrangeButtonList() local 236 m_aButtonList.setPos(new Size(107, nypos)); in ArrangeButtonList()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/wizards/com/sun/star/wizards/form/ |
H A D | UIControlArranger.java | 234 int nypos = SOBASEIMAGEYPOSITION + 12 - 5 + _formindex * SOIMAGELISTHEIGHT; in ArrangeButtonList() local 236 m_aButtonList.setPos(new Size(107, nypos)); in ArrangeButtonList()
|
/dports/textproc/groff/groff-1.22.4/src/devices/gropdf/ |
H A D | gropdf.pl | 2840 my ($nxpos,$nypos); 2851 $nypos=(($p[$i+1]*$tnum)/(2*$tden)); 2852 $stream.=PutXY(($xpos+$nxpos),($ypos+$nypos))." "; 2854 $nypos=($p[$i+1]/2 + ($p[$i+3]*($tden-$tnum))/(2*$tden)); 2855 $stream.=PutXY(($xpos+$nxpos),($ypos+$nypos))." "; 2857 $nypos=(($p[$i+1]-$p[$i+1]/2) + $p[$i+3]/2); 2858 $stream.=PutXY(($xpos+$nxpos),($ypos+$nypos))." c\n"; 2860 $ypos+=$nypos; 2872 my ($nxpos,$nypos);
|
/dports/cad/xcircuit/xcircuit-3.10.30/ |
H A D | libraries.c | 783 int nypos = 220, nxpos; in composelib() local 923 ypos -= nypos; in composelib() 924 nypos = 200; in composelib() 927 if (height > (nypos - 50)) nypos = height + 50; in composelib()
|