boffset 361 ext/gd/libgd/gd_png.c int boffset = 0; boffset 363 ext/gd/libgd/gd_png.c register png_byte r = row_pointers[h][boffset++]; boffset 364 ext/gd/libgd/gd_png.c register png_byte g = row_pointers[h][boffset++]; boffset 365 ext/gd/libgd/gd_png.c register png_byte b = row_pointers[h][boffset++]; boffset 374 ext/gd/libgd/gd_png.c int boffset = 0; boffset 376 ext/gd/libgd/gd_png.c register png_byte r = row_pointers[h][boffset++]; boffset 377 ext/gd/libgd/gd_png.c register png_byte g = row_pointers[h][boffset++]; boffset 378 ext/gd/libgd/gd_png.c register png_byte b = row_pointers[h][boffset++]; boffset 385 ext/gd/libgd/gd_png.c register png_byte a = gdAlphaMax - (row_pointers[h][boffset++] >> 1);