Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/
Dfx_codec.cpp97 FX_SAFE_UINT32 CalculatePitch8(uint32_t bpc, uint32_t components, int width) { in CalculatePitch8() function
Dfx_codec.h126 FX_SAFE_UINT32 CalculatePitch8(uint32_t bpc, uint32_t components, int width);
/external/pdfium/core/fpdfapi/page/
Dcpdf_dib.cpp167 fxcodec::CalculatePitch8(m_bpc, m_nComponents, m_Width) * m_Height; in Load()
267 fxcodec::CalculatePitch8(m_bpc, m_nComponents, m_Width) * m_Height; in StartLoadDIBBase()
530 fxcodec::CalculatePitch8(m_bpc, m_nComponents, m_Width); in CreateDecoder()
533 FX_SAFE_UINT32 provided_pitch = fxcodec::CalculatePitch8( in CreateDecoder()
999 fxcodec::CalculatePitch8(m_bpc, m_nComponents, m_Width); in GetScanline()
1132 fxcodec::CalculatePitch8(m_bpc, m_nComponents, m_Width); in DownSampleScanline()
Dcpdf_streamparser.cpp57 FX_SAFE_UINT32 size = fxcodec::CalculatePitch8(bpc, ncomps, width); in DecodeAllScanlines()
164 FX_SAFE_UINT32 size = fxcodec::CalculatePitch8(bpc, nComponents, width); in ReadInlineStream()
/external/pdfium/core/fxcodec/flate/
Dflatemodule.cpp298 const uint32_t row_size = CalculatePitch8(bpc, nColors, nPixels).ValueOrDie(); in PNG_PredictLine()
624 CalculatePitch8(bpc, nComps, width).ValueOrDie()), in FlateScanlineDecoder()
702 CalculatePitch8(m_BitsPerComponent, m_Colors, m_Columns).ValueOrDie(); in FlatePredictorScanlineDecoder()