Home
last modified time | relevance | path

Searched refs:rowstride_bytes (Results 1 – 2 of 2) sorted by relevance

/external/pixman/pixman/
Dpixman-bits-image.c1670 int * rowstride_bytes, in create_bits() argument
1700 if (rowstride_bytes) in create_bits()
1701 *rowstride_bytes = stride; in create_bits()
1722 int rowstride_bytes; in _pixman_bits_image_init() local
1724 free_me = bits = create_bits (format, width, height, &rowstride_bytes, clear); in _pixman_bits_image_init()
1729 rowstride = rowstride_bytes / (int) sizeof (uint32_t); in _pixman_bits_image_init()
1757 int rowstride_bytes, in create_bits_image_internal() argument
1765 bits == NULL || (rowstride_bytes % sizeof (uint32_t)) == 0, NULL); in create_bits_image_internal()
1775 rowstride_bytes / (int) sizeof (uint32_t), in create_bits_image_internal()
1791 int rowstride_bytes) in pixman_image_create_bits() argument
[all …]
Dpixman.h783 int rowstride_bytes);
788 int rowstride_bytes);