Home
last modified time | relevance | path

Searched refs:destH (Results 1 – 1 of 1) sorted by relevance

/haiku/src/apps/showimage/
H A DFilter.cpp348 intType destW, destH; in ScaleBilinear() local
366 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() local
502 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 …]