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 81 pixel_weights.m_Weights[0] = 65536;
83 pixel_weights.m_Weights[1] = FXSYS_round(
85 pixel_weights.m_Weights[0] = 65536 - pixel_weights.m_Weights[1];
133 pixel_weights.m_Weights[j - start_i] =
156 pWeight->m_Weights[0] = 65536;
157 pWeight->m_Weights[1] = 0;
163 pWeight->m_Weights[0] = 65536;
164 pWeight->m_Weights[1] = 0;
174 pWeight->m_Weights[0]
    [all...]
ccodec_progressivedecoder.h 72 int m_Weights[1];
  /external/pdfium/core/fxge/dib/
cstretchengine.cpp 70 pixel_weights.m_Weights[0] = 65536;
72 pixel_weights.m_Weights[1] =
76 pixel_weights.m_Weights[0] = 65536 - pixel_weights.m_Weights[1];
96 pixel_weights.m_Weights[0] =
108 pixel_weights.m_Weights[0] = SDP_Table[256 + weight] << 8;
109 pixel_weights.m_Weights[1] =
115 pixel_weights.m_Weights[0] =
119 pixel_weights.m_Weights[1] = SDP_Table[512 - weight] << 8;
121 pixel_weights.m_Weights[0]
    [all...]
  /external/pdfium/core/fxge/
fx_dib.h 37 int m_Weights[1];

Completed in 192 milliseconds