Lines Matching refs:pPixelWeights
320 PixelWeight* pPixelWeights = m_WeightHorzOO.GetPixelWeight(src_col); in PngAskScanlineBuf() local
321 if (pPixelWeights->m_SrcStart != pPixelWeights->m_SrcEnd) { in PngAskScanlineBuf()
335 dest_g += pPixelWeights->m_Weights[0] * src_scan[src_col]; in PngAskScanlineBuf()
336 dest_scan[pPixelWeights->m_SrcStart] = (uint8_t)(dest_g >> 16); in PngAskScanlineBuf()
344 dest_b += pPixelWeights->m_Weights[0] * (*p++); in PngAskScanlineBuf()
345 dest_g += pPixelWeights->m_Weights[0] * (*p++); in PngAskScanlineBuf()
346 dest_r += pPixelWeights->m_Weights[0] * (*p); in PngAskScanlineBuf()
347 uint8_t* pDes = &dest_scan[pPixelWeights->m_SrcStart * dest_Bpp]; in PngAskScanlineBuf()
357 dest_b += pPixelWeights->m_Weights[0] * (*p++); in PngAskScanlineBuf()
358 dest_g += pPixelWeights->m_Weights[0] * (*p++); in PngAskScanlineBuf()
359 dest_r += pPixelWeights->m_Weights[0] * (*p++); in PngAskScanlineBuf()
360 uint8_t* pDes = &dest_scan[pPixelWeights->m_SrcStart * dest_Bpp]; in PngAskScanlineBuf()
1157 PixelWeight* pPixelWeights = m_WeightHorzOO.GetPixelWeight(dest_col); in PngOneOneMapResampleHorz() local
1170 pPixelWeights->m_Weights[0] * src_scan[pPixelWeights->m_SrcStart]; in PngOneOneMapResampleHorz()
1172 pPixelWeights->m_Weights[1] * src_scan[pPixelWeights->m_SrcEnd]; in PngOneOneMapResampleHorz()
1181 p = src_scan + pPixelWeights->m_SrcStart * src_Bpp; in PngOneOneMapResampleHorz()
1182 dest_b += pPixelWeights->m_Weights[0] * (*p++); in PngOneOneMapResampleHorz()
1183 dest_g += pPixelWeights->m_Weights[0] * (*p++); in PngOneOneMapResampleHorz()
1184 dest_r += pPixelWeights->m_Weights[0] * (*p); in PngOneOneMapResampleHorz()
1185 p = src_scan + pPixelWeights->m_SrcEnd * src_Bpp; in PngOneOneMapResampleHorz()
1186 dest_b += pPixelWeights->m_Weights[1] * (*p++); in PngOneOneMapResampleHorz()
1187 dest_g += pPixelWeights->m_Weights[1] * (*p++); in PngOneOneMapResampleHorz()
1188 dest_r += pPixelWeights->m_Weights[1] * (*p); in PngOneOneMapResampleHorz()
1200 p = src_scan + pPixelWeights->m_SrcStart * src_Bpp; in PngOneOneMapResampleHorz()
1201 dest_b += pPixelWeights->m_Weights[0] * (*p++); in PngOneOneMapResampleHorz()
1202 dest_g += pPixelWeights->m_Weights[0] * (*p++); in PngOneOneMapResampleHorz()
1203 dest_r += pPixelWeights->m_Weights[0] * (*p++); in PngOneOneMapResampleHorz()
1204 dest_a += pPixelWeights->m_Weights[0] * (*p); in PngOneOneMapResampleHorz()
1205 p = src_scan + pPixelWeights->m_SrcEnd * src_Bpp; in PngOneOneMapResampleHorz()
1206 dest_b += pPixelWeights->m_Weights[1] * (*p++); in PngOneOneMapResampleHorz()
1207 dest_g += pPixelWeights->m_Weights[1] * (*p++); in PngOneOneMapResampleHorz()
1208 dest_r += pPixelWeights->m_Weights[1] * (*p++); in PngOneOneMapResampleHorz()
1209 dest_a += pPixelWeights->m_Weights[1] * (*p); in PngOneOneMapResampleHorz()
1811 PixelWeight* pPixelWeights = m_WeightHorz.GetPixelWeight(dest_col); in ReSampleScanline() local
1821 for (int j = pPixelWeights->m_SrcStart; j <= pPixelWeights->m_SrcEnd; in ReSampleScanline()
1824 pPixelWeights->m_Weights[j - pPixelWeights->m_SrcStart]; in ReSampleScanline()
1833 for (int j = pPixelWeights->m_SrcStart; j <= pPixelWeights->m_SrcEnd; in ReSampleScanline()
1836 pPixelWeights->m_Weights[j - pPixelWeights->m_SrcStart]; in ReSampleScanline()
1849 for (int j = pPixelWeights->m_SrcStart; j <= pPixelWeights->m_SrcEnd; in ReSampleScanline()
1852 pPixelWeights->m_Weights[j - pPixelWeights->m_SrcStart]; in ReSampleScanline()
1865 for (int j = pPixelWeights->m_SrcStart; j <= pPixelWeights->m_SrcEnd; in ReSampleScanline()
1868 pPixelWeights->m_Weights[j - pPixelWeights->m_SrcStart]; in ReSampleScanline()
1887 for (int j = pPixelWeights->m_SrcStart; j <= pPixelWeights->m_SrcEnd; in ReSampleScanline()
1890 pPixelWeights->m_Weights[j - pPixelWeights->m_SrcStart]; in ReSampleScanline()
1900 for (int j = pPixelWeights->m_SrcStart; j <= pPixelWeights->m_SrcEnd; in ReSampleScanline()
1903 pPixelWeights->m_Weights[j - pPixelWeights->m_SrcStart]; in ReSampleScanline()
1920 for (int j = pPixelWeights->m_SrcStart; j <= pPixelWeights->m_SrcEnd; in ReSampleScanline()
1923 pPixelWeights->m_Weights[j - pPixelWeights->m_SrcStart]; in ReSampleScanline()
1940 for (int j = pPixelWeights->m_SrcStart; j <= pPixelWeights->m_SrcEnd; in ReSampleScanline()
1943 pPixelWeights->m_Weights[j - pPixelWeights->m_SrcStart]; in ReSampleScanline()
1959 for (int j = pPixelWeights->m_SrcStart; j <= pPixelWeights->m_SrcEnd; in ReSampleScanline()
1962 pPixelWeights->m_Weights[j - pPixelWeights->m_SrcStart]; in ReSampleScanline()
1977 for (int j = pPixelWeights->m_SrcStart; j <= pPixelWeights->m_SrcEnd; in ReSampleScanline()
1980 pPixelWeights->m_Weights[j - pPixelWeights->m_SrcStart]; in ReSampleScanline()
2002 for (int j = pPixelWeights->m_SrcStart; j <= pPixelWeights->m_SrcEnd; in ReSampleScanline()
2005 pPixelWeights->m_Weights[j - pPixelWeights->m_SrcStart]; in ReSampleScanline()