Home
last modified time | relevance | path

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

/external/pdfium/third_party/libjpeg/
Dfpdfapi_jmemmgr.c139 JDIMENSION last_rowsperchunk; /* from most recent alloc_sarray/barray */ member
416 mem->last_rowsperchunk = rowsperchunk; in alloc_sarray()
464 mem->last_rowsperchunk = rowsperchunk; in alloc_barray()
658 sptr->rowsperchunk = mem->last_rowsperchunk; in realize_virt_arrays()
682 bptr->rowsperchunk = mem->last_rowsperchunk; in realize_virt_arrays()
/external/libjpeg-turbo/
Djmemmgr.c143 JDIMENSION last_rowsperchunk; /* from most recent alloc_sarray/barray */ member
465 mem->last_rowsperchunk = rowsperchunk; in alloc_sarray()
517 mem->last_rowsperchunk = rowsperchunk; in alloc_barray()
719 sptr->rowsperchunk = mem->last_rowsperchunk; in realize_virt_arrays()
743 bptr->rowsperchunk = mem->last_rowsperchunk; in realize_virt_arrays()