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

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_image_types.h174 MLIB_IMAGE_USERALLOCATED = 0x200000, enumerator in enum:__anon782
H A Dmlib_image_get.h166 return (img->flags & MLIB_IMAGE_USERALLOCATED);
H A Dmlib_ImageCreate.c217 image -> flags |= MLIB_IMAGE_USERALLOCATED; /* user allocated data */
358 if ((img -> flags & MLIB_IMAGE_USERALLOCATED) == 0) {

Completed in 118 milliseconds