Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/dib/
Dcstretchengine.cpp290 m_TransMethod = m_DestBpp == 8 ? TransformMethod::k1BppTo8Bpp in CStretchEngine()
291 : TransformMethod::k1BppToManyBpp; in CStretchEngine()
295 m_TransMethod = m_bHasAlpha ? TransformMethod::k8BppTo8BppWithAlpha in CStretchEngine()
296 : TransformMethod::k8BppTo8Bpp; in CStretchEngine()
298 m_TransMethod = m_bHasAlpha ? TransformMethod::k8BppToManyBppWithAlpha in CStretchEngine()
299 : TransformMethod::k8BppToManyBpp; in CStretchEngine()
303 m_TransMethod = m_bHasAlpha ? TransformMethod::kManyBpptoManyBppWithAlpha in CStretchEngine()
304 : TransformMethod::kManyBpptoManyBpp; in CStretchEngine()
376 case TransformMethod::k1BppTo8Bpp: in ContinueStretchHorz()
377 case TransformMethod::k1BppToManyBpp: { in ContinueStretchHorz()
[all …]
Dcstretchengine.h69 enum class TransformMethod : uint8_t { enum
100 TransformMethod m_TransMethod;