Home
last modified time | relevance | path

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

/external/ltp/pan/
Dreporter.c94 int tagcount; /* how many tags used */ in scanner_reporter() local
104 tagcount = 0; in scanner_reporter()
109 if (tagcount == ntags) { in scanner_reporter()
114 tl = taglist + tagcount; in scanner_reporter()
118 tagcount++; in scanner_reporter()
121 if (tagcount == ntags) { in scanner_reporter()
125 tl = taglist + tagcount; in scanner_reporter()
129 ntags = tagcount; in scanner_reporter()
Dtag_report.c121 int ntags, tagcount; in cuts_report() local
139 tagcount = 0; in cuts_report()
144 if (tagcount == ntags) { in cuts_report()
149 tl = taglist + tagcount; in cuts_report()
157 tagcount++; in cuts_report()
160 if (tagcount == ntags) { in cuts_report()
164 tl = taglist + tagcount; in cuts_report()
169 ntags = tagcount; in cuts_report()
/external/ImageMagick/coders/
Dmeta.c1914 tagcount = (int) (sizeof(tags) / sizeof(tag_spec)); in formatIPTC() local
1948 for (i=0; i< tagcount; i++) in formatIPTC()
1953 if (i < tagcount) in formatIPTC()
2054 tagcount = (int) (sizeof(tags) / sizeof(tag_spec)); in formatIPTCfromBuffer() local
2084 for (i=0; i< tagcount; i++) in formatIPTCfromBuffer()
2087 if (i < tagcount) in formatIPTCfromBuffer()