Home
last modified time | relevance | path

Searched refs:dstline (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
208 for (srcline = srcy + yextra, dstline = dsty + yextra; srcline != yend; in __VGLBitmapCopy()
209 srcline += ystep, dstline += ystep) { in __VGLBitmapCopy()
211 if (mousemerge && VGLMouseOverlap(dstx, dstline, width, 1)) { in __VGLBitmapCopy()
214 VGLMouseMerge(dstx, dstline, width, p); in __VGLBitmapCopy()
216 WriteVerticalLine(dst, dstx, dstline, width, p); in __VGLBitmapCopy()