Lines Matching refs:Height
1163 int Width, Height;
1187 Height = rc.bottom;
1191 Height = rc.bottom - rc.top;
1197 memBM = CreateCompatibleBitmap(hdc, Width, Height);
1202 im = gdImageCreateTrueColor(Width, Height);
1205 for (y=0; y <= Height; y++) {
1231 int Width, Height;
1249 Height = rc.bottom - rc.top;
1254 memBM = CreateCompatibleBitmap(hdc, Width, Height);
1256 BitBlt( memDC, 0, 0, Width, Height , hdc, rc.left, rc.top , SRCCOPY );
1258 im = gdImageCreateTrueColor(Width, Height);
1261 for (y=0; y <= Height; y++) {