Home
last modified time | relevance | path

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

/third_party/skia/src/codec/
H A DSkBmpRLECodec.cpp424 // At most, alignedRowBytes can be 255 (max uint8_t) * in decodeRLE()
430 const size_t alignedRowBytes = SkAlign2(rowBytes); in decodeRLE() local
431 if ((int) fBytesBuffered - fCurrRLEByte < alignedRowBytes) { in decodeRLE()
432 SkASSERT(alignedRowBytes < kBufferSize); in decodeRLE()
433 if (this->checkForMoreData() < alignedRowBytes) { in decodeRLE()
/third_party/skia/include/core/
H A DSkImageInfo.h696 size_t alignedRowBytes = rowBytes >> shift << shift; in validRowBytes() local
697 return alignedRowBytes == rowBytes; in validRowBytes()

Completed in 3 milliseconds