在线笔记
全部博文(596)
发布时间:2014-04-15 16:24:54
http://msdn.microsoft.com/en-us/library/windows/hardware/ff570583%28v=vs.85%29.aspxWindows 2000 Display ArchitectureThe following figure shows the components required to display on Windows 2000 and later.The shaded elements in the preceding figure represent services that a.........【阅读全文】
发布时间:2014-04-15 15:23:45
http://msdn.microsoft.com/en-us/library/windows/hardware/ff566835%28v=vs.85%29.aspxA Microsoft NT-based operating system display driver must implement several graphics DDI functions. Although writing a driver that capitalizes on existing GDI capabilities would be smaller and simpler to wr.........【阅读全文】
发布时间:2014-04-15 15:11:48
GDI/Driver Division of LaborTo understand graphics driver design, it is important to understand the roles of GDI and the driver, and how they negotiate. GDI, with its enhanced capabilities, can handle many operations that previously required a graphics driver. GDI also has the.........【阅读全文】
发布时间:2014-04-15 14:51:15
http://msdn.microsoft.com/en-us/library/windows/hardware/ff566575%28v=vs.85%29.aspxGDI-Managed BitmapsGDI manages bitmaps in all DIB formats including 1, 4, 8, 16, 24, and 32 bits-per-pixel. GDI can do all line drawing, filling, text output, and bit block transfer (bi.........【阅读全文】
发布时间:2014-04-15 14:21:31
http://msdn.microsoft.com/en-us/library/windows/hardware/ff566540%28v=vs.85%29.aspxGDI from the Driver's PerspectiveGDI is the intermediary support between a Microsoft Windows NT-based graphics driver and an application. Applications call Microsoft Win32 GDI functions.........【阅读全文】