Home
last modified time | relevance | path

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

/freebsd-14-stable/lib/libvgl/
HDbitmap.c297 int dstpos, i, pb, size, srcpb, srcpos; in VGLBitmapCvt() local
310 for (srcpos = dstpos = 0; srcpos < size; srcpos++) { in VGLBitmapCvt()
313 dst->Bitmap[dstpos++] = color; in VGLBitmapCvt()