Searched defs:newBmp (Results 1 – 1 of 1) sorted by relevance
309 OwnPtr<HBITMAP> newBmp = adoptPtr(CreateDIBSection(0, &bmpInfo, DIB_RGB_COLORS, &pixels, 0, 0)); in clipBitmap() local333 …RefPtr<SharedBitmap> newBmp = create(IntSize(copyWidth, copyHeight), useAlpha && is32bit() ? Bitma… in clipBitmap() local