Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libvgl/
H A Dbitmap.c299 int dstpos, i, pb, size, srcpb, srcpos; in VGLBitmapCvt() local
302 srcpb = src->PixelBytes; in VGLBitmapCvt()
303 if (srcpb <= 0) in VGLBitmapCvt()
304 srcpb = 1; in VGLBitmapCvt()
306 if (pb == srcpb) { in VGLBitmapCvt()
310 if (srcpb != 1) in VGLBitmapCvt()