Searched refs:srcTmp (Results 1 – 1 of 1) sorted by relevance
1089 unsigned char* srcTmp = srcPtr + (bmap.bmWidth * 4) * (bmap.bmHeight - 1); in SetBitmap() local1092 memcpy(dstPtr, srcTmp, bmap.bmWidth * 4); in SetBitmap()1093 srcTmp -= bmap.bmWidth * 4; in SetBitmap()