Home
last modified time | relevance | path

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

/haiku/src/apps/showimage/
H A DFilter.h61 const int32 kFPOne = to_fixed_point(1); variable
H A DFilter.cpp521 cd->alpha0 = kFPOne - cd->alpha1; // weigth for right pixel value in ScaleBilinearFP()
538 alpha0 = kFPOne - alpha1; // weight for row y in ScaleBilinearFP()