Searched defs:weight2 (Results 1 - 1 of 1) sorted by relevance

/external/pixman/pixman/
H A Dpixman-android.c197 int weight1, weight2; local
202 weight2 = pixman_fixed_to_bilinear_weight(vy);
203 if (weight2) {
204 /* both weight1 and weight2 are smaller than BILINEAR_INTERPOLATION_RANGE */
206 weight1 = BILINEAR_INTERPOLATION_RANGE - weight2;
210 weight1 = weight2 = BILINEAR_INTERPOLATION_RANGE / 2;
227 weight2 = 0;
231 weight2 = 0;
240 dst, buf1, buf2, weight1, weight2, 0, 0, left_pad);
249 dst, buf1, buf2, weight1, weight2,
[all...]

Completed in 308 milliseconds