HomeSort by: relevance | last modified time | path
    Searched refs:pixman_fixed_to_bilinear_weight (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/pixman/dist/pixman/
pixman-ssse3.c 189 dist_y = pixman_fixed_to_bilinear_weight (info->y);
pixman-fast-path.c 2294 dist_x = pixman_fixed_to_bilinear_weight (x);
2353 dist_y = pixman_fixed_to_bilinear_weight (info->y);
2524 disty = pixman_fixed_to_bilinear_weight (y);
2633 distx = pixman_fixed_to_bilinear_weight (x);
2658 distx = pixman_fixed_to_bilinear_weight (x);
2682 distx = pixman_fixed_to_bilinear_weight (x);
2897 distx = pixman_fixed_to_bilinear_weight (x1);
2898 disty = pixman_fixed_to_bilinear_weight (y1);
pixman-bits-image.c 114 distx = pixman_fixed_to_bilinear_weight (x1);
115 disty = pixman_fixed_to_bilinear_weight (y1);
pixman-inlines.h 85 pixman_fixed_to_bilinear_weight (pixman_fixed_t x) function
965 weight2 = pixman_fixed_to_bilinear_weight (vy); \

Completed in 58 milliseconds