Searched refs:CalculatePitch8 (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/fxcodec/ |
D | fx_codec.cpp | 97 FX_SAFE_UINT32 CalculatePitch8(uint32_t bpc, uint32_t components, int width) { in CalculatePitch8() function
|
D | fx_codec.h | 126 FX_SAFE_UINT32 CalculatePitch8(uint32_t bpc, uint32_t components, int width);
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_dib.cpp | 167 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()
|
D | cpdf_streamparser.cpp | 57 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/ |
D | flatemodule.cpp | 298 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()
|