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

  /external/pdfium/core/src/fxge/dib/
dib_int.h 58 return (PixelWeight*)(m_pWeightTables + (pixel - m_DestMin) * m_ItemSize);
60 int m_DestMin, m_ItemSize;
fx_dib_engine.cpp 33 m_DestMin = dest_min;
    [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_progress.h 37 return (PixelWeight*)(m_pWeightTables + (pixel - m_DestMin) * m_ItemSize);
40 int m_DestMin, m_ItemSize;
fx_codec_progress.cpp 30 m_DestMin = dest_min;
    [all...]

Completed in 1131 milliseconds