Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/dib/
Dcstretchengine.cpp383 PixelWeight* pWeights = m_WeightTable.GetPixelWeight(col); in ContinueStretchHorz() local
385 for (int j = pWeights->m_SrcStart; j <= pWeights->m_SrcEnd; ++j) { in ContinueStretchHorz()
386 int* pWeight = m_WeightTable.GetValueFromPixelWeight(pWeights, j); in ContinueStretchHorz()
402 PixelWeight* pWeights = m_WeightTable.GetPixelWeight(col); in ContinueStretchHorz() local
404 for (int j = pWeights->m_SrcStart; j <= pWeights->m_SrcEnd; ++j) { in ContinueStretchHorz()
405 int* pWeight = m_WeightTable.GetValueFromPixelWeight(pWeights, j); in ContinueStretchHorz()
420 PixelWeight* pWeights = m_WeightTable.GetPixelWeight(col); in ContinueStretchHorz() local
423 for (int j = pWeights->m_SrcStart; j <= pWeights->m_SrcEnd; ++j) { in ContinueStretchHorz()
424 int* pWeight = m_WeightTable.GetValueFromPixelWeight(pWeights, j); in ContinueStretchHorz()
444 PixelWeight* pWeights = m_WeightTable.GetPixelWeight(col); in ContinueStretchHorz() local
[all …]