Home
last modified time | relevance | path

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

/freebsd/lib/libvgl/
H A Dbitmap.c296 int dstpos, i, pb, size, srcpb, srcpos; in VGLBitmapCvt() local
299 srcpb = src->PixelBytes; in VGLBitmapCvt()
300 if (srcpb <= 0) in VGLBitmapCvt()
301 srcpb = 1; in VGLBitmapCvt()
303 if (pb == srcpb) { in VGLBitmapCvt()
307 if (srcpb != 1) in VGLBitmapCvt()