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

/external/pixman/pixman/
H A Dpixman-android.c180 pixman_fixed_t unit_x, unit_y; local
191 unit_x = unit_y = pixman_double_to_fixed(scale);
212 vy += unit_y;
292 pixman_fixed_t unit_x, unit_y; local
300 unit_x = unit_y = pixman_double_to_fixed(scale);
310 vy += unit_y;
H A Dpixman-fast-path.c1467 pixman_fixed_t unit_x, unit_y; local
1487 unit_y = src_image->common.transform->matrix[1][1];
1509 vy += unit_y;

Completed in 306 milliseconds