ReactOS 0.4.15-dev-7942-gd23573b
jvirt_sarray_control Struct Reference
Collaboration diagram for jvirt_sarray_control:

Public Attributes

JSAMPARRAY mem_buffer
 
JDIMENSION rows_in_array
 
JDIMENSION samplesperrow
 
JDIMENSION maxaccess
 
JDIMENSION rows_in_mem
 
JDIMENSION rowsperchunk
 
JDIMENSION cur_start_row
 
JDIMENSION first_undef_row
 
boolean pre_zero
 
boolean dirty
 
boolean b_s_open
 
jvirt_sarray_ptr next
 
backing_store_info b_s_info
 

Detailed Description

Definition at line 151 of file jmemmgr.c.

Member Data Documentation

◆ b_s_info

backing_store_info jvirt_sarray_control::b_s_info

Definition at line 164 of file jmemmgr.c.

Referenced by free_pool().

◆ b_s_open

boolean jvirt_sarray_control::b_s_open

Definition at line 162 of file jmemmgr.c.

Referenced by free_pool().

◆ cur_start_row

JDIMENSION jvirt_sarray_control::cur_start_row

Definition at line 158 of file jmemmgr.c.

◆ dirty

boolean jvirt_sarray_control::dirty

Definition at line 161 of file jmemmgr.c.

◆ first_undef_row

JDIMENSION jvirt_sarray_control::first_undef_row

Definition at line 159 of file jmemmgr.c.

◆ maxaccess

JDIMENSION jvirt_sarray_control::maxaccess

Definition at line 155 of file jmemmgr.c.

◆ mem_buffer

JSAMPARRAY jvirt_sarray_control::mem_buffer

Definition at line 152 of file jmemmgr.c.

◆ next

jvirt_sarray_ptr jvirt_sarray_control::next

Definition at line 163 of file jmemmgr.c.

Referenced by free_pool().

◆ pre_zero

boolean jvirt_sarray_control::pre_zero

Definition at line 160 of file jmemmgr.c.

◆ rows_in_array

JDIMENSION jvirt_sarray_control::rows_in_array

Definition at line 153 of file jmemmgr.c.

◆ rows_in_mem

JDIMENSION jvirt_sarray_control::rows_in_mem

Definition at line 156 of file jmemmgr.c.

◆ rowsperchunk

JDIMENSION jvirt_sarray_control::rowsperchunk

Definition at line 157 of file jmemmgr.c.

◆ samplesperrow

JDIMENSION jvirt_sarray_control::samplesperrow

Definition at line 154 of file jmemmgr.c.


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