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

/openjdk10/jdk/src/java.desktop/share/native/libawt/java2d/loops/
H A DTransformHelper.c879 BilinearInterpStub(jint *pRGBbase, jint numpix, argument
883 jint *pRGB = pRGBbase;
885 *pRGBbase = *pRGB;
886 pRGBbase += 1;
892 BicubicInterpStub(jint *pRGBbase, jint numpix, argument
896 jint *pRGB = pRGBbase+5;
898 *pRGBbase = *pRGB;
899 pRGBbase += 1;
H A DGraphicsPrimitiveMgr.h334 typedef void (TransformInterpFunc)(jint *pRGBbase, jint numpix,

Completed in 93 milliseconds