Searched refs:hight (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/lib/libvgl/
H A Dbitmap.c162 VGLBitmap *dst, int dstx, int dsty, int width, int hight)
168 if (hight < 0) {
169 hight = -hight;
171 VGLMouseOverlap(dstx, dsty, width, hight));
182 hight=hight+srcy; dsty-=srcy; srcy=0;
188 hight=hight+dsty; srcy-=dsty; dsty=0;
192 if (srcy+hight > sr
161 __VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int width, int hight) argument
222 VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int width, int hight) argument
[all...]
H A Dvgl.h108 int __VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int width, int hight);
109 int VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int width, int hight);
136 int VGLMouseOverlap(int x, int y, int width, int hight);
H A Dmouse.c379 VGLMouseOverlap(int x, int y, int width, int hight) argument
394 overlap = (y + hight) - VGLMouseYpos;
/freebsd-current/usr.bin/systat/
H A Dsystat.h77 void procshow(int col, int hight, uint64_t totalswappages);
H A Dproc.c213 procshow(int lcol, int hight, uint64_t totalswappages) argument
217 for (i = 0, y = lcol + 1 /* HEADING */; i < hight; i++, y++)
/freebsd-current/contrib/diff/src/
H A Ddiff3.c1387 lin hight = D_HIGHLINE (ptr, realfile);
1389 long int lhight = hight;
1392 switch (lowt - hight)
1407 if (lowt <= hight)
1417 while (++line < hight - lowt + 1);
1383 lin hight = D_HIGHLINE (ptr, realfile); local

Completed in 134 milliseconds