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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DTransformHelper.c872 BilinearInterpStub(jint *pRGBbase, jint numpix, argument
876 jint *pRGB = pRGBbase;
878 *pRGBbase = *pRGB;
879 pRGBbase += 1;
885 BicubicInterpStub(jint *pRGBbase, jint numpix, argument
889 jint *pRGB = pRGBbase+5;
891 *pRGBbase = *pRGB;
892 pRGBbase += 1;
H A DGraphicsPrimitiveMgr.h332 typedef void (TransformInterpFunc)(jint *pRGBbase, jint numpix,

Completed in 33 milliseconds