Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkGifCodec.cpp600 void* dstLine = SkTAddOffset<void>(fDst, dstRow * fDstRowBytes); in haveDecodedRow() local
609 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()