• Home
  • Raw
  • Download

Lines Matching refs:cmsUInt32Number

57 #define _cmsALIGNLONG(x) (((x)+(sizeof(cmsUInt32Number)-1)) & ~(sizeof(cmsUInt32Number)-1))
112 #define FROM_16_TO_8(rgb) (cmsUInt8Number) ((((cmsUInt32Number)(rgb) * 65281U + 8388608U) >> 24) & …
391 void* _cmsPluginMalloc(cmsContext ContextID, cmsUInt32Number size);
432 cmsUInt32Number BlockSize;
433 cmsUInt32Number Used;
448 _cmsSubAllocator* _cmsCreateSubAlloc(cmsContext ContextID, cmsUInt32Number Initial);
450 void* _cmsSubAlloc(_cmsSubAllocator* s, cmsUInt32Number size);
451 void* _cmsSubAllocDup(_cmsSubAllocator* s, const void *ptr, cmsUInt32Number size);
715 cmsUInt32Number StrW; // Offset to current unicode string
716 cmsUInt32Number Len; // Length in bytes
725 cmsUInt32Number AllocatedEntries;
726 cmsUInt32Number UsedEntries;
730 cmsUInt32Number PoolSize; // The maximum allocated size
731 cmsUInt32Number PoolUsed; // The used size
746 cmsUInt32Number nColors;
747 cmsUInt32Number Allocated;
748 cmsUInt32Number ColorantCount;
778 cmsUInt32Number Version;
782 cmsUInt32Number RenderingIntent;
784 cmsUInt32Number flags;
785 cmsUInt32Number manufacturer, model;
787 cmsUInt32Number creator;
792 cmsUInt32Number TagCount;
795 cmsUInt32Number TagSizes[MAX_TABLE_TAG]; // Size on disk
796 cmsUInt32Number TagOffsets[MAX_TABLE_TAG];
812 cmsBool _cmsWriteHeader(_cmsICCPROFILE* Icc, cmsUInt32Number UsedSpace);
826 …Context ContextID, cmsUInt32Number nSamples, cmsUInt32Number InputChan, cmsUInt32Number OutputChan…
827 … ContextID, const cmsUInt32Number nSamples[], cmsUInt32Number InputChan, cmsUInt32Number OutputCha…
841cmsUInt32Number nSegments; // Number of segments in the curve. Zero for a 16-bit based tables
848 cmsUInt32Number nEntries; // Number of table elements
863 cmsUInt32Number InputChannels; // Input channels -- for optimization purposes
864 cmsUInt32Number OutputChannels; // Output channels -- for optimization purposes
886 cmsStage* _cmsStageAllocIdentityCurves(cmsContext ContextID, cmsUInt32Number nChannels);
887 cmsStage* _cmsStageAllocIdentityCLut(cmsContext ContextID, cmsUInt32Number nChan);
892 cmsStage* _cmsStageClipNegatives(cmsContext ContextID, cmsUInt32Number nChannels);
907 cmsUInt32Number InputChannels, OutputChannels;
927 cmsPipeline* _cmsReadInputLUT(cmsHPROFILE hProfile, cmsUInt32Number Intent);
928 cmsPipeline* _cmsReadOutputLUT(cmsHPROFILE hProfile, cmsUInt32Number Intent);
929 cmsPipeline* _cmsReadDevicelinkLUT(cmsHPROFILE hProfile, cmsUInt32Number Intent);
938 cmsUInt32Number nProfiles,
939 cmsUInt32Number TheIntents[],
943 cmsUInt32Number dwFlags);
949 cmsSEQ* _cmsCompileProfileSequence(cmsContext ContextID, cmsUInt32Number nProfiles, cmsHPROFILE hPr…
954 cmsUInt16Number _cmsQuantizeVal(cmsFloat64Number i, cmsUInt32Number MaxSamples);
955 cmsUInt32Number _cmsReasonableGridpointsByColorspace(cmsColorSpaceSignature Colorspace, cmsUInt32N…
960 cmsUInt32Number *nOutputs);
964 cmsUInt32Number Intent,
965 cmsUInt32Number* InputFormat,
966 cmsUInt32Number* OutputFormat,
967 cmsUInt32Number* dwFlags );
975 cmsUInt32Number Intents[],
977 cmsUInt32Number nGamutPCSposition,
985 cmsBool _cmsFormatterIsFloat(cmsUInt32Number Type);
986 cmsBool _cmsFormatterIs8bit(cmsUInt32Number Type);
989 cmsUInt32Number Type, // Specific type, i.e. TYPE_RGB_8
991 cmsUInt32Number dwFlags);
1019 cmsUInt32Number InputFormat, OutputFormat; // Keep formats for further reference
1055 cmsUInt32Number dwOriginalFlags;
1059 cmsUInt32Number RenderingIntent;
1077 cmsUInt32Number PixelsPerLine,
1078 cmsUInt32Number LineCount,
1084 cmsUInt32Number nProfiles,
1085 cmsUInt32Number InputFormat,
1086 cmsUInt32Number OutputFormat,
1087 const cmsUInt32Number Intents[],
1091 cmsUInt32Number dwFlags);
1095 cmsUInt32Number nPoints,
1096 cmsUInt32Number nProfiles,
1097 const cmsUInt32Number Intents[],
1101 cmsUInt32Number dwFlags);