Searched refs:max_xsize (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageAffine_BL.c480 mlib_s32 max_xsize = param -> max_xsize, bsize; variable
484 bsize = (max_xsize + 1)/2;
561 mlib_s32 max_xsize = param -> max_xsize; variable
564 if (max_xsize > BUF_SIZE) {
565 pbuff = mlib_malloc(max_xsize*sizeof(mlib_f32));
673 mlib_s32 max_xsize = param -> max_xsize; variable
676 if (max_xsize > BUF_SIZ
731 mlib_s32 max_xsize = param -> max_xsize; local
790 mlib_s32 max_xsize = param -> max_xsize; local
[all...]
H A Dmlib_v_ImageAffine_BL_S16.c481 mlib_s32 max_xsize = param -> max_xsize, bsize; variable
488 bsize = (max_xsize + 1)/2;
563 mlib_s32 max_xsize = param -> max_xsize; variable
566 if (max_xsize > BUF_SIZE) {
567 pbuff = mlib_malloc(max_xsize*sizeof(mlib_d64));
664 mlib_s32 max_xsize = param -> max_xsize; variable
667 if (max_xsize > BUF_SIZ
728 mlib_s32 max_xsize = param -> max_xsize; local
792 mlib_s32 max_xsize = param -> max_xsize; local
[all...]
H A Dmlib_v_ImageAffine_BL_U16.c474 mlib_s32 max_xsize = param -> max_xsize, bsize; variable
481 bsize = (max_xsize + 1)/2;
556 mlib_s32 max_xsize = param -> max_xsize; variable
559 if (max_xsize > BUF_SIZE) {
560 pbuff = mlib_malloc(max_xsize*sizeof(mlib_d64));
657 mlib_s32 max_xsize = param -> max_xsize; variable
660 if (max_xsize > BUF_SIZ
[all...]
H A Dmlib_v_ImageAffineIndex_BC.c46 mlib_s32 max_xsize = param -> max_xsize; \
541 if (max_xsize > MLIB_LIMIT) {
542 dstRowPtr = mlib_malloc(sizeof(mlib_d64) * ((max_xsize + 1) >> 1));
675 if (max_xsize > MLIB_LIMIT) {
676 dstRowPtr = mlib_malloc(sizeof(mlib_d64) * max_xsize);
770 if (max_xsize > MLIB_LIMIT) {
771 dstRowPtr = mlib_malloc(sizeof(mlib_d64) * ((max_xsize + 1) >> 1));
904 if (max_xsize > MLIB_LIMIT) {
905 dstRowPtr = mlib_malloc(sizeof(mlib_d64) * max_xsize);
[all...]
H A Dmlib_v_ImageAffine_NN.c589 mlib_s32 i, size, max_xsize = param -> max_xsize; local
592 if (max_xsize > BUFF_SIZE) {
593 pbuff = mlib_malloc(sizeof(mlib_d64)*max_xsize);
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_c_ImageAffineIndex_BL.c43 mlib_s32 max_xsize = param -> max_xsize; \
172 if (max_xsize > MLIB_LIMIT) { \
173 pbuff = mlib_malloc(NCHAN * sizeof(mlib_##LTYPE) * max_xsize); \
H A Dmlib_ImageScanPoly.c73 mlib_s32 topIdx, max_xsize = 0; local
181 STORE_PARAM(param, max_xsize);
469 if ((xRight - xLeft + 1) > max_xsize)
470 max_xsize = (xRight - xLeft + 1);
555 if ((xRight - xLeft + 1) > max_xsize)
556 max_xsize = (xRight - xLeft + 1);
578 STORE_PARAM(param, max_xsize);
H A Dmlib_ImageAffineEdge.c667 mlib_s32 max_xsize = param_e->max_xsize; local
675 if (max_xsize == 0) {
680 buff = mlib_malloc(channels * max_xsize);
683 buff = mlib_malloc(channels * max_xsize * sizeof(mlib_s16));
817 mlib_s32 max_xsize = param_e->max_xsize; local
824 if (max_xsize == 0) {
829 buff = mlib_malloc(channels * max_xsize);
832 buff = mlib_malloc(channels * max_xsize * sizeo
[all...]
H A Dmlib_c_ImageAffineIndex_BC.c46 mlib_s32 max_xsize = param -> max_xsize; \
275 if (max_xsize > MLIB_LIMIT) { \
276 pbuff = mlib_malloc(NCHAN * sizeof(mlib_##LTYPE) * max_xsize); \
H A Dmlib_ImageAffine.h61 mlib_s32 max_xsize; member in struct:__anon744

Completed in 46 milliseconds