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

/external/pdfium/core/fxcodec/codec/
H A Dfx_codec_progress.cpp429 PixelWeight* pPixelWeights = m_WeightHorzOO.GetPixelWeight(src_col); local
430 if (pPixelWeights->m_SrcStart != pPixelWeights->m_SrcEnd) {
444 des_g += pPixelWeights->m_Weights[0] * src_scan[src_col];
445 des_scan[pPixelWeights->m_SrcStart] = (uint8_t)(des_g >> 16);
451 des_b += pPixelWeights->m_Weights[0] * (*p++);
452 des_g += pPixelWeights->m_Weights[0] * (*p++);
453 des_r += pPixelWeights->m_Weights[0] * (*p);
454 uint8_t* pDes = &des_scan[pPixelWeights->m_SrcStart * des_Bpp];
462 des_b += pPixelWeights
492 PixelWeight* pPixelWeights = m_WeightHorzOO.GetPixelWeight(des_col); local
1462 PixelWeight* pPixelWeights = m_WeightHorz.GetPixelWeight(des_col); local
[all...]
/external/pdfium/core/fxge/dib/
H A Dfx_dib_engine.cpp459 PixelWeight* pPixelWeights = m_WeightTable.GetPixelWeight(col); local
461 for (int j = pPixelWeights->m_SrcStart; j <= pPixelWeights->m_SrcEnd;
464 m_WeightTable.GetValueFromPixelWeight(pPixelWeights, j);
482 PixelWeight* pPixelWeights = m_WeightTable.GetPixelWeight(col); local
484 for (int j = pPixelWeights->m_SrcStart; j <= pPixelWeights->m_SrcEnd;
487 m_WeightTable.GetValueFromPixelWeight(pPixelWeights, j);
503 PixelWeight* pPixelWeights = m_WeightTable.GetPixelWeight(col); local
505 for (int j = pPixelWeights
528 PixelWeight* pPixelWeights = m_WeightTable.GetPixelWeight(col); local
565 PixelWeight* pPixelWeights = m_WeightTable.GetPixelWeight(col); local
606 PixelWeight* pPixelWeights = m_WeightTable.GetPixelWeight(col); local
638 PixelWeight* pPixelWeights = m_WeightTable.GetPixelWeight(col); local
701 PixelWeight* pPixelWeights = table.GetPixelWeight(row); local
[all...]

Completed in 91 milliseconds