Home
last modified time | relevance | path

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

/external/pixman/pixman/
Dpixman-inlines.h98 int distxy, distxiy, distixy, distixiy; in bilinear_interpolation() local
107 distixiy = in bilinear_interpolation()
111 lo = (tl & 0xff00ff) * distixiy; in bilinear_interpolation()
112 hi = ((tl >> 8) & 0xff00ff) * distixiy; in bilinear_interpolation()
134 uint64_t distxy, distxiy, distixy, distixiy; in bilinear_interpolation() local
144 distixiy = (256 - distx) * (256 - 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
190 distixiy = in bilinear_interpolation()
[all …]