Home | History | Annotate | Download | only in win

Lines Matching full:bitmap

806     // Collect our device context info and select the bitmap to scroll.
811 // Scroll the bitmap.
3333 HBITMAP bitmap = imageFromSelection(frame, forceWhiteText ? TRUE : FALSE);
3334 *hBitmap = (OLE_HANDLE)(ULONG64)bitmap;
6074 BITMAP bitmap;
6075 GetObject(m_backingStoreBitmap.get(), sizeof(bitmap), &bitmap);
6076 int bmSize = bitmap.bmWidthBytes * bitmap.bmHeight;
6079 0, static_cast<UInt8*>(bitmap.bmBits),
6083 RetainPtr<CGImageRef> backingStoreImage(AdoptCF, CGImageCreate(bitmap.bmWidth, bitmap.bmHeight,
6084 8, bitmap.bmBitsPixel,
6085 bitmap.bmWidthBytes, space.get(),