Home
last modified time | relevance | path

Searched refs:GetTransMethod (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxcodec/
Dprogressivedecoder.h229 void GetTransMethod(FXDIB_Format dest_format, FXCodec_Format src_format);
Dprogressivedecoder.cpp787 GetTransMethod(m_pDeviceBitmap->GetFormat(), m_SrcFormat); in BmpStartDecode()
878 GetTransMethod(m_pDeviceBitmap->GetFormat(), m_SrcFormat); in GifStartDecode()
1099 GetTransMethod(pDIBitmap->GetFormat(), m_SrcFormat); in JpegStartDecode()
1298 GetTransMethod(m_pDeviceBitmap->GetFormat(), m_SrcFormat); in PngStartDecode()
1699 void ProgressiveDecoder::GetTransMethod(FXDIB_Format dest_format, in GetTransMethod() function in fxcodec::ProgressiveDecoder