Related changes
Appearance
Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
26 November 2025
| N 01:30 | DiveSetupBlitter diffhist +3,609 Martini talk contribs (Created page with "{{DISPLAYTITLE:DiveSetupBlitter}} This function sets up blitter operations. ==Syntax== _DiveSetupBlitter(hDiveInst, pSetupBlitter) ==Parameters== ;''hDiveInst'' (HDIVE) - input :Display engine DIVE instance. ;''pSetupBlitter'' (PSETUP_BLITTER) - input :Pointer to SETUP_BLITTER. This data structure contains parameters that will be used during the subsequent DiveBlitImage call. If this pointer is **zero** on input, this function will deinitialize the bl...") | ||||
|
|
N 01:11 | HDIVE 2 changes history +62 [Martini (2×)] | |||
|
|
01:11 (cur | prev) 0 Martini talk contribs | ||||
| N |
|
01:10 (cur | prev) +62 Martini talk contribs (Created page with "DIVE instance. typedef ULONG HDIVE; Category:Data Type") | |||
| N 01:10 | DiveBlitImageLines diffhist +2,493 Martini talk contribs (Created page with "{{DISPLAYTITLE:DiveBlitImageLines}} This function is called to blit only the changed lines in the source image by using DiveBlitImage. The changed lines are specified with the *pbLineMask* parameter. ==Syntax== _DiveBlitImageLines(hDiveInst, ulSrcBufNumber, ulDstBufNumber, pbLineMask) ==Parameters== ;''hDiveInst'' (HDIVE) - input :Display engine DIVE instance. ;''ulSrcBufNumber'' (ULONG) - input :Indicates DIVE instance buffer number of the buffer contain...") | ||||
| N 01:04 | DiveAllocImageBuffer diffhist +4,766 Martini talk contribs (Created page with "{{DISPLAYTITLE:DiveAllocImageBuffer}} This function allocates a buffer to contain an image. Source data buffers passed to DiveBlitImage must be allocated with this function in order to take advantage of hardware acceleration features of some display hardware. ==Syntax== _DiveAllocImageBuffer(hDiveInst, pulBufferNumber, fccColorSpace, ulWidth, ulHeight, ulLineSizeBytes, pbImageBuffer) ==Parameters== ;''hDiveInst'' (HDIVE) - input :Display engine DIVE instance....") | ||||