Searched defs:SD_LOCK_WRITE (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]
193 * SD_LOCK_WRITE The caller needs to write pixels to the dest
194 * SD_LOCK_RD_WR A combination of (SD_LOCK_READ | SD_LOCK_WRITE)
416 #define SD_LOCK_WRITE (1 << 1) macro
417 #define SD_LOCK_RD_WR (SD_LOCK_READ | SD_LOCK_WRITE)
423 #define SD_LOCK_PARTIAL_WRITE (SD_LOCK_WRITE | SD_LOCK_PARTIA
[all...]

Completed in 31 milliseconds