Home
last modified time | relevance | path

Searched refs:copiedLine (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/codec/
DSkGifCodec.cpp526 void* copiedLine = SkTAddOffset<void>(dstLine, fSwizzler->swizzleOffsetBytes()); in haveDecodedRow() local
527 void* dst = copiedLine; in haveDecodedRow()
530 memcpy(dst, copiedLine, bytesToCopy); in haveDecodedRow()
/external/skia/third_party/libgifcodec/
DSkLibGifCodec.cpp531 void* copiedLine = SkTAddOffset<void>(dstLine, fSwizzler->swizzleOffsetBytes()); in haveDecodedRow() local
532 void* dst = copiedLine; in haveDecodedRow()
535 memcpy(dst, copiedLine, bytesToCopy); in haveDecodedRow()