Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/tiff/
Dtiffmodule.cpp54 bool IsSupport(const RetainPtr<CFX_DIBitmap>& pDIBitmap) const;
295 bool CTiffContext::IsSupport(const RetainPtr<CFX_DIBitmap>& pDIBitmap) const { in IsSupport() function in CTiffContext
357 !IsSupport(pDIBitmap)) { in Decode1bppRGB()
385 !IsSupport(pDIBitmap)) { in Decode8bppRGB()
420 if (pDIBitmap->GetBPP() != 24 || !IsSupport(pDIBitmap)) in Decode24bppRGB()