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

/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gfx_impl.h34 #define INCPN(type,p,n) ((p) = (type*)(p)+(n)) macro
37 #define INCP(type,p) INCPN(type,(p),1)
290 INCPN(byte_t, pDst, incDst);

Completed in 57 milliseconds