Home
last modified time | relevance | path

Searched refs:ystep (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
202 ystep = 1; in __VGLBitmapCopy()
206 ystep = -1; in __VGLBitmapCopy()
209 srcline += ystep, dstline += ystep) { in __VGLBitmapCopy()