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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_util.h140 #ifndef INTERSECTS
141 #define INTERSECTS(r1_x1,r1_x2,r1_y1,r1_y2,r2_x1,r2_x2,r2_y1,r2_y2) \ macro
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DTextRenderer.cpp334 #define INTERSECTS(gx1, gy1, gx2, gy2, bounds) \ macro
370 if (INTERSECTS(gx1, gy1, gx2, gy2, previousGlyphBounds)) {
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLTextRenderer.c700 #define INTERSECTS(gx1, gy1, gx2, gy2, bounds) \ macro
724 if (INTERSECTS(gx1, gy1, gx2, gy2, previousGlyphBounds)) {

Completed in 593 milliseconds