OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TIFFTagValue
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/3rdparty/libtiff/
tif_dir.h
37
}
TIFFTagValue
;
118
TIFFTagValue
*td_customValues;
tif_dir.c
440
TIFFTagValue
*tv;
480
TIFFTagValue
*new_customValues;
483
new_customValues = (
TIFFTagValue
*)
485
sizeof(
TIFFTagValue
) * td->td_customValueCount);
767
TIFFTagValue
*tv = NULL;
[
all
...]
/external/pdfium/third_party/libtiff/
tif_dir.h
37
}
TIFFTagValue
;
118
TIFFTagValue
*td_customValues;
tif_dir.c
448
TIFFTagValue
*tv;
488
TIFFTagValue
*new_customValues;
491
new_customValues = (
TIFFTagValue
*)
493
sizeof(
TIFFTagValue
) * td->td_customValueCount);
785
TIFFTagValue
*tv = NULL;
1046
TIFFTagValue
*tv = td->td_customValues + i;
[
all
...]
Completed in 55 milliseconds