Searched refs:alignedRowBytes (Results 1 – 4 of 4) sorted by relevance
430 const size_t alignedRowBytes = SkAlign2(rowBytes); in decodeRLE() local431 if ((int) fBytesBuffered - fCurrRLEByte < alignedRowBytes) { in decodeRLE()432 SkASSERT(alignedRowBytes < kBufferSize); in decodeRLE()433 if (this->checkForMoreData() < alignedRowBytes) { in decodeRLE()
427 const size_t alignedRowBytes = SkAlign2(rowBytes); in decodeRLE() local428 if ((int) fBytesBuffered - fCurrRLEByte < alignedRowBytes) { in decodeRLE()429 SkASSERT(alignedRowBytes < kBufferSize); in decodeRLE()430 if (this->checkForMoreData() < alignedRowBytes) { in decodeRLE()
56 size_t alignedRowBytes = rowBytes >> shift << shift; in SkSurfaceValidateRasterInfo() local57 if (alignedRowBytes != rowBytes) { in SkSurfaceValidateRasterInfo()
694 size_t alignedRowBytes = rowBytes >> shift << shift; in validRowBytes() local695 return alignedRowBytes == rowBytes; in validRowBytes()