Home | History | Annotate | Download | only in windows

Lines Matching refs:bmWidth

1035     pbi.bmiHeader.biWidth = bmap.bmWidth;
1040 pbi.bmiHeader.biSizeImage = bmap.bmWidth * bmap.bmHeight * 3;
1041 srcPtr = new unsigned char[bmap.bmWidth * bmap.bmHeight * 4];
1068 ret = _pd3dDevice->CreateTexture(bmap.bmWidth, bmap.bmHeight, 1, 0,
1092 int pitch = bmap.bmWidth * 4;
1096 ConvertRGB24ToARGB(srcPtr, dstPtr, bmap.bmWidth, bmap.bmHeight, 0);
1100 unsigned char* srcTmp = srcPtr + (bmap.bmWidth * 4) * (bmap.bmHeight - 1);
1103 memcpy(dstPtr, srcTmp, bmap.bmWidth * 4);
1104 srcTmp -= bmap.bmWidth * 4;
1119 SetTransparentColor(_pTextureLogo, ddColorKey, bmap.bmWidth,