Home
last modified time | relevance | path

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

/third_party/pixman/pixman/
Dpixman-image.c709 if (image->bits.dither_offset_x == offset_x && in pixman_image_set_dither_offset()
715 image->bits.dither_offset_x = offset_x; in pixman_image_set_dither_offset()
Dpixman-bits-image.c1133 int x = iter->x + image->dither_offset_x; in dither_apply_ordered()
1309 image->bits.dither_offset_x = 0; in _pixman_bits_image_init()
Dpixman-private.h185 uint32_t dither_offset_x; member