Lines Matching refs:theComponents

124     switch (colorSpace.theComponents[i].myColor) {  in ComputeChannelColor()
141 switch (colorSpace.theComponents[index].myColor) { in ComputeChannelColor()
197 colorSpace->theComponents[index].myColor = ALPHA; in AnalyseChannelColor()
198 colorSpace->theComponents[index].myDataType = DATA_TYPE_UNSIGNED_BYTE; in AnalyseChannelColor()
201 colorSpace->theComponents[index].myColor = MONOCHROME; in AnalyseChannelColor()
202 colorSpace->theComponents[index].myDataType = DATA_TYPE_UNSIGNED_BYTE; in AnalyseChannelColor()
205 colorSpace->theComponents[index].myColor = ALPHA; in AnalyseChannelColor()
206 colorSpace->theComponents[index].myDataType = DATA_TYPE_UNSIGNED_BYTE; in AnalyseChannelColor()
209 colorSpace->theComponents[index].myColor = PHOTO_YCC_Y; in AnalyseChannelColor()
210 colorSpace->theComponents[index].myDataType = DATA_TYPE_UNSIGNED_BYTE; in AnalyseChannelColor()
213 colorSpace->theComponents[index].myColor = PHOTO_YCC_C1; in AnalyseChannelColor()
214 colorSpace->theComponents[index].myDataType = DATA_TYPE_UNSIGNED_BYTE; in AnalyseChannelColor()
217 colorSpace->theComponents[index].myColor = PHOTO_YCC_C2; in AnalyseChannelColor()
218 colorSpace->theComponents[index].myDataType = DATA_TYPE_UNSIGNED_BYTE; in AnalyseChannelColor()
221 colorSpace->theComponents[index].myColor = ALPHA; in AnalyseChannelColor()
222 colorSpace->theComponents[index].myDataType = DATA_TYPE_UNSIGNED_BYTE; in AnalyseChannelColor()
226 colorSpace->theComponents[index].myColor = NIFRGB_R; in AnalyseChannelColor()
227 colorSpace->theComponents[index].myDataType = DATA_TYPE_UNSIGNED_BYTE; in AnalyseChannelColor()
231 colorSpace->theComponents[index].myColor = NIFRGB_G; in AnalyseChannelColor()
232 colorSpace->theComponents[index].myDataType = DATA_TYPE_UNSIGNED_BYTE; in AnalyseChannelColor()
236 colorSpace->theComponents[index].myColor = NIFRGB_B; in AnalyseChannelColor()
237 colorSpace->theComponents[index].myDataType = DATA_TYPE_UNSIGNED_BYTE; in AnalyseChannelColor()
241 colorSpace->theComponents[index].myColor = ALPHA; in AnalyseChannelColor()
242 colorSpace->theComponents[index].myDataType = DATA_TYPE_UNSIGNED_BYTE; in AnalyseChannelColor()
597 if (colorSpace.theComponents[i].myColor == ALPHA) in SetResolutionDescription()