Searched refs:dstInt (Results 1 – 1 of 1) sorted by relevance
3522 int *dstInt, *srcInt; in processPixels() local3529 dstInt = (int *)(dst + (y * widthInBytes)); in processPixels()3531 memcpy(dstInt, srcInt, widthInBytes); in processPixels()