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

  /external/pdfium/core/fxcodec/codec/
fx_codec_progress.cpp 80 pixel_weights.m_Weights[0] = 65536;
82 pixel_weights.m_Weights[1] = FXSYS_round(
85 pixel_weights.m_Weights[0] = 65536 - pixel_weights.m_Weights[1];
90 pixel_weights.m_Weights[0] = 65536;
139 pixel_weights.m_Weights[j - start_i] =
163 pWeight->m_Weights[0] = 65536;
164 pWeight->m_Weights[1] = 0;
170 pWeight->m_Weights[0] = 65536;
171 pWeight->m_Weights[1] = 0
    [all...]
ccodec_progressivedecoder.h 74 int m_Weights[1];
  /external/pdfium/core/fxge/dib/
fx_dib_engine.cpp 89 pixel_weights.m_Weights[0] = 65536;
91 pixel_weights.m_Weights[1] = FXSYS_round(
94 pixel_weights.m_Weights[0] = 65536 - pixel_weights.m_Weights[1];
119 pixel_weights.m_Weights[0] =
131 pixel_weights.m_Weights[0] = SDP_Table[256 + weight] << 8;
132 pixel_weights.m_Weights[1] =
138 pixel_weights.m_Weights[0] =
142 pixel_weights.m_Weights[1] = SDP_Table[512 - weight] << 8;
144 pixel_weights.m_Weights[0]
    [all...]
dib_int.h 41 int m_Weights[1];

Completed in 7554 milliseconds