Home
last modified time | relevance | path

Searched refs:imagestart (Results 1 – 1 of 1) sorted by relevance

/external/tesseract/image/
Dimgtiff.cpp193 inT32 imagestart; //location of image in file in open_tif_image() local
230 imagestart = 0; in open_tif_image()
285 imagestart = tiffentry.value; in open_tif_image()
307 if (*xsize <= 0 || *ysize <= 0 || imagestart <= 0) { in open_tif_image()
328 lseek (fd, (long) imagestart, 0); in open_tif_image()
330 if (read (fd, (char *) &imagestart, sizeof (imagestart)) != in open_tif_image()
331 sizeof (imagestart)) { in open_tif_image()
336 imagestart = reverse32 (imagestart); in open_tif_image()
338 lseek (fd, (long) imagestart, 0); in open_tif_image()