Lines Matching refs:bmp
900 $bmp = '';
913 $bmp .= chr($this->m_gfh->m_nBgColor);
915 $bmp .= chr($bgColor);
918 $bmp .= $data[$nPxl];
923 $bmp .= chr($this->m_gfh->m_nBgColor);
925 $bmp .= chr($bgColor);
933 $bmp .= "\x00";
939 $out .= $this->dword(14 + 40 + ($nColors << 2) + strlen($bmp));
963 $out .= $bmp;
1000 $bmp = '';
1002 $bmp .= "\x00";
1010 $bmp .= $data[$nPxl];
1014 $bmp .= chr($this->m_gfh->m_nBgColor);
1016 $bmp .= chr($bgColor);
1021 $bmp = gzcompress($bmp, 9);
1057 $out .= $this->ndword(strlen($bmp));
1059 $tmp .= $bmp;