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

/openjdk7/jdk/src/share/native/sun/java2d/
H A DSurfaceData.h61 * [Needed for SD_LOCK_READ or SD_LOCK_WRITE]
69 * [Requires SD_LOCK_READ or SD_LOCK_WRITE]
78 * [Requires SD_LOCK_READ or SD_LOCK_WRITE]
88 * [Requires SD_LOCK_READ or SD_LOCK_WRITE]
103 * [Requires SD_LOCK_READ or SD_LOCK_WRITE]
192 * SD_LOCK_READ The caller needs to read pixels from the dest
194 * SD_LOCK_RD_WR A combination of (SD_LOCK_READ | SD_LOCK_WRITE)
415 #define SD_LOCK_READ (1 << 0) macro
417 #define SD_LOCK_RD_WR (SD_LOCK_READ | SD_LOCK_WRITE)
424 #define SD_LOCK_NEED_PIXELS (SD_LOCK_READ | SD_LOCK_PARTIA
[all...]

Completed in 669 milliseconds