Searched refs:iComponents (Results 1 – 4 of 4) sorted by relevance
242 pImg->iComponents = 1; in bExamineDIB()244 pImg->iComponents = (int)(pImg->uiBitsPerComponent / 8); in bExamineDIB()315 pImg->iComponents = iNextByte(pFile); in bExamineJPEG()361 DBG_DEC(pImg->iComponents); in bExamineJPEG()366 pImg->iComponents <= 0) { in bExamineJPEG()369 DBG_DEC(pImg->iComponents); in bExamineJPEG()374 if (pImg->iComponents * 3 + 8 != (int)tLength) { in bExamineJPEG()384 if (pImg->iComponents != 1 && in bExamineJPEG()385 pImg->iComponents != 3 && in bExamineJPEG()386 pImg->iComponents != 4) { in bExamineJPEG()[all …]
650 switch (pImg->iComponents) { in vImageProloguePS()661 DBG_DEC(pImg->iComponents); in vImageProloguePS()672 fprintf(pOutFile, "\t/Colors %d\n", pImg->iComponents); in vImageProloguePS()684 if (pImg->iComponents == 3 || pImg->iComponents == 4) { in vImageProloguePS()735 switch (pImg->iComponents) { in vImageProloguePS()756 DBG_DEC(pImg->iComponents); in vImageProloguePS()761 if (pImg->iComponents == 3) { in vImageProloguePS()
756 switch (pImg->iComponents) { in vImageProloguePDF()775 DBG_DEC(pImg->iComponents); in vImageProloguePDF()783 if (pImg->iComponents == 3 || pImg->iComponents == 4) { in vImageProloguePDF()799 vFPprintf(pOutFile, "\t\t/Colors %d\n", pImg->iComponents); in vImageProloguePDF()
288 int iComponents; /* Number of color components */ member