Home | History | Annotate | Download | only in src

Lines Matching refs:INTER_LANCZOS4

205     else if( method == INTER_LANCZOS4 )
225 else if( method == INTER_LANCZOS4 )
298 initInterTab2D( INTER_LANCZOS4, false ) &&
299 initInterTab2D( INTER_LANCZOS4, true );
3358 else if( interpolation == INTER_LANCZOS4 )
3395 if( sx < 0 && (interpolation != INTER_CUBIC && interpolation != INTER_LANCZOS4))
3402 if( sx >= ssize.width-1 && (interpolation != INTER_CUBIC && interpolation != INTER_LANCZOS4))
3411 else if( interpolation == INTER_LANCZOS4 )
3452 else if( interpolation == INTER_LANCZOS4 )
4736 else if( interpolation == INTER_LANCZOS4 )