Searched refs:TransformInterpFunc (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DTransformHelper.c57 static TransformInterpFunc BilinearInterp;
58 static TransformInterpFunc BicubicInterp;
62 static TransformInterpFunc BilinearInterpStub;
63 static TransformInterpFunc BicubicInterpStub;
74 TransformInterpFunc *pBilinearFunc = BilinearInterp;
75 TransformInterpFunc *pBicubicFunc = BicubicInterp;
253 TransformInterpFunc *pInterpFunc,
285 TransformInterpFunc *pInterpFunc;
546 TransformInterpFunc *pInterpFunc,
H A DGraphicsPrimitiveMgr.h332 typedef void (TransformInterpFunc)(jint *pRGBbase, jint numpix, typedef
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_FuncArray.c813 extern TransformInterpFunc *pBilinearFunc;
814 extern TransformInterpFunc *pBicubicFunc;
815 extern TransformInterpFunc vis_BilinearBlend;
816 extern TransformInterpFunc vis_BicubicBlend;

Completed in 1509 milliseconds