Searched defs:scaled_x (Results 1 – 3 of 3) sorted by relevance
15 static INLINE int scaled_x(int val, const struct scale_factors *sf) { in scaled_x() function
134 int scaled_x = 0, scaled_y = 0; /* dimensions of scaled display */ variable
691 float scaled_x = (center - x - .5f) * invr; in ComputeBlurProfile() local