Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/dib/
Dcfx_dibitmap.h98 static bool CalculatePitchAndSize(int height,
Dcfx_dibitmap.cpp46 if (!CFX_DIBitmap::CalculatePitchAndSize(height, width, format, &pitch, in Create()
814 bool CFX_DIBitmap::CalculatePitchAndSize(int height, in CalculatePitchAndSize() function in CFX_DIBitmap
/external/pdfium/core/fxcodec/codec/
Dfx_codec_progress.cpp1085 if (!CFX_DIBitmap::CalculatePitchAndSize(m_SrcWidth, m_SrcHeight, format, in BmpDetectImageType()