Searched refs:pWeights (Results 1 – 1 of 1) sorted by relevance
383 PixelWeight* pWeights = m_WeightTable.GetPixelWeight(col); in ContinueStretchHorz() local385 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() local404 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() local423 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 …]