Searched refs:OFFSET_POSITIONS (Results 1 - 5 of 5) sorted by relevance

/openjdk9/jdk/src/java.desktop/share/native/common/java2d/opengl/
H A DOGLTextRenderer.h45 #define OFFSET_POSITIONS sun_java2d_pipe_BufferedTextPipe_OFFSET_POSITIONS macro
H A DOGLRenderQueue.c242 OFFSET_POSITIONS);
/openjdk9/jdk/src/java.desktop/windows/native/libawt/java2d/d3d/
H A DD3DTextRenderer.h84 #define OFFSET_POSITIONS sun_java2d_pipe_BufferedTextPipe_OFFSET_POSITIONS macro
H A DD3DRenderQueue.cpp378 OFFSET_POSITIONS);
/openjdk9/jdk/src/java.desktop/share/classes/sun/java2d/pipe/
H A DBufferedTextPipe.java50 @Native private static final int OFFSET_POSITIONS = 0; field in class:BufferedTextPipe
61 (((gl.usePositions() ? 1 : 0) << OFFSET_POSITIONS) |

Completed in 103 milliseconds