Searched refs:INSERTNEW (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/
H A Ddither.h61 #define INSERTNEW(state, rgb, index) do { \ macro
75 INSERTNEW(state, rgb, index); \
80 INSERTNEW(state, rgb, index); \
H A Ddither.c220 INSERTNEW(currentState, rgb, i);
225 INSERTNEW(currentState, rgb, cmap_len - i - 1);

Completed in 45 milliseconds