Home
last modified time | relevance | path

Searched refs:m_Bmp (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxcodec/bmp/
Dbmpmodule.cpp38 Status status = ctx->m_Bmp.ReadHeader(); in ReadHeader()
42 *width = ctx->m_Bmp.width(); in ReadHeader()
43 *height = ctx->m_Bmp.height(); in ReadHeader()
44 *tb_flag = ctx->m_Bmp.img_tb_flag(); in ReadHeader()
45 *components = ctx->m_Bmp.components(); in ReadHeader()
46 *pal_num = ctx->m_Bmp.pal_num(); in ReadHeader()
47 *palette = ctx->m_Bmp.palette(); in ReadHeader()
49 pAttribute->m_nXDPI = ctx->m_Bmp.dpi_x(); in ReadHeader()
50 pAttribute->m_nYDPI = ctx->m_Bmp.dpi_y(); in ReadHeader()
55 return static_cast<CFX_BmpContext*>(pContext)->m_Bmp.DecodeImage(); in LoadImage()
[all …]
Dcfx_bmpcontext.cpp13 : m_Bmp(this), m_pModule(pModule), m_pDelegate(pDelegate) {} in CFX_BmpContext()
Dcfx_bmpcontext.h22 CFX_BmpDecompressor m_Bmp; variable