Searched defs:ColorDitherError (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A Dimg_fscolor.h63 } ColorDitherError; typedef in typeref:struct:__anon679
67 ColorDitherError *cep;
72 int size = (dstTW + 2) * sizeof(ColorDitherError); \
73 cep = (ColorDitherError *) sysMalloc(size); \
85 cep = (ColorDitherError *) cvdata->fserrors; \
130 cep = (ColorDitherError *) cvdata->fserrors; \

Completed in 33 milliseconds