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

/freebsd-11.0-release/lib/libvgl/
H A Dbitmap.c294 VGLBitmap *dst, int dstx, int dsty, int width, int hight)
305 hight=hight+srcy; dsty-=srcy; srcy=0;
311 hight=hight+dsty; srcy-=dsty; dsty=0;
315 if (srcy+hight > src->VYsize)
316 hight=src->VYsize-srcy;
319 if (dsty+hight > dst->VYsize)
320 hight=dst->VYsize-dsty;
321 if (width < 0 || hight <
293 __VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int width, int hight) argument
357 VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int width, int hight) argument
[all...]
H A Dvgl.h107 int __VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int width, int hight);
108 int VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int width, int hight);
132 int VGLMouseFreeze(int x, int y, int width, int hight, byte color);
H A Dmouse.c235 VGLMouseFreeze(int x, int y, int width, int hight, byte color) argument
239 if (width > 1 || hight > 1) { /* bitmap */
251 overlap = (y + hight) - VGLMouseYpos;
/freebsd-11.0-release/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 91 milliseconds