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

/freebsd-13-stable/lib/libvgl/
H A Dbitmap.c165 VGLBitmap *dst, int dstx, int dsty, int width, int hight)
171 if (hight < 0) {
172 hight = -hight;
174 VGLMouseOverlap(dstx, dsty, width, hight));
185 hight=hight+srcy; dsty-=srcy; srcy=0;
191 hight=hight+dsty; srcy-=dsty; dsty=0;
195 if (srcy+hight > sr
164 __VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int width, int hight) argument
225 VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int width, int hight) argument
[all...]
H A Dvgl.h110 int __VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int width, int hight);
111 int VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int width, int hight);
138 int VGLMouseOverlap(int x, int y, int width, int hight);
H A Dmouse.c384 VGLMouseOverlap(int x, int y, int width, int hight) argument
399 overlap = (y + hight) - VGLMouseYpos;
/freebsd-13-stable/contrib/diff/src/
H A Ddiff3.c1388 lin hight = D_HIGHLINE (ptr, realfile);
1390 long int lhight = hight;
1393 switch (lowt - hight)
1408 if (lowt <= hight)
1418 while (++line < hight - lowt + 1);
1384 lin hight = D_HIGHLINE (ptr, realfile); local

Completed in 78 milliseconds