OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:td_customValues
(Results
1 - 8
of
8
) sorted by null
/external/opencv3/3rdparty/libtiff/
tif_extension.c
52
return td->
td_customValues
[tag_index].info->field_tag;
tif_dirwrite.c
696
switch (tif->tif_dir.
td_customValues
[m].info->field_type)
699
if (!TIFFWriteDirectoryTagAscii(tif,&ndir,dir,tif->tif_dir.
td_customValues
[m].info->field_tag,tif->tif_dir.
td_customValues
[m].count,tif->tif_dir.
td_customValues
[m].value))
703
if (!TIFFWriteDirectoryTagUndefinedArray(tif,&ndir,dir,tif->tif_dir.
td_customValues
[m].info->field_tag,tif->tif_dir.
td_customValues
[m].count,tif->tif_dir.
td_customValues
[m].value))
[
all
...]
tif_dir.c
466
if (td->
td_customValues
[iCustom].info->field_tag == tag) {
467
tv = td->
td_customValues
+ iCustom;
484
_TIFFrealloc(td->
td_customValues
,
494
td->
td_customValues
= new_customValues;
496
tv = td->
td_customValues
+ (td->td_customValueCount - 1);
772
tv = td->
td_customValues
+ i;
781
td->
td_customValues
[i] = td->
td_customValues
[i+1];
[
all
...]
tif_dir.h
118
TIFFTagValue *
td_customValues
;
/external/pdfium/third_party/libtiff/
tif_extension.c
52
return td->
td_customValues
[tag_index].info->field_tag;
tif_dirwrite.c
696
switch (tif->tif_dir.
td_customValues
[m].info->field_type)
699
if (!TIFFWriteDirectoryTagAscii(tif,&ndir,dir,tif->tif_dir.
td_customValues
[m].info->field_tag,tif->tif_dir.
td_customValues
[m].count,tif->tif_dir.
td_customValues
[m].value))
703
if (!TIFFWriteDirectoryTagUndefinedArray(tif,&ndir,dir,tif->tif_dir.
td_customValues
[m].info->field_tag,tif->tif_dir.
td_customValues
[m].count,tif->tif_dir.
td_customValues
[m].value))
707
if (!TIFFWriteDirectoryTagByteArray(tif,&ndir,dir,tif->tif_dir.
td_customValues
[m].info->field_tag,tif->tif_dir.
td_customValues
[m].count,tif->tif_dir.
td_customValues
[m].value)
[
all
...]
tif_dir.c
474
if (td->
td_customValues
[iCustom].info->field_tag == tag) {
475
tv = td->
td_customValues
+ iCustom;
492
_TIFFrealloc(td->
td_customValues
,
502
td->
td_customValues
= new_customValues;
504
tv = td->
td_customValues
+ (td->td_customValueCount - 1);
790
tv = td->
td_customValues
+ i;
799
td->
td_customValues
[i] = td->
td_customValues
[i+1];
1046
TIFFTagValue *tv = td->
td_customValues
+ i;
[
all
...]
tif_dir.h
118
TIFFTagValue *
td_customValues
;
Completed in 400 milliseconds