Searched refs:act_rect (Results 1 – 1 of 1) sorted by relevance
1053 act_rect = *rect; in GdipBitmapLockBits()1056 act_rect.X = act_rect.Y = 0; in GdipBitmapLockBits()1057 act_rect.Width = bitmap->width; in GdipBitmapLockBits()1058 act_rect.Height = bitmap->height; in GdipBitmapLockBits()1071 lockeddata->Width = act_rect.Width; in GdipBitmapLockBits()1110 lockeddata->Width = act_rect.Width; in GdipBitmapLockBits()1111 lockeddata->Height = act_rect.Height; in GdipBitmapLockBits()1140 stat = convert_pixels(act_rect.Width, act_rect.Height, in GdipBitmapLockBits()1143 … bitmap->bits + bitmap->stride * act_rect.Y + PIXELFORMATBPP(bitmap->format) * act_rect.X / 8, in GdipBitmapLockBits()1156 bitmap->lockx = act_rect.X; in GdipBitmapLockBits()[all …]