RetroArch
Public Attributes | List of all members
bits_image Struct Reference

#include <pixman-private.h>

Collaboration diagram for bits_image:
[legend]

Public Attributes

image_common_t common
 
pixman_format_code_t format
 
const pixman_indexed_t * indexed
 
int width
 
int height
 
uint32_tbits
 
uint32_tfree_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
 

Member Data Documentation

◆ bits

uint32_t* bits_image::bits

◆ common

image_common_t bits_image::common

◆ fetch_pixel_32

fetch_pixel_32_t bits_image::fetch_pixel_32

◆ fetch_pixel_float

fetch_pixel_float_t bits_image::fetch_pixel_float

◆ fetch_scanline_32

fetch_scanline_t bits_image::fetch_scanline_32

◆ fetch_scanline_float

fetch_scanline_t bits_image::fetch_scanline_float

◆ format

pixman_format_code_t bits_image::format

◆ free_me

uint32_t* bits_image::free_me

◆ height

int bits_image::height

◆ indexed

const pixman_indexed_t* bits_image::indexed

◆ read_func

pixman_read_memory_func_t bits_image::read_func

◆ rowstride

int bits_image::rowstride

◆ store_scanline_32

store_scanline_t bits_image::store_scanline_32

◆ store_scanline_float

store_scanline_t bits_image::store_scanline_float

◆ width

int bits_image::width

◆ write_func

pixman_write_memory_func_t bits_image::write_func

The documentation for this struct was generated from the following file: