Lines Matching refs:dst
124 static void copyLine(uint32_t* dst, const unsigned char* src, const ColorMapObject* cmap, in copyLine() argument
127 for (; width > 0; width--, src++, dst++) { in copyLine()
130 *dst = SkPackARGB32(0xFF, col.Red, col.Green, col.Blue); in copyLine()
144 uint32_t* dst = bm->getAddr32(imageDesc.Left, imageDesc.Top + row); in copyInterlaceGroup() local
145 copyLine(dst, src, cmap, transparent, copyWidth); in copyInterlaceGroup()
190 uint32_t* dst = bm->getAddr32(frame->ImageDesc.Left, frame->ImageDesc.Top); in blitNormal() local
202 copyLine(dst, src, cmap, transparent, copyWidth); in blitNormal()
204 dst += width; in blitNormal()
213 uint32_t* dst = bm->getAddr32(left, top); in fillRect() local
226 memset(dst, col, bytes); in fillRect()
227 dst += bmWidth; in fillRect()
343 uint32_t* dst = backup->getAddr32(0, 0); in disposeFrameIfNeeded() local
345 memcpy(dst, src, cnt*sizeof(uint32_t)); in disposeFrameIfNeeded()