dc_rowbytes       309 dev/pci/tga.c  	dc->dc_rowbytes = dc->dc_wid * (dc->dc_tgaconf->tgac_phys_depth / 8);
dc_rowbytes       313 dev/pci/tga.c  		dc->dc_rowbytes, dc->dc_tgaconf->tgac_phys_depth,
dc_rowbytes       342 dev/pci/tga.c  	for (i = 0; i < dc->dc_ht * dc->dc_rowbytes; i += sizeof(u_int32_t))
dc_rowbytes       353 dev/pci/tga.c  	rip->ri_stride = dc->dc_rowbytes;
dc_rowbytes       605 dev/pci/tga.c  		*(u_int *)data = sc->sc_dc->dc_rowbytes;
dc_rowbytes        83 dev/pci/tgavar.h 	int	    dc_rowbytes;	/* bytes in a FB scan line */