Searched refs:destH (Results 1 – 1 of 1) sorted by relevance
348 intType destW, destH; in ScaleBilinear() local366 destH = dest->Bounds().IntegerHeight(); in ScaleBilinear()389 if (destH == 0) in ScaleBilinear()392 row = (float)y * (float)srcH / (float)destH; in ScaleBilinear()401 if (y < destH) { in ScaleBilinear()484 intType destW, destH; in ScaleBilinearFP() local502 destH = dest->Bounds().IntegerHeight(); in ScaleBilinearFP()512 fixed_point fpDestH = to_fixed_point(destH); in ScaleBilinearFP()550 if (y < destH) { in ScaleBilinearFP()645 intType destW, destH; in DownScaleBilinear() local[all …]