Searched refs:long_fixed_point (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/showimage/
H A DFilter.h42 typedef int64 long_fixed_point; typedef
H A DFilter.cpp517 fixed_point column = to_fixed_point(i) * (long_fixed_point)fpSrcW
534 row = to_fixed_point(y) * (long_fixed_point)fpSrcH / fpDestH;

Completed in 67 milliseconds