Searched refs:m_Bmp (Results 1 – 2 of 2) sorted by relevance
30 p->m_Bmp.context_ptr = p.get(); in Start()43 if (setjmp(ctx->m_Bmp.jmpbuf)) in ReadHeader()46 int32_t ret = ctx->m_Bmp.ReadHeader(); in ReadHeader()50 *width = ctx->m_Bmp.width; in ReadHeader()51 *height = ctx->m_Bmp.height; in ReadHeader()52 *tb_flag = ctx->m_Bmp.imgTB_flag; in ReadHeader()53 *components = ctx->m_Bmp.components; in ReadHeader()54 *pal_num = ctx->m_Bmp.pal_num; in ReadHeader()55 *palette = ctx->m_Bmp.palette; in ReadHeader()58 pAttribute->m_nXDPI = ctx->m_Bmp.dpi_x; in ReadHeader()[all …]
131 BMPDecompressor m_Bmp; variable