Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DBitmap.cpp744 uint32_t* dstRow = dst->getAddr32(0, y); in bitmapCopyTo() local
745 ToColor_SA8(dstRow, srcRow, src.width()); in bitmapCopyTo()
751 uint16_t* dstRow = dst->getAddr16(0, y); in bitmapCopyTo() local
752 memset(dstRow, 0, sizeof(uint16_t) * src.width()); in bitmapCopyTo()
759 void* dstRow = dst->getAddr(0, y); in bitmapCopyTo() local
760 ToF16_SA8(dstRow, srcRow, src.width()); in bitmapCopyTo()