Home
last modified time | relevance | path

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

/third_party/pixman/pixman/
Dpixman-bits-image.c1235 int * rowstride_bytes, in create_bits() argument
1265 if (rowstride_bytes) in create_bits()
1266 *rowstride_bytes = stride; in create_bits()
1290 int rowstride_bytes; in _pixman_bits_image_init() local
1292 free_me = bits = create_bits (format, width, height, &rowstride_bytes, clear); in _pixman_bits_image_init()
1297 rowstride = rowstride_bytes / (int) sizeof (uint32_t); in _pixman_bits_image_init()
1328 int rowstride_bytes, in create_bits_image_internal() argument
1336 bits == NULL || (rowstride_bytes % sizeof (uint32_t)) == 0, NULL); in create_bits_image_internal()
1346 rowstride_bytes / (int) sizeof (uint32_t), in create_bits_image_internal()
1362 int rowstride_bytes) in pixman_image_create_bits() argument
[all …]
Dpixman.h983 int rowstride_bytes);
990 int rowstride_bytes);