Lines Matching refs:bits

42  *  Input mask is bits mask so template should handle this.
428 pixman_fixed_t src_width_fixed = pixman_int_to_fixed (src_image->bits.width); \
445 solid_mask = _pixman_image_get_solid (imp, mask_image, dest_image->bits.format); \
474 max_vy = pixman_int_to_fixed (src_image->bits.height); \
484 pad_repeat_get_scanline_bounds (src_image->bits.width, vx, unit_x, \
505 repeat (PIXMAN_REPEAT_PAD, &y, src_image->bits.height); \
510 src + src_image->bits.width - src_image->bits.width + 1, \
516 dst + left_pad, src + src_image->bits.width, width, \
522 dst + left_pad + width, src + src_image->bits.width, \
529 if (y < 0 || y >= src_image->bits.height) \
544 dst + left_pad, src + src_image->bits.width, width, \
557 scanline_func (mask, dst, src + src_image->bits.width, width, vx - src_width_fixed, \
857 solid_mask = _pixman_image_get_solid (imp, mask_image, dest_image->bits.format); \
889 bilinear_pad_repeat_get_scanline_bounds (src_image->bits.width, v.vector[0], unit_x, \
905 repeat (PIXMAN_REPEAT_NORMAL, &vx, pixman_int_to_fixed(src_image->bits.width)); \
908 if (src_image->bits.width < REPEAT_NORMAL_MIN_WIDTH) \
913 src_width += src_image->bits.width; \
919 src_width = src_image->bits.width; \
958 repeat (PIXMAN_REPEAT_PAD, &y1, src_image->bits.height); \
959 repeat (PIXMAN_REPEAT_PAD, &y2, src_image->bits.height); \
983 buf1[0] = buf1[1] = src1[src_image->bits.width - 1]; \
984 buf2[0] = buf2[1] = src2[src_image->bits.width - 1]; \
1000 if (y1 >= src_image->bits.height) \
1003 y1 = src_image->bits.height - 1; \
1010 if (y2 >= src_image->bits.height) \
1013 y2 = src_image->bits.height - 1; \
1053 buf1[0] = src1[src_image->bits.width - 1]; \
1055 buf2[0] = src2[src_image->bits.width - 1]; \
1084 repeat (PIXMAN_REPEAT_NORMAL, &y1, src_image->bits.height); \
1085 repeat (PIXMAN_REPEAT_NORMAL, &y2, src_image->bits.height); \
1093 for (j=0; j<src_image->bits.width; j++, i++) \