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

/openjdk7/jdk/src/share/native/sun/java2d/
H A DSurfaceData.h198 * SD_LOCK_FASTEST The caller only wants direct pixel access
201 * Also note that SD_LOCK_FASTEST will only succeed if the access to the
211 * If this function is unable to honor the SD_LOCK_FASTEST flag,
277 * If the surface was locked with the flag SD_LOCK_FASTEST then this
281 * returns. If the SD_LOCK_FASTEST flag was not specified, then this
421 #define SD_LOCK_FASTEST (1 << 5) macro

Completed in 23 milliseconds