Home
last modified time | relevance | path

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

/external/pixman/pixman/
Dpixman-inlines.h98 int distxy, distxiy, distixy, distixiy; in bilinear_interpolation() local
106 distixy = (disty << 4) - distxy; /* disty * (16 - distx) */ in bilinear_interpolation()
117 lo += (bl & 0xff00ff) * distixy; in bilinear_interpolation()
118 hi += ((bl >> 8) & 0xff00ff) * distixy; in bilinear_interpolation()
134 uint64_t distxy, distxiy, distixy, distixiy; in bilinear_interpolation() local
143 distixy = (256 - distx) * disty; in bilinear_interpolation()
152 f = tl64 * distixiy + tr64 * distxiy + bl64 * distixy + br64 * distxy; in bilinear_interpolation()
168 f = tl64 * distixiy + tr64 * distxiy + bl64 * distixy + br64 * distxy; in bilinear_interpolation()
181 int distxy, distxiy, distixy, distixiy; in bilinear_interpolation() local
189 distixy = (disty << 8) - distxy; /* disty * (256 - distx) */ in bilinear_interpolation()
[all …]