Home | History | Annotate | Download | only in images

Lines Matching defs:dst

115 static void copyLine(uint32_t* dst, const unsigned char* src, const ColorMapObject* cmap,
118 for (; width > 0; width--, src++, dst++) {
121 *dst = SkPackARGB32(0xFF, col.Red, col.Green, col.Blue);
135 uint32_t* dst = bm->getAddr32(imageDesc.Left, imageDesc.Top + row);
136 copyLine(dst, src, cmap, transparent, copyWidth);
181 uint32_t* dst = bm->getAddr32(frame->ImageDesc.Left, frame->ImageDesc.Top);
193 copyLine(dst, src, cmap, transparent, copyWidth);
195 dst += width;
204 uint32_t* dst = bm->getAddr32(left, top);
216 sk_memset32(dst, col, copyWidth);
217 dst += bmWidth;
333 uint32_t* dst = backup->getAddr32(0, 0);
335 memcpy(dst, src, cnt*sizeof(uint32_t));