Searched refs:SD_LOCK_FASTEST (Results 1 - 7 of 7) 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
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DDrawPath.c107 ret = sdOps->Lock(env, sdOps, &rasInfo, SD_LOCK_FASTEST | pPrim->dstflags);
H A DFillPath.c97 ret = sdOps->Lock(env, sdOps, &rasInfo, SD_LOCK_FASTEST | pPrim->dstflags);
H A DGraphicsPrimitiveMgr.c587 SD_LOCK_FASTEST, NULL, NULL},
588 { "sun/java2d/loops/DrawGlyphListAA", 0, SD_LOCK_RD_WR | SD_LOCK_FASTEST, NULL, NULL},
589 { "sun/java2d/loops/DrawGlyphListLCD", 0, SD_LOCK_RD_WR | SD_LOCK_FASTEST, NULL, NULL},
H A DDrawPolygons.c161 ret = sdOps->Lock(env, sdOps, &rasInfo, SD_LOCK_FASTEST | pPrim->dstflags);
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11SurfaceData.c882 if (lockflags & SD_LOCK_FASTEST) {
928 (lockFlags & SD_LOCK_FASTEST))
/openjdk7/jdk/src/windows/native/sun/java2d/windows/
H A DGDIWindowSurfaceData.cpp721 if (lockflags & SD_LOCK_FASTEST) {

Completed in 46 milliseconds