Home
last modified time | relevance | path

Searched refs:CalculatePitch32 (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fxcodec/
Dfx_codec.cpp106 FX_SAFE_UINT32 CalculatePitch32(int bpp, int width) { in CalculatePitch32() function
Dfx_codec.h127 FX_SAFE_UINT32 CalculatePitch32(int bpp, int width);
/external/pdfium/core/fxcodec/bmp/
Dcfx_bmpdecompressor.cpp231 FX_SAFE_UINT32 stride = CalculatePitch32(bit_counts_, width_); in ReadBmpHeaderDimensions()
240 stride = CalculatePitch32(8, width_); in ReadBmpHeaderDimensions()
248 stride = CalculatePitch32(24, width_); in ReadBmpHeaderDimensions()
/external/pdfium/core/fpdfapi/page/
Dcpdf_dib.cpp184 FX_SAFE_UINT32 pitch = fxcodec::CalculatePitch32(m_bpp, m_Width); in Load()
193 pitch = fxcodec::CalculatePitch32(m_bpp, m_Width); in Load()
213 FX_SAFE_UINT32 pitch = fxcodec::CalculatePitch32(m_bpp, m_Width); in ContinueToLoadMask()
225 pitch = fxcodec::CalculatePitch32(m_bpp, m_Width); in ContinueToLoadMask()
/external/pdfium/core/fxcodec/fax/
Dfaxmodule.cpp499 CalculatePitch32(kFaxBpc, width).ValueOrDie()), in FaxDecoder()