Searched refs:roundf (Results 1 – 7 of 7) sorted by relevance
23 #define roundf(x)(((float )((long long)((x)>0?(x)+.5f:(x)-.5f)))) macro59 #define roundf(x) (((float )((long long)((x)>0?(x)+.5f:(x)-.5f)))) macro
35 #define roundf(x)(((float )((long long)((x)>0?(x)+.5f:(x)-.5f)))) macro71 #define roundf(x) (((float )((long long)((x)>0?(x)+.5f:(x)-.5f)))) macro
166 if(cropF.left - roundf(cropF.left) || in isNonIntegralSourceCrop()167 cropF.top - roundf(cropF.top) || in isNonIntegralSourceCrop()168 cropF.right - roundf(cropF.right) || in isNonIntegralSourceCrop()169 cropF.bottom - roundf(cropF.bottom)) in isNonIntegralSourceCrop()
214 if(cropF.left - roundf(cropF.left) || in isNonIntegralSourceCrop()215 cropF.top - roundf(cropF.top) || in isNonIntegralSourceCrop()216 cropF.right - roundf(cropF.right) || in isNonIntegralSourceCrop()217 cropF.bottom - roundf(cropF.bottom)) in isNonIntegralSourceCrop()
235 if(cropF.left - roundf(cropF.left) || in isNonIntegralSourceCrop()236 cropF.top - roundf(cropF.top) || in isNonIntegralSourceCrop()237 cropF.right - roundf(cropF.right) || in isNonIntegralSourceCrop()238 cropF.bottom - roundf(cropF.bottom)) in isNonIntegralSourceCrop()