Home | History | Annotate | Download | only in windows

Lines Matching defs:srcPtr

1011     unsigned char* srcPtr;
1030 srcPtr = new unsigned char[bmap.bmWidth * bmap.bmHeight * 4];
1032 int pixelHeight = GetDIBits(hdcNew, (HBITMAP)bitMap, 0, bmap.bmHeight, srcPtr, &pbi,
1038 delete[] srcPtr;
1046 delete[] srcPtr;
1063 delete[] srcPtr;
1070 delete[] srcPtr;
1077 delete[] srcPtr;
1085 ConvertRGB24ToARGB(srcPtr, dstPtr, bmap.bmWidth, bmap.bmHeight, 0);
1089 unsigned char* srcTmp = srcPtr + (bmap.bmWidth * 4) * (bmap.bmHeight - 1);
1098 delete[] srcPtr;