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

/haiku/src/add-ons/translators/sgi/
H A DSGIImage.cpp410 uint8* arleRow = (uint8*)fARLERow; local
413 if (*src++ != *arleRow++)
416 uint16* arleRow = (uint16*)fARLERow; local
419 if (*src++ != *arleRow++)
438 uint8* arleRow = (uint8*)fARLERow; local
439 if ((fARLELength = _ReadRLE8(arleRow, fWidth)) < B_OK) {
446 if (*src++ != *arleRow++)
453 uint16* arleRow = (uint16*)fARLERow; local
454 if ((fARLELength = _ReadRLE16(arleRow, fWidth)) < B_OK) {
461 if (*src++ != *arleRow
[all...]

Completed in 33 milliseconds