Searched refs:dstRow (Results 1 – 1 of 1) sorted by relevance
744 uint32_t* dstRow = dst->getAddr32(0, y); in bitmapCopyTo() local745 ToColor_SA8(dstRow, srcRow, src.width()); in bitmapCopyTo()751 uint16_t* dstRow = dst->getAddr16(0, y); in bitmapCopyTo() local752 memset(dstRow, 0, sizeof(uint16_t) * src.width()); in bitmapCopyTo()759 void* dstRow = dst->getAddr(0, y); in bitmapCopyTo() local760 ToF16_SA8(dstRow, srcRow, src.width()); in bitmapCopyTo()