|
RetroArch
|
#include <pixman-private.h>
Public Attributes | |
| image_common_t | common |
| pixman_format_code_t | format |
| const pixman_indexed_t * | indexed |
| int | width |
| int | height |
| uint32_t * | bits |
| uint32_t * | free_me |
| int | rowstride |
| fetch_scanline_t | fetch_scanline_32 |
| fetch_pixel_32_t | fetch_pixel_32 |
| store_scanline_t | store_scanline_32 |
| fetch_scanline_t | fetch_scanline_float |
| fetch_pixel_float_t | fetch_pixel_float |
| store_scanline_t | store_scanline_float |
| pixman_read_memory_func_t | read_func |
| pixman_write_memory_func_t | write_func |
| uint32_t* bits_image::bits |
| image_common_t bits_image::common |
| fetch_pixel_32_t bits_image::fetch_pixel_32 |
| fetch_pixel_float_t bits_image::fetch_pixel_float |
| fetch_scanline_t bits_image::fetch_scanline_32 |
| fetch_scanline_t bits_image::fetch_scanline_float |
| pixman_format_code_t bits_image::format |
| uint32_t* bits_image::free_me |
| int bits_image::height |
| const pixman_indexed_t* bits_image::indexed |
| pixman_read_memory_func_t bits_image::read_func |
| int bits_image::rowstride |
| store_scanline_t bits_image::store_scanline_32 |
| store_scanline_t bits_image::store_scanline_float |
| int bits_image::width |
| pixman_write_memory_func_t bits_image::write_func |
1.8.15