Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dfx_codec_progress.cpp274 m_TransMethod = -1; in CCodec_ProgressiveDecoder()
660 switch (m_TransMethod) { in GifInputRecordPositionBuf()
1383 m_TransMethod = 0; in GetTransMethod()
1386 m_TransMethod = -1; in GetTransMethod()
1393 m_TransMethod = 1; in GetTransMethod()
1396 m_TransMethod = 2; in GetTransMethod()
1400 m_TransMethod = 3; in GetTransMethod()
1405 m_TransMethod = 4; in GetTransMethod()
1408 m_TransMethod = 5; in GetTransMethod()
1411 m_TransMethod = -1; in GetTransMethod()
[all …]
Dccodec_progressivedecoder.h230 int m_TransMethod; variable
/external/pdfium/core/fxge/dib/
Dcstretchengine.cpp289 m_TransMethod = 1; in CStretchEngine()
291 m_TransMethod = 2; in CStretchEngine()
295 m_TransMethod = 3; in CStretchEngine()
297 m_TransMethod = 4; in CStretchEngine()
300 m_TransMethod = 5; in CStretchEngine()
302 m_TransMethod = 6; in CStretchEngine()
306 m_TransMethod = 7; in CStretchEngine()
308 m_TransMethod = 8; in CStretchEngine()
379 switch (m_TransMethod) { in ContinueStretchHorz()
606 switch (m_TransMethod) { in StretchVert()
Dcstretchengine.h80 int m_TransMethod; variable