Searched refs:alignedRowBytes (Results 1 – 2 of 2) sorted by relevance
438 const size_t alignedRowBytes = SkAlign2(rowBytes); in decodeRLE() local439 if ((int) fBytesBuffered - fCurrRLEByte < alignedRowBytes) { in decodeRLE()440 SkASSERT(alignedRowBytes < kBufferSize); in decodeRLE()441 if (this->checkForMoreData() < alignedRowBytes) { in decodeRLE()
88 size_t alignedRowBytes = rowBytes >> shift << shift; in Valid() local89 if (alignedRowBytes != rowBytes) { in Valid()