Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dpsd.c90 #define PSDQuantum(x) (((ssize_t) (x)+1) & -2) macro
3373 quantum=PSDQuantum(count)+12; in RemoveICCProfileFromResourceBlock()
3426 cnt=PSDQuantum(count); in RemoveResolutionFromResourceBlock()
3907 length+=PSDQuantum(GetStringInfoLength(bim_profile)); in WritePSDImage()
3910 length+=PSDQuantum(GetStringInfoLength(icc_profile))+12; in WritePSDImage()
3928 … if ((ssize_t) GetStringInfoLength(icc_profile) != PSDQuantum(GetStringInfoLength(icc_profile))) in WritePSDImage()