Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/dib/
Dfx_dib_engine.cpp326m_WeightTable.Calc(m_DestWidth, m_DestClip.left, m_DestClip.right, m_SrcWidth, m_SrcClip.left, m_S… in StartStretchHorz()
327 if (m_WeightTable.m_pWeightTables == NULL) { in StartStretchHorz()
365 PixelWeight* pPixelWeights = m_WeightTable.GetPixelWeight(col); in ContinueStretchHorz()
382 PixelWeight* pPixelWeights = m_WeightTable.GetPixelWeight(col); in ContinueStretchHorz()
397 PixelWeight* pPixelWeights = m_WeightTable.GetPixelWeight(col); in ContinueStretchHorz()
416 PixelWeight* pPixelWeights = m_WeightTable.GetPixelWeight(col); in ContinueStretchHorz()
444 PixelWeight* pPixelWeights = m_WeightTable.GetPixelWeight(col); in ContinueStretchHorz()
476 PixelWeight* pPixelWeights = m_WeightTable.GetPixelWeight(col); in ContinueStretchHorz()
499 PixelWeight* pPixelWeights = m_WeightTable.GetPixelWeight(col); in ContinueStretchHorz()
Ddib_int.h85 CWeightTable m_WeightTable; variable