Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/
Dprogressivedecoder.cpp470 switch (m_TransMethod) { in GifInputRecordPositionBuf()
1706 m_TransMethod = 0; in GetTransMethod()
1709 m_TransMethod = -1; in GetTransMethod()
1716 m_TransMethod = 1; in GetTransMethod()
1719 m_TransMethod = 2; in GetTransMethod()
1723 m_TransMethod = 3; in GetTransMethod()
1728 m_TransMethod = 4; in GetTransMethod()
1731 m_TransMethod = 5; in GetTransMethod()
1734 m_TransMethod = -1; in GetTransMethod()
1740 m_TransMethod = 6; in GetTransMethod()
[all …]
Dprogressivedecoder.h281 int m_TransMethod = -1; variable
/external/pdfium/core/fxge/dib/
Dcstretchengine.cpp290 m_TransMethod = m_DestBpp == 8 ? TransformMethod::k1BppTo8Bpp in CStretchEngine()
295 m_TransMethod = m_bHasAlpha ? TransformMethod::k8BppTo8BppWithAlpha in CStretchEngine()
298 m_TransMethod = m_bHasAlpha ? TransformMethod::k8BppToManyBppWithAlpha in CStretchEngine()
303 m_TransMethod = m_bHasAlpha ? TransformMethod::kManyBpptoManyBppWithAlpha in CStretchEngine()
375 switch (m_TransMethod) { in ContinueStretchHorz()
603 switch (m_TransMethod) { in StretchVert()
Dcstretchengine.h100 TransformMethod m_TransMethod; variable