Searched refs:MLIB_BICUBIC (Results 1 - 16 of 16) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_image_types.h47 MLIB_BICUBIC = 2, /* bicubic filter */ enumerator in enum:__anon775
H A Dmlib_ImageAffine.c57 * MLIB_BICUBIC
180 case MLIB_BICUBIC:
265 case MLIB_BICUBIC:
H A Dmlib_ImageAffine_BC_D64.c162 if (filter == MLIB_BICUBIC) {
184 if (filter == MLIB_BICUBIC) {
295 if (filter == MLIB_BICUBIC) {
317 if (filter == MLIB_BICUBIC) {
429 if (filter == MLIB_BICUBIC) {
451 if (filter == MLIB_BICUBIC) {
563 if (filter == MLIB_BICUBIC) {
585 if (filter == MLIB_BICUBIC) {
H A Dmlib_ImageAffine_BC_F32.c162 if (filter == MLIB_BICUBIC) {
184 if (filter == MLIB_BICUBIC) {
295 if (filter == MLIB_BICUBIC) {
317 if (filter == MLIB_BICUBIC) {
429 if (filter == MLIB_BICUBIC) {
451 if (filter == MLIB_BICUBIC) {
563 if (filter == MLIB_BICUBIC) {
585 if (filter == MLIB_BICUBIC) {
H A Dmlib_ImageAffine_BC_S32.c162 if (filter == MLIB_BICUBIC) {
186 if (filter == MLIB_BICUBIC) {
297 if (filter == MLIB_BICUBIC) {
321 if (filter == MLIB_BICUBIC) {
434 if (filter == MLIB_BICUBIC) {
458 if (filter == MLIB_BICUBIC) {
571 if (filter == MLIB_BICUBIC) {
595 if (filter == MLIB_BICUBIC) {
H A Dmlib_ImageAffineEdge.c36 * edge condition for MLIB_BICUBIC filter
806 flt_tbl = (filter == MLIB_BICUBIC) ? mlib_filters_u8f_bc : mlib_filters_u8f_bc2;
812 flt_tbl = (filter == MLIB_BICUBIC) ? mlib_filters_s16f_bc : mlib_filters_s16f_bc2;
907 if (filter == MLIB_BICUBIC) {
919 if (filter == MLIB_BICUBIC) {
931 if (filter == MLIB_BICUBIC) {
H A Dmlib_c_ImageAffineIndex_BC.c257 #define FILTER_U8 ((filter == MLIB_BICUBIC) ? mlib_filters_u8f_bc : mlib_filters_u8f_bc2)
258 #define FILTER_S16 ((filter == MLIB_BICUBIC) ? mlib_filters_s16f_bc : mlib_filters_s16f_bc2)
H A Dmlib_c_ImageAffine_BC.c105 if (filter == MLIB_BICUBIC) {
225 if (filter == MLIB_BICUBIC) {
351 if (filter == MLIB_BICUBIC) {
477 if (filter == MLIB_BICUBIC) {
630 if (filter == MLIB_BICUBIC) {
747 if (filter == MLIB_BICUBIC) {
870 if (filter == MLIB_BICUBIC) {
993 if (filter == MLIB_BICUBIC) {
H A Dmlib_c_ImageAffine_BC_S16.c99 if (filter == MLIB_BICUBIC) {
221 if (filter == MLIB_BICUBIC) {
349 if (filter == MLIB_BICUBIC) {
477 if (filter == MLIB_BICUBIC) {
621 if (filter == MLIB_BICUBIC) {
743 if (filter == MLIB_BICUBIC) {
871 if (filter == MLIB_BICUBIC) {
999 if (filter == MLIB_BICUBIC) {
H A Dmlib_c_ImageAffine_BC_U16.c104 if (filter == MLIB_BICUBIC) {
227 if (filter == MLIB_BICUBIC) {
356 if (filter == MLIB_BICUBIC) {
485 if (filter == MLIB_BICUBIC) {
630 if (filter == MLIB_BICUBIC) {
753 if (filter == MLIB_BICUBIC) {
882 if (filter == MLIB_BICUBIC) {
1011 if (filter == MLIB_BICUBIC) {
H A Dawt_ImagingLib.c776 filter = MLIB_BICUBIC;
981 filter = MLIB_BICUBIC;
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dmlib_ImageZoom.h322 case MLIB_BICUBIC: \
338 case MLIB_BICUBIC: \
354 case MLIB_BICUBIC: \
370 case MLIB_BICUBIC: \
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageAffineIndex_BC.c533 if (filter == MLIB_BICUBIC) {
669 if (filter == MLIB_BICUBIC) {
762 if (filter == MLIB_BICUBIC) {
898 if (filter == MLIB_BICUBIC) {
995 if (filter == MLIB_BICUBIC) {
1133 if (filter == MLIB_BICUBIC) {
1228 if (filter == MLIB_BICUBIC) {
1366 if (filter == MLIB_BICUBIC) {
H A Dmlib_v_ImageAffine_BC.c232 if (filter == MLIB_BICUBIC) {
476 if (filter == MLIB_BICUBIC) {
786 if (filter == MLIB_BICUBIC) {
1058 if (filter == MLIB_BICUBIC) {
H A Dmlib_v_ImageAffine_BC_S16.c210 if (filter == MLIB_BICUBIC) {
520 if (filter == MLIB_BICUBIC) {
943 if (filter == MLIB_BICUBIC) {
1326 if (filter == MLIB_BICUBIC) {
H A Dmlib_v_ImageAffine_BC_U16.c203 if (filter == MLIB_BICUBIC) {
506 if (filter == MLIB_BICUBIC) {
930 if (filter == MLIB_BICUBIC) {
1314 if (filter == MLIB_BICUBIC) {

Completed in 84 milliseconds