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

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

Completed in 93 milliseconds