Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/dib/
Dfx_dib_engine.cpp365 PixelWeight* pPixelWeights = m_WeightTable.GetPixelWeight(col); in ContinueStretchHorz() local
367 … 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() local
384 … 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() local
399 … 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 …]