Searched refs:pPixelWeights (Results 1 – 1 of 1) sorted by relevance
365 PixelWeight* pPixelWeights = m_WeightTable.GetPixelWeight(col); in ContinueStretchHorz() local367 … for (int j = pPixelWeights->m_SrcStart; j <= pPixelWeights->m_SrcEnd; j ++) { in ContinueStretchHorz()368 … int pixel_weight = pPixelWeights->m_Weights[j - pPixelWeights->m_SrcStart]; in ContinueStretchHorz()382 PixelWeight* pPixelWeights = m_WeightTable.GetPixelWeight(col); in ContinueStretchHorz() local384 … for (int j = pPixelWeights->m_SrcStart; j <= pPixelWeights->m_SrcEnd; j ++) { in ContinueStretchHorz()385 … int pixel_weight = pPixelWeights->m_Weights[j - pPixelWeights->m_SrcStart]; in ContinueStretchHorz()397 PixelWeight* pPixelWeights = m_WeightTable.GetPixelWeight(col); in ContinueStretchHorz() local399 … for (int j = pPixelWeights->m_SrcStart; j <= pPixelWeights->m_SrcEnd; j ++) { in ContinueStretchHorz()400 … int pixel_weight = pPixelWeights->m_Weights[j - pPixelWeights->m_SrcStart]; in ContinueStretchHorz()416 PixelWeight* pPixelWeights = m_WeightTable.GetPixelWeight(col); in ContinueStretchHorz() local[all …]