OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TIFFStartTile
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/3rdparty/libtiff/
tif_read.c
37
static int
TIFFStartTile
(TIFF* tif, uint32 tile);
901
return (
TIFFStartTile
(tif, tile));
[
all
...]
/external/pdfium/third_party/libtiff/
tif_read.c
37
static int
TIFFStartTile
(TIFF* tif, uint32 tile);
901
return (
TIFFStartTile
(tif, tile));
991
TIFFStartTile
(TIFF* tif, uint32 tile)
993
static const char module[] = "
TIFFStartTile
";
[
all
...]
Completed in 103 milliseconds