Searched refs:pPixelWeights (Results 1 – 2 of 2) sorted by relevance
459 PixelWeight* pPixelWeights = m_WeightTable.GetPixelWeight(col); in ContinueStretchHorz() local461 for (int j = pPixelWeights->m_SrcStart; j <= pPixelWeights->m_SrcEnd; in ContinueStretchHorz()464 m_WeightTable.GetValueFromPixelWeight(pPixelWeights, j); in ContinueStretchHorz()482 PixelWeight* pPixelWeights = m_WeightTable.GetPixelWeight(col); in ContinueStretchHorz() local484 for (int j = pPixelWeights->m_SrcStart; j <= pPixelWeights->m_SrcEnd; in ContinueStretchHorz()487 m_WeightTable.GetValueFromPixelWeight(pPixelWeights, j); in ContinueStretchHorz()503 PixelWeight* pPixelWeights = m_WeightTable.GetPixelWeight(col); in ContinueStretchHorz() local505 for (int j = pPixelWeights->m_SrcStart; j <= pPixelWeights->m_SrcEnd; in ContinueStretchHorz()508 m_WeightTable.GetValueFromPixelWeight(pPixelWeights, j); in ContinueStretchHorz()528 PixelWeight* pPixelWeights = m_WeightTable.GetPixelWeight(col); in ContinueStretchHorz() local[all …]
429 PixelWeight* pPixelWeights = m_WeightHorzOO.GetPixelWeight(src_col); in PngAskScanlineBuf() local430 if (pPixelWeights->m_SrcStart != pPixelWeights->m_SrcEnd) { in PngAskScanlineBuf()444 des_g += pPixelWeights->m_Weights[0] * src_scan[src_col]; in PngAskScanlineBuf()445 des_scan[pPixelWeights->m_SrcStart] = (uint8_t)(des_g >> 16); in PngAskScanlineBuf()451 des_b += pPixelWeights->m_Weights[0] * (*p++); in PngAskScanlineBuf()452 des_g += pPixelWeights->m_Weights[0] * (*p++); in PngAskScanlineBuf()453 des_r += pPixelWeights->m_Weights[0] * (*p); in PngAskScanlineBuf()454 uint8_t* pDes = &des_scan[pPixelWeights->m_SrcStart * des_Bpp]; in PngAskScanlineBuf()462 des_b += pPixelWeights->m_Weights[0] * (*p++); in PngAskScanlineBuf()463 des_g += pPixelWeights->m_Weights[0] * (*p++); in PngAskScanlineBuf()[all …]