Searched refs:bestfit (Results 1 – 3 of 3) sorted by relevance
2494 } bestfit; in tdb_allocate() local2509 bestfit.rec_ptr = 0; in tdb_allocate()2510 bestfit.last_ptr = 0; in tdb_allocate()2511 bestfit.rec_len = 0; in tdb_allocate()2524 if (bestfit.rec_ptr == 0 || in tdb_allocate()2525 rec->rec_len < bestfit.rec_len) { in tdb_allocate()2526 bestfit.rec_len = rec->rec_len; in tdb_allocate()2527 bestfit.rec_ptr = rec_ptr; in tdb_allocate()2528 bestfit.last_ptr = last_ptr; in tdb_allocate()2532 if (bestfit.rec_len < 2*length) { in tdb_allocate()[all …]
1757 MagickBooleanType bestfit,ExceptionInfo *exception) in DistortImage() argument1825 bestfit = MagickTrue; /* always calculate a 'best fit' viewport */ in DistortImage()1829 if ( bestfit ) { in DistortImage()2013 bestfit = MagickFalse; in DistortImage()2056 if ( bestfit || viewport_given ) { in DistortImage()2854 if ( bestfit && method != ArcDistortion ) { in DistortImage()2907 if ( method == ArcDistortion && !bestfit && !viewport_given ) { in DistortImage()
3029 const double *arguments,const MagickBooleanType bestfit) in MagickDistortImage() argument3041 bestfit,wand->exception); in MagickDistortImage()