HomeSort by relevance Sort by last modified time
    Searched refs:m_WeightTable (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fxge/dib/
dib_int.h 82 CWeightTable m_WeightTable;
fx_dib_engine.cpp 335 m_WeightTable.Calc(m_DestWidth, m_DestClip.left, m_DestClip.right, m_SrcWidth, m_SrcClip.left, m_SrcClip.right, m_Flags);
336 if (m_WeightTable.m_pWeightTables == NULL) {
374 PixelWeight* pPixelWeights = m_WeightTable.GetPixelWeight(col);
391 PixelWeight* pPixelWeights = m_WeightTable.GetPixelWeight(col);
406 PixelWeight* pPixelWeights = m_WeightTable.GetPixelWeight(col);
425 PixelWeight* pPixelWeights = m_WeightTable.GetPixelWeight(col);
453 PixelWeight* pPixelWeights = m_WeightTable.GetPixelWeight(col);
486 PixelWeight* pPixelWeights = m_WeightTable.GetPixelWeight(col);
509 PixelWeight* pPixelWeights = m_WeightTable.GetPixelWeight(col);
    [all...]

Completed in 63 milliseconds