Searched refs:currow (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jmemmgr.c | 404 JDIMENSION rowsperchunk, currow, i; in alloc_sarray() local 423 currow = 0; in alloc_sarray() 424 while (currow < numrows) { in alloc_sarray() 425 rowsperchunk = MIN(rowsperchunk, numrows - currow); in alloc_sarray() 430 result[currow++] = workspace; in alloc_sarray() 452 JDIMENSION rowsperchunk, currow, i; in alloc_barray() local 471 currow = 0; in alloc_barray() 472 while (currow < numrows) { in alloc_barray() 473 rowsperchunk = MIN(rowsperchunk, numrows - currow); in alloc_barray() 478 result[currow++] = workspace; in alloc_barray()
|
/external/libjpeg-turbo/ |
D | jmemmgr.c | 425 JDIMENSION rowsperchunk, currow, i; in alloc_sarray() local 449 currow = 0; in alloc_sarray() 450 while (currow < numrows) { in alloc_sarray() 451 rowsperchunk = MIN(rowsperchunk, numrows - currow); in alloc_sarray() 456 result[currow++] = workspace; in alloc_sarray() 478 JDIMENSION rowsperchunk, currow, i; in alloc_barray() local 501 currow = 0; in alloc_barray() 502 while (currow < numrows) { in alloc_barray() 503 rowsperchunk = MIN(rowsperchunk, numrows - currow); in alloc_barray() 508 result[currow++] = workspace; in alloc_barray()
|