FreeRDP
libwinpr/utils/image.h File Reference
#include <winpr/wtypes.h>
#include <winpr/stream.h>
#include <winpr/image.h>
This graph shows which files directly or indirectly include this file:

Functions

BOOL readBitmapFileHeader (wStream *s, WINPR_BITMAP_FILE_HEADER *bf)
 
BOOL writeBitmapFileHeader (wStream *s, const WINPR_BITMAP_FILE_HEADER *bf)
 
BOOL readBitmapInfoHeader (wStream *s, WINPR_BITMAP_INFO_HEADER *bi, size_t *poffset)
 
BOOL writeBitmapInfoHeader (wStream *s, const WINPR_BITMAP_INFO_HEADER *bi)
 

Function Documentation

◆ readBitmapFileHeader()

BOOL readBitmapFileHeader ( wStream s,
WINPR_BITMAP_FILE_HEADER bf 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ readBitmapInfoHeader()

BOOL readBitmapInfoHeader ( wStream s,
WINPR_BITMAP_INFO_HEADER bi,
size_t *  poffset 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ writeBitmapFileHeader()

BOOL writeBitmapFileHeader ( wStream s,
const WINPR_BITMAP_FILE_HEADER bf 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ writeBitmapInfoHeader()

BOOL writeBitmapInfoHeader ( wStream s,
const WINPR_BITMAP_INFO_HEADER bi 
)
Here is the call graph for this function:
Here is the caller graph for this function: