Searched refs:first_undef_row (Results 1 - 2 of 2) sorted by relevance

/external/jpeg/
H A Djmemmgr.c158 JDIMENSION first_undef_row; /* row # of first uninitialized row */ member in struct:jvirt_sarray_control
174 JDIMENSION first_undef_row; /* row # of first uninitialized row */ member in struct:jvirt_barray_control
658 sptr->first_undef_row = 0;
682 bptr->first_undef_row = 0;
703 rows = MIN(rows, (long) ptr->first_undef_row - thisrow);
736 rows = MIN(rows, (long) ptr->first_undef_row - thisrow);
809 if (ptr->first_undef_row < end_row) {
810 if (ptr->first_undef_row < start_row) {
815 undef_row = ptr->first_undef_row;
818 ptr->first_undef_row
[all...]
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jmemmgr.c161 JDIMENSION first_undef_row; /* row # of first uninitialized row */ member in struct:jvirt_sarray_control
177 JDIMENSION first_undef_row; /* row # of first uninitialized row */ member in struct:jvirt_barray_control
661 sptr->first_undef_row = 0;
685 bptr->first_undef_row = 0;
706 rows = MIN(rows, (long) ptr->first_undef_row - thisrow);
739 rows = MIN(rows, (long) ptr->first_undef_row - thisrow);
812 if (ptr->first_undef_row < end_row) {
813 if (ptr->first_undef_row < start_row) {
818 undef_row = ptr->first_undef_row;
821 ptr->first_undef_row
[all...]

Completed in 55 milliseconds