Home | History | Annotate | Download | only in windows

Lines Matching defs:dstPtr

1091     unsigned char* dstPtr = (UCHAR*) lr.pBits;
1096 ConvertRGB24ToARGB(srcPtr, dstPtr, bmap.bmWidth, bmap.bmHeight, 0);
1103 memcpy(dstPtr, srcTmp, bmap.bmWidth * 4);
1105 dstPtr += pitch;