Home
last modified time | relevance | path

Searched refs:theComponents (Results 1 – 10 of 10) sorted by last modified time

/dports/graphics/libfpx/libfpx-1.3.1-10/
H A Dfpxlib.h343 FPXComponentColorType theComponents[FPX_MAX_COMPONENTS]; member
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/coders/
H A Dfpx.c851 colorspace.theComponents[0].myColor=MONOCHROME; in WriteFPXImage()
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/coders/
H A Dfpx.c851 colorspace.theComponents[0].myColor=MONOCHROME; in WriteFPXImage()
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/coders/
H A Dfpx.c838 colorspace.theComponents[0].myColor=MONOCHROME; in WriteFPXImage()
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/coders/
H A Dfpx.c838 colorspace.theComponents[0].myColor=MONOCHROME; in WriteFPXImage()
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/go-enry/go-enry/v2/internal/code-generator/generator/test_files/
H A Dfrequencies.gold85850 "theComponents": -6.005121,
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/coders/
H A Dfpx.c825 colorspace.theComponents[0].myColor=MONOCHROME; in WriteFPXImage()
/dports/mail/gnumail/GNUMail-1.3.0/Framework/GNUMail/
H A DAddressBookController.m305 NSArray *theComponents;
307 theComponents = [personal componentsSeparatedByString: @" "];
309 if ([theComponents count] > 1)
311 first = [[theComponents subarrayWithRange: NSMakeRange(0, [theComponents count]-1)]
313 last = [theComponents objectAtIndex: [theComponents count]-1];
324 NSArray *theComponents;
326 theComponents = [personal componentsSeparatedByString: @","];
328 if ([theComponents count] > 1)
330 last = [theComponents objectAtIndex: 0];
331 first = [theComponents objectAtIndex: 1];
/dports/graphics/libfpx/libfpx-1.3.1-10/fpx/
H A Dpres_fpx.cpp124 switch (colorSpace.theComponents[i].myColor) { in ComputeChannelColor()
141 switch (colorSpace.theComponents[index].myColor) { in ComputeChannelColor()
197 colorSpace->theComponents[index].myColor = ALPHA; in AnalyseChannelColor()
201 colorSpace->theComponents[index].myColor = MONOCHROME; in AnalyseChannelColor()
205 colorSpace->theComponents[index].myColor = ALPHA; in AnalyseChannelColor()
221 colorSpace->theComponents[index].myColor = ALPHA; in AnalyseChannelColor()
226 colorSpace->theComponents[index].myColor = NIFRGB_R; in AnalyseChannelColor()
231 colorSpace->theComponents[index].myColor = NIFRGB_G; in AnalyseChannelColor()
236 colorSpace->theComponents[index].myColor = NIFRGB_B; in AnalyseChannelColor()
241 colorSpace->theComponents[index].myColor = ALPHA; in AnalyseChannelColor()
[all …]
H A Dbuffdesc.cpp681 colorSpace->theComponents[0].myColor = NIFRGB_R; in CreateFPXColorSpace()
682 colorSpace->theComponents[1].myColor = NIFRGB_G; in CreateFPXColorSpace()
683 colorSpace->theComponents[2].myColor = NIFRGB_B; in CreateFPXColorSpace()
691 colorSpace->theComponents[0].myColor = ALPHA; in CreateFPXColorSpace()
692 colorSpace->theComponents[1].myColor = NIFRGB_R; in CreateFPXColorSpace()
706 colorSpace->theComponents[3].myColor = ALPHA; in CreateFPXColorSpace()
725 colorSpace->theComponents[0].myColor = ALPHA; in CreateFPXColorSpace()
740 colorSpace->theComponents[3].myColor = ALPHA; in CreateFPXColorSpace()
755 colorSpace->theComponents[0].myColor = ALPHA; in CreateFPXColorSpace()
764 colorSpace->theComponents[1].myColor = ALPHA; in CreateFPXColorSpace()
[all …]