Home | History | Annotate | Download | only in png

Lines Matching full:uint16

579 				ycol := uint16(cdat[2*x+0])<<8 | uint16(cdat[2*x+1])
584 ycol := uint16(cdat[4*x+0])<<8 | uint16(cdat[4*x+1])
585 acol := uint16(cdat[4*x+2])<<8 | uint16(cdat[4*x+3])
590 rcol := uint16(cdat[6*x+0])<<8 | uint16(cdat[6*x+1])
591 gcol := uint16(cdat[6*x+2])<<8 | uint16(cdat[6*x+3])
592 bcol := uint16(cdat[6*x+4])<<8 | uint16(cdat[6*x+5])
597 rcol := uint16(cdat[8*x+0])<<8 | uint16(cdat[8*x+1])
598 gcol := uint16(cdat[8*x+2])<<8 | uint16(cdat[8*x+3])
599 bcol := uint16(cdat[8*x+4])<<8 | uint16(cdat[8*x+5])
600 acol := uint16(cdat[8*x+6])<<8 | uint16(cdat[8*x+7])