HomeSort by relevance Sort by last modified time
    Searched refs:TagCount (Results 1 - 2 of 2) sorted by null

  /external/pdfium/third_party/lcms2-2.6/src/
cmsio0.c 473 Icc -> TagCount = 0;
503 return Icc->TagCount;
511 if (n > Icc->TagCount) return (cmsTagSignature) 0; // Mark as not available
523 for (i=0; i < Profile -> TagCount; i++) {
620 if (Icc -> TagCount >= MAX_TABLE_TAG) {
625 *NewPos = Icc ->TagCount;
626 Icc -> TagCount++;
649 cmsUInt32Number TagCount;
693 if (!_cmsReadUInt32Number(io, &TagCount)) return FALSE;
694 if (TagCount > MAX_TABLE_TAG)
    [all...]
lcms2_internal.h 727 cmsUInt32Number TagCount;
    [all...]

Completed in 175 milliseconds