Home
last modified time | relevance | path

Searched refs:bmp_compress_struct (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxcodec/lbmp/
Dfx_bmp.h129 typedef struct tag_bmp_compress_struct bmp_compress_struct; typedef
130 typedef bmp_compress_struct* bmp_compress_struct_p;
Dfx_bmp.cpp647 bmp_ptr = FX_Alloc(bmp_compress_struct, 1); in bmp_create_compress()
649 FXSYS_memset(bmp_ptr, 0, sizeof(bmp_compress_struct)); in bmp_create_compress()