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

/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gfx_impl.h283 fillLine(rgbquad_t color, void *pDst, int incDst, int n, argument
290 INCPN(byte_t, pDst, incDst);
H A Dsplashscreen_gfx_impl.c149 incSrc and incDst are pSrc and pDst increment values for the loop, in bytes
158 convertLine(void *pSrc, int incSrc, void *pDst, int incDst, int numSamples, argument
171 INCPN(byte_t, pDst, incDst);
182 INCPN(byte_t, pDst, incDst);
194 INCPN(byte_t, pDst, incDst);

Completed in 30 milliseconds