Home | History | Annotate | Download | only in src

Lines Matching refs:cmsUInt32Number

56 // Alignment of ICC file format uses 4 bytes (cmsUInt32Number)
57 #define _cmsALIGNLONG(x) (((x)+(sizeof(cmsUInt32Number)-1)) & ~(sizeof(cmsUInt32Number)-1))
104 #define FROM_16_TO_8(rgb) (cmsUInt8Number) ((((cmsUInt32Number)(rgb) * 65281U + 8388608U) >> 24) & 0xFFU)
339 void* _cmsPluginMalloc(cmsContext ContextID, cmsUInt32Number size);
380 cmsUInt32Number BlockSize;
381 cmsUInt32Number Used;
396 _cmsSubAllocator* _cmsCreateSubAlloc(cmsContext ContextID, cmsUInt32Number Initial);
398 void* _cmsSubAlloc(_cmsSubAllocator* s, cmsUInt32Number size);
399 void* _cmsSubAllocDup(_cmsSubAllocator* s, const void *ptr, cmsUInt32Number size);
663 cmsUInt32Number StrW; // Offset to current unicode string
664 cmsUInt32Number Len; // Length in bytes
673 cmsUInt32Number AllocatedEntries;
674 cmsUInt32Number UsedEntries;
678 cmsUInt32Number PoolSize; // The maximum allocated size
679 cmsUInt32Number PoolUsed; // The used size
694 cmsUInt32Number nColors;
695 cmsUInt32Number Allocated;
696 cmsUInt32Number ColorantCount;
726 cmsUInt32Number Version;
730 cmsUInt32Number RenderingIntent;
732 cmsUInt32Number flags;
733 cmsUInt32Number manufacturer, model;
735 cmsUInt32Number creator;
740 cmsUInt32Number TagCount;
743 cmsUInt32Number TagSizes[MAX_TABLE_TAG]; // Size on disk
744 cmsUInt32Number TagOffsets[MAX_TABLE_TAG];
760 cmsBool _cmsWriteHeader(_cmsICCPROFILE* Icc, cmsUInt32Number UsedSpace);
774 cmsInterpParams* _cmsComputeInterpParams(cmsContext ContextID, int nSamples, int InputChan, int OutputChan, const void* Table, cmsUInt32Number dwFlags);
775 cmsInterpParams* _cmsComputeInterpParamsEx(cmsContext ContextID, const cmsUInt32Number nSamples[], int InputChan, int OutputChan, const void* Table, cmsUInt32Number dwFlags);
789 cmsUInt32Number nSegments; // Number of segments in the curve. Zero for a 16-bit based tables
796 cmsUInt32Number nEntries; // Number of table elements
811 cmsUInt32Number InputChannels; // Input channels -- for optimization purposes
812 cmsUInt32Number OutputChannels; // Output channels -- for optimization purposes
855 cmsUInt32Number InputChannels, OutputChannels;
886 cmsUInt32Number nProfiles,
887 cmsUInt32Number TheIntents[],
891 cmsUInt32Number dwFlags);
897 cmsSEQ* _cmsCompileProfileSequence(cmsContext ContextID, cmsUInt32Number nProfiles, cmsHPROFILE hProfiles[]);
903 int _cmsReasonableGridpointsByColorspace(cmsColorSpaceSignature Colorspace, cmsUInt32Number dwFlags);
908 cmsUInt32Number *nOutputs);
913 cmsUInt32Number* InputFormat,
914 cmsUInt32Number* OutputFormat,
915 cmsUInt32Number* dwFlags );
923 cmsUInt32Number Intents[],
925 cmsUInt32Number nGamutPCSposition,
933 cmsBool _cmsFormatterIsFloat(cmsUInt32Number Type);
934 cmsBool _cmsFormatterIs8bit(cmsUInt32Number Type);
937 cmsUInt32Number Type, // Specific type, i.e. TYPE_RGB_8
939 cmsUInt32Number dwFlags);
967 cmsUInt32Number InputFormat, OutputFormat; // Keep formats for further reference
1003 cmsUInt32Number dwOriginalFlags;
1007 cmsUInt32Number RenderingIntent;
1025 cmsUInt32Number PixelsPerLine,
1026 cmsUInt32Number LineCount,
1032 cmsUInt32Number nProfiles,
1033 cmsUInt32Number InputFormat,
1034 cmsUInt32Number OutputFormat,
1035 const cmsUInt32Number Intents[],
1039 cmsUInt32Number dwFlags);
1043 cmsUInt32Number nPoints,
1044 cmsUInt32Number nProfiles,
1045 const cmsUInt32Number Intents[],
1049 cmsUInt32Number dwFlags);