Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/dib/
Ddib_int.h58 return (PixelWeight*)(m_pWeightTables + (pixel - m_DestMin) * m_ItemSize); in GetPixelWeight()
60 int m_DestMin, m_ItemSize; variable
Dfx_dib_engine.cpp33 m_DestMin = dest_min; in Calc()
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_progress.h37 return (PixelWeight*)(m_pWeightTables + (pixel - m_DestMin) * m_ItemSize); in GetPixelWeight()
40 int m_DestMin, m_ItemSize; variable
Dfx_codec_progress.cpp30 m_DestMin = dest_min; in Calc()