Searched refs:copiedLine (Results 1 – 2 of 2) sorted by relevance
526 void* copiedLine = SkTAddOffset<void>(dstLine, fSwizzler->swizzleOffsetBytes()); in haveDecodedRow() local527 void* dst = copiedLine; in haveDecodedRow()530 memcpy(dst, copiedLine, bytesToCopy); in haveDecodedRow()
531 void* copiedLine = SkTAddOffset<void>(dstLine, fSwizzler->swizzleOffsetBytes()); in haveDecodedRow() local532 void* dst = copiedLine; in haveDecodedRow()535 memcpy(dst, copiedLine, bytesToCopy); in haveDecodedRow()