Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/dib/
Dfx_dib_engine.cpp459 PixelWeight* pPixelWeights = m_WeightTable.GetPixelWeight(col); in ContinueStretchHorz() local
461 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() local
484 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() local
505 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 …]
/external/pdfium/core/fxcodec/codec/
Dfx_codec_progress.cpp429 PixelWeight* pPixelWeights = m_WeightHorzOO.GetPixelWeight(src_col); in PngAskScanlineBuf() local
430 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 …]