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

/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DPipeline.h102 * allow for a trailing ';' after RETURN/CONTINUE_IF_NULL() invocations.)
111 #define CONTINUE_IF_NULL(value) ACT_IF_NULL(continue, value) macro
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLRenderQueue.h113 * allow for a trailing ';' after RETURN/CONTINUE_IF_NULL() invocations.)
122 #define CONTINUE_IF_NULL(value) ACT_IF_NULL(continue, value) macro

Completed in 277 milliseconds