Searched refs:srcrow (Results 1 – 2 of 2) sorted by relevance
154 const BYTE *srcrow; in copypixels_to_32bppBGRA() local186 srcrow = srcdata; in copypixels_to_32bppBGRA()221 const BYTE *srcrow; in copypixels_to_32bppBGRA() local284 const BYTE *srcrow; in copypixels_to_32bppBGRA() local344 const BYTE *srcrow; in copypixels_to_32bppBGRA() local386 const BYTE *srcrow; in copypixels_to_32bppBGRA() local439 const BYTE *srcrow; in copypixels_to_32bppBGRA() local482 const BYTE *srcrow; in copypixels_to_32bppBGRA() local530 const BYTE *srcrow; in copypixels_to_32bppBGRA() local578 const BYTE *srcrow; in copypixels_to_32bppBGRA() local[all …]
2006 LPBYTE andbits, xorbits, androw, xorrow, srcrow; in GdipCreateHICONFromBitmap() local2030 srcrow = ((LPBYTE)lockeddata.Scan0) + lockeddata.Stride * y; in GdipCreateHICONFromBitmap()2034 if (srcrow[3+4*x] >= 128) in GdipCreateHICONFromBitmap()2038 memcpy(xorrow, srcrow, xorstride); in GdipCreateHICONFromBitmap()