Searched refs:ndword (Results 1 – 1 of 1) sorted by relevance
1030 $tmp .= $this->ndword($this->m_gfh->m_nWidth);1031 $tmp .= $this->ndword($this->m_gfh->m_nHeight);1034 $out .= $this->ndword(crc32($tmp));1038 $out .= $this->ndword($nColors * 3);1042 $out .= $this->ndword(crc32($tmp));1047 $out .= $this->ndword($nColors);1053 $out .= $this->ndword(crc32($tmp));1057 $out .= $this->ndword(strlen($bmp));1061 $out .= $this->ndword(crc32($tmp));1142 public function ndword($val) function in CGIF