Home
last modified time | relevance | path

Searched refs:yextra (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libvgl/
H A Dbitmap.c165 int mousemerge, srcline, dstline, yend, yextra, ystep; in __VGLBitmapCopy() local
201 yextra = 0; in __VGLBitmapCopy()
205 yextra = hight - 1; in __VGLBitmapCopy()
208 for (srcline = srcy + yextra, dstline = dsty + yextra; srcline != yend; in __VGLBitmapCopy()