Searched refs:alpha_offset (Results 1 – 4 of 4) sorted by relevance
47 public int alpha_offset; field in CaptureRawAndConvertedImage.ChimpRawImage64 alpha_offset = rawImage.alpha_offset; in ChimpRawImage()84 rawImage.alpha_offset = alpha_offset; in toRawImage()
61 alphaOffset = rawImage.alpha_offset; in ThirtyTwoBitColorModel()
36 public int alpha_offset; field in RawImage67 this.alpha_offset = 0; in readHeader()80 this.alpha_offset = buf.getInt(); in readHeader()145 rotated.alpha_offset = this.alpha_offset; in getRotated()193 a = ((value >>> alpha_offset) & getMask(alpha_length)) << (8 - alpha_length); in getARGB()
731 final int alphaOffset = rawImage.alpha_offset; in rawImage32toARGB()