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 | 441 JDIMENSION rowsperchunk, currow, i; in alloc_sarray() local 472 currow = 0; in alloc_sarray() 473 while (currow < numrows) { in alloc_sarray() 474 rowsperchunk = MIN(rowsperchunk, numrows - currow); in alloc_sarray() 479 result[currow++] = workspace; in alloc_sarray() 501 JDIMENSION rowsperchunk, currow, i; in alloc_barray() local 524 currow = 0; in alloc_barray() 525 while (currow < numrows) { in alloc_barray() 526 rowsperchunk = MIN(rowsperchunk, numrows - currow); in alloc_barray() 531 result[currow++] = workspace; in alloc_barray()
|