Lines Matching refs:LittleEndian2Int

113 		$thisfile_bmp_header_raw['filesize']    = $this->LittleEndian2Int(substr($BMPheader, $offset, 4));
115 $thisfile_bmp_header_raw['reserved1'] = $this->LittleEndian2Int(substr($BMPheader, $offset, 2));
117 $thisfile_bmp_header_raw['reserved2'] = $this->LittleEndian2Int(substr($BMPheader, $offset, 2));
119 $thisfile_bmp_header_raw['data_offset'] = $this->LittleEndian2Int(substr($BMPheader, $offset, 4));
121 $thisfile_bmp_header_raw['header_size'] = $this->LittleEndian2Int(substr($BMPheader, $offset, 4));
126 $planes22 = $this->LittleEndian2Int(substr($BMPheader, 22, 2));
127 $planes26 = $this->LittleEndian2Int(substr($BMPheader, 26, 2));
169 …$thisfile_bmp_header_raw['width'] = $this->LittleEndian2Int(substr($BMPheader, $offset, 2…
171 …$thisfile_bmp_header_raw['height'] = $this->LittleEndian2Int(substr($BMPheader, $offset, 2…
173 …$thisfile_bmp_header_raw['planes'] = $this->LittleEndian2Int(substr($BMPheader, $offset, 2…
175 …$thisfile_bmp_header_raw['bits_per_pixel'] = $this->LittleEndian2Int(substr($BMPheader, $offset, 2…
199 …$thisfile_bmp_header_raw['compression'] = $this->LittleEndian2Int(substr($BMPheader, $offset,…
201 …$thisfile_bmp_header_raw['bmp_data_size'] = $this->LittleEndian2Int(substr($BMPheader, $offset,…
203 …$thisfile_bmp_header_raw['resolution_h'] = $this->LittleEndian2Int(substr($BMPheader, $offset,…
205 …$thisfile_bmp_header_raw['resolution_v'] = $this->LittleEndian2Int(substr($BMPheader, $offset,…
207 …$thisfile_bmp_header_raw['colors_used'] = $this->LittleEndian2Int(substr($BMPheader, $offset,…
209 …$thisfile_bmp_header_raw['colors_important'] = $this->LittleEndian2Int(substr($BMPheader, $offset,…
211 …$thisfile_bmp_header_raw['resolution_units'] = $this->LittleEndian2Int(substr($BMPheader, $offset,…
213 …$thisfile_bmp_header_raw['reserved1'] = $this->LittleEndian2Int(substr($BMPheader, $offset,…
215 …$thisfile_bmp_header_raw['recording'] = $this->LittleEndian2Int(substr($BMPheader, $offset,…
217 …$thisfile_bmp_header_raw['rendering'] = $this->LittleEndian2Int(substr($BMPheader, $offset,…
219 …$thisfile_bmp_header_raw['size1'] = $this->LittleEndian2Int(substr($BMPheader, $offset,…
221 …$thisfile_bmp_header_raw['size2'] = $this->LittleEndian2Int(substr($BMPheader, $offset,…
223 …$thisfile_bmp_header_raw['color_encoding'] = $this->LittleEndian2Int(substr($BMPheader, $offset,…
225 …$thisfile_bmp_header_raw['identifier'] = $this->LittleEndian2Int(substr($BMPheader, $offset,…
251 …$thisfile_bmp_header_raw['width'] = $this->LittleEndian2Int(substr($BMPheader, $offset,…
253 …$thisfile_bmp_header_raw['height'] = $this->LittleEndian2Int(substr($BMPheader, $offset,…
255 …$thisfile_bmp_header_raw['planes'] = $this->LittleEndian2Int(substr($BMPheader, $offset,…
257 …$thisfile_bmp_header_raw['bits_per_pixel'] = $this->LittleEndian2Int(substr($BMPheader, $offset,…
259 …$thisfile_bmp_header_raw['compression'] = $this->LittleEndian2Int(substr($BMPheader, $offset,…
261 …$thisfile_bmp_header_raw['bmp_data_size'] = $this->LittleEndian2Int(substr($BMPheader, $offset,…
263 …$thisfile_bmp_header_raw['resolution_h'] = $this->LittleEndian2Int(substr($BMPheader, $offset,…
265 …$thisfile_bmp_header_raw['resolution_v'] = $this->LittleEndian2Int(substr($BMPheader, $offset,…
267 …$thisfile_bmp_header_raw['colors_used'] = $this->LittleEndian2Int(substr($BMPheader, $offset,…
269 …$thisfile_bmp_header_raw['colors_important'] = $this->LittleEndian2Int(substr($BMPheader, $offset,…
294 …$thisfile_bmp_header_raw['red_mask'] = $this->LittleEndian2Int(substr($BMPheader, $offset, 4));
296 …$thisfile_bmp_header_raw['green_mask'] = $this->LittleEndian2Int(substr($BMPheader, $offset, 4));
298 …$thisfile_bmp_header_raw['blue_mask'] = $this->LittleEndian2Int(substr($BMPheader, $offset, 4));
300 …$thisfile_bmp_header_raw['alpha_mask'] = $this->LittleEndian2Int(substr($BMPheader, $offset, 4));
302 …$thisfile_bmp_header_raw['cs_type'] = $this->LittleEndian2Int(substr($BMPheader, $offset, 4));
310 …$thisfile_bmp_header_raw['gamma_red'] = $this->LittleEndian2Int(substr($BMPheader, $offset, 4));
312 …$thisfile_bmp_header_raw['gamma_green'] = $this->LittleEndian2Int(substr($BMPheader, $offset, 4));
314 …$thisfile_bmp_header_raw['gamma_blue'] = $this->LittleEndian2Int(substr($BMPheader, $offset, 4));
332 …$thisfile_bmp_header_raw['intent'] = $this->LittleEndian2Int(substr($BMPheader, $offs…
334 …$thisfile_bmp_header_raw['profile_data_offset'] = $this->LittleEndian2Int(substr($BMPheader, $offs…
336 …$thisfile_bmp_header_raw['profile_data_size'] = $this->LittleEndian2Int(substr($BMPheader, $offs…
338 …$thisfile_bmp_header_raw['reserved3'] = $this->LittleEndian2Int(substr($BMPheader, $offs…
367 $blue = $this->LittleEndian2Int($BMPpalette[ $paletteoffset++ ]);
368 $green = $this->LittleEndian2Int($BMPpalette[ $paletteoffset++ ]);
369 $red = $this->LittleEndian2Int($BMPpalette[ $paletteoffset++ ]);
480 $firstbyte = $this->LittleEndian2Int($BMPpixelData[ $pixeldataoffset++ ]);
481 $secondbyte = $this->LittleEndian2Int($BMPpixelData[ $pixeldataoffset++ ]);
502 $colincrement = $this->LittleEndian2Int($BMPpixelData[ $pixeldataoffset++ ]);
503 $rowincrement = $this->LittleEndian2Int($BMPpixelData[ $pixeldataoffset++ ]);
515 $paletteindex = $this->LittleEndian2Int($BMPpixelData[ $pixeldataoffset++ ]);
556 $firstbyte = $this->LittleEndian2Int($BMPpixelData[ $pixeldataoffset++ ]);
557 $secondbyte = $this->LittleEndian2Int($BMPpixelData[ $pixeldataoffset++ ]);
578 $colincrement = $this->LittleEndian2Int($BMPpixelData[ $pixeldataoffset++ ]);
579 $rowincrement = $this->LittleEndian2Int($BMPpixelData[ $pixeldataoffset++ ]);
592 $paletteindexbyte = $this->LittleEndian2Int($BMPpixelData[ $pixeldataoffset++ ]);
661 …$pixelvalue = $this->LittleEndian2Int(substr($BMPpixelData, $pixeldataoffset, $thisfile_bmp_header…
812 public function LittleEndian2Int($byteword) { function in phpthumb_bmp
823 return $this->LittleEndian2Int(strrev($byteword));