Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkBlitter.cpp241 const uint8_t* rightByte = bits + (affectedRightBit >> 3); in blitMask() local
244 // leftByte and rightByte are byte locations therefore, to get a count of bytes the in blitMask()
246 ptrdiff_t rowBytes = rightByte - leftByte + 1; in blitMask()

Completed in 2 milliseconds