Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libvgl/
H A Dbitmap.c297 int dstpos, i, pb, size, srcpb, srcpos; in VGLBitmapCvt() local
300 srcpb = src->PixelBytes; in VGLBitmapCvt()
301 if (srcpb <= 0) in VGLBitmapCvt()
302 srcpb = 1; in VGLBitmapCvt()
304 if (pb == srcpb) { in VGLBitmapCvt()
308 if (srcpb != 1) in VGLBitmapCvt()