Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dccodec_tiffmodule.cpp44 bool IsSupport(const RetainPtr<CFX_DIBitmap>& pDIBitmap) const;
295 bool CTiffContext::IsSupport(const RetainPtr<CFX_DIBitmap>& pDIBitmap) const { in IsSupport() function in CTiffContext
355 !IsSupport(pDIBitmap)) { in Decode1bppRGB()
383 !IsSupport(pDIBitmap)) { in Decode8bppRGB()
418 if (pDIBitmap->GetBPP() != 24 || !IsSupport(pDIBitmap)) in Decode24bppRGB()