Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching full:backing

66  * jpeg_get_large.  If more space than this is needed, backing store will be
78 * (that'll just lead to more backing-store access than is really necessary).
93 * backing-store object. The read/write/close method pointers are called
94 * by jmemmgr.c to manipulate the backing-store object; all other fields
95 * are private to the system-dependent backing store routines.
122 /* Methods for reading/writing/closing this backing-store object */
131 /* Private fields for system-dependent backing-store management */
134 handle_union handle; /* reference to backing-store storage object */
152 * Initial opening of a backing-store object. This must fill in the
173 * all opened backing-store objects have been closed.