Home
last modified time | relevance | path

Searched refs:iComponents (Results 1 – 4 of 4) sorted by relevance

/plan9/sys/src/cmd/aux/antiword/
H A Dimgexam.c242 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 …]
H A Dpostscript.c650 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()
H A Dpdf.c756 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()
H A Dwordtypes.h288 int iComponents; /* Number of color components */ member