Lines Matching refs:row

392 							for ($row = ($thisfile_bmp_header_raw['height'] - 1); $row >= 0; $row--) {
397 $thisfile_bmp['data'][$row][$col] = $thisfile_bmp['palette'][$paletteindex];
409 for ($row = ($thisfile_bmp_header_raw['height'] - 1); $row >= 0; $row--) {
414 $thisfile_bmp['data'][$row][$col] = $thisfile_bmp['palette'][$paletteindex];
426 for ($row = ($thisfile_bmp_header_raw['height'] - 1); $row >= 0; $row--) {
429 $thisfile_bmp['data'][$row][$col] = $thisfile_bmp['palette'][$paletteindex];
439 for ($row = ($thisfile_bmp_header_raw['height'] - 1); $row >= 0; $row--) {
441 …$thisfile_bmp['data'][$row][$col] = (ord($BMPpixelData[$pixeldataoffset+2]) << 16) | (ord($BMPpixe…
452 for ($row = ($thisfile_bmp_header_raw['height'] - 1); $row >= 0; $row--) {
454 …$thisfile_bmp['data'][$row][$col] = (ord($BMPpixelData[$pixeldataoffset+3]) << 24) | (ord($BMPpixe…
505 …$row = ($thisfile_bmp_header_raw['height'] - 1 - (($pixelcounter - $col) / $thisfile_bmp_header_ra…
506 $pixelcounter = ($row * $thisfile_bmp_header_raw['width']) + $col;
517 …$row = $thisfile_bmp_header_raw['height'] - 1 - (($pixelcounter - $col) / $thisfile_bmp_header_raw…
518 $thisfile_bmp['data'][$row][$col] = $thisfile_bmp['palette'][$paletteindex];
534 …$row = $thisfile_bmp_header_raw['height'] - 1 - (($pixelcounter - $col) / $thisfile_bmp_header_raw…
535 $thisfile_bmp['data'][$row][$col] = $thisfile_bmp['palette'][$secondbyte];
581 …$row = ($thisfile_bmp_header_raw['height'] - 1 - (($pixelcounter - $col) / $thisfile_bmp_header_ra…
582 $pixelcounter = ($row * $thisfile_bmp_header_raw['width']) + $col;
603 …$row = $thisfile_bmp_header_raw['height'] - 1 - (($pixelcounter - $col) / $thisfile_bmp_header_raw…
604 $thisfile_bmp['data'][$row][$col] = $thisfile_bmp['palette'][$paletteindex];
623 …$row = $thisfile_bmp_header_raw['height'] - 1 - (($pixelcounter - $col) / $thisfile_bmp_header_raw…
624 $thisfile_bmp['data'][$row][$col] = $thisfile_bmp['palette'][ $paletteindexes[ $i % 2 ]];
659 for ($row = ($thisfile_bmp_header_raw['height'] - 1); $row >= 0; $row--) {
667 $thisfile_bmp['data'][$row][$col] = (($red << 16) | ($green << 8) | $blue);
732 foreach ($BMPdata['data'] as $row => $colarray) {
743 imagesetpixel($gd, $col, $row, $pixelcolor);