Lines Matching refs:jint

125 checkOverflow(jint dxoff, jint dyoff,
180 calculateEdges(jint *pEdges,
189 jint dx1, dy1, dx2, dy2;
255 jint *pData, jint *pEdges,
256 jint dxoff, jint dyoff, jint sw, jint sh);
269 jobject itxform, jint txtype,
270 jint sx1, jint sy1, jint sx2, jint sy2,
271 jint dx1, jint dy1, jint dx2, jint dy2,
272 jintArray edgeArray, jint dxoff, jint dyoff)
283 jint maxlinepix;
288 jint *pEdges;
289 jint edgebuf[2 + MAXEDGES * 2];
292 jint data[LINE_SIZE];
401 /* memsize can overflow a jint, but not a jlong */
475 jint numpix = dx2 - dx1;
548 jint *pData, jint *pEdges,
549 jint dxoff, jint dyoff, jint sw, jint sh)
552 jint dx1, dx2;
553 jint dy1, dy2;
554 jint i, iy;
563 jint i = (iy - dy1) * 2;
647 jint c1 = ((jubyte *) pRGB)[comp]; \
648 jint c2 = ((jubyte *) pRGB)[comp+4]; \
649 jint cR = BL_INTERP_V1_to_V2_by_F(c1, c2, xfactor); \
658 BilinearInterp(jint *pRGB, jint numpix,
659 jint xfract, jint dxfract,
660 jint yfract, jint dyfract)
662 jint j;
663 jint *pRes = pRGB;
666 jint xfactor;
667 jint yfactor;
713 jint a = (jint) accumA; \
714 jint r = (jint) accumR; \
715 jint g = (jint) accumG; \
716 jint b = (jint) accumB; \
744 jint a = (jint) accumA; \
745 jint r = (jint) accumR; \
746 jint g = (jint) accumG; \
747 jint b = (jint) accumB; \
759 #define BC_DblToCoeff(v) ((jint) ((v) * 256))
761 #define BC_TYPE jint
763 #define BC_CompToV(v) ((jint) v)
827 BicubicInterp(jint *pRGB, jint numpix,
828 jint xfract, jint dxfract,
829 jint yfract, jint dyfract)
831 jint i;
832 jint *pRes = pRGB;
840 jint xfactor, yfactor;
872 BilinearInterpStub(jint *pRGBbase, jint numpix,
873 jint xfract, jint dxfract,
874 jint yfract, jint dyfract)
876 jint *pRGB = pRGBbase;
885 BicubicInterpStub(jint *pRGBbase, jint numpix,
886 jint xfract, jint dxfract,
887 jint yfract, jint dyfract)
889 jint *pRGB = pRGBbase+5;