#include "stdarg.h"#include "stdio.h"#include "ntddk.h"#include "fsvga.h"#include "fsvgalog.h"Go to the source code of this file.
| Defines | |
| #define | ADD_IMAGE 1 | 
| #define | REPLACE_IMAGE 2 | 
| #define | CALC_BITMAP_BITS_FOR_X(FontSizeX, dwAlign) ( ( ( FontSizeX * BITMAP_BITS_PIXEL + (dwAlign-1) ) & ~(dwAlign-1)) >> BITMAP_ARRAY_BYTE ) | 
| Functions | |
| DWORD | CalcBitmapBufferSize (IN COORD FontSize, IN DWORD dwAlign) | 
| VOID | AlignCopyMemory (OUT PBYTE pDestBits, IN DWORD dwDestAlign, IN PBYTE pSrcBits, IN DWORD dwSrcAlign, IN COORD FontSize) | 
| 
 | 
| 
 Definition at line 31 of file fullscr/vga/foncache.c. | 
| 
 | 
| 
 Definition at line 35 of file fullscr/vga/foncache.c. Referenced by AlignCopyMemory(), and CalcBitmapBufferSize(). | 
| 
 | 
| 
 Definition at line 32 of file fullscr/vga/foncache.c. | 
| 
 | ||||||||||||||||||||||||
| 
 Definition at line 56 of file fullscr/vga/foncache.c. References BITMAP_BITS_BYTE_ALIGN, BITMAP_BITS_WORD_ALIGN, BYTE_ALIGN, CALC_BITMAP_BITS_FOR_X, CalcBitmapBufferSize(), DWORD, EXCEPTION_EXECUTE_HANDLER, and WORD_ALIGN. Referenced by FsgWriteToFrameBuffer(). 
 
 | 
| 
 | ||||||||||||
| 
 Definition at line 41 of file fullscr/vga/foncache.c. References BITMAP_BITS_BYTE_ALIGN, BITMAP_BITS_WORD_ALIGN, BITMAP_PLANES, BYTE_ALIGN, CALC_BITMAP_BITS_FOR_X, and DWORD. Referenced by AlignCopyMemory(), FsgWriteToFrameBuffer(), SetRAMFont(), and SetRAMFontCodePage(). 
 
 | 
 1.3.7
 1.3.7