Home | History | Annotate | Download | only in png

Lines Matching full:bitdepth

72 	var bitdepth int
75 bitdepth = 8
77 bitdepth = 16
84 bitdepth = 1
86 bitdepth = 2
88 bitdepth = 4
90 bitdepth = 8
97 fmt.Fprintf(w, " width: %d; height: %d; bitdepth: %d;\n", bounds.Dx(), bounds.Dy(), bitdepth)
184 b = b<<uint(bitdepth) | int(paletted.ColorIndexAt(x, y))
186 if c == 8/bitdepth {
193 for c != 8/bitdepth {
194 b = b << uint(bitdepth)