Searched refs:GrayDitherError (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A Dimg_fsgray.h63 } GrayDitherError; typedef in typeref:struct:__anon680
69 GrayDitherError *gep;
74 int size = (dstTW + 2) * sizeof(GrayDitherError); \
75 gep = (GrayDitherError *) sysMalloc(size); \

Completed in 24 milliseconds