Searched refs:dstLine (Results 1 – 1 of 1) sorted by relevance
600 void* dstLine = SkTAddOffset<void>(fDst, dstRow * fDstRowBytes); in haveDecodedRow() local609 this->applyXformRow(dstInfo, dstLine, rowBegin); in haveDecodedRow()618 uint32_t* dstPixel = SkTAddOffset<uint32_t>(dstLine, offsetBytes); in haveDecodedRow()633 uint64_t* dstPixel = SkTAddOffset<uint64_t>(dstLine, offsetBytes); in haveDecodedRow()654 void* copiedLine = SkTAddOffset<void>(dstLine, fSwizzler->swizzleOffsetBytes()); in haveDecodedRow()