Home
last modified time | relevance | path

Searched refs:m_Weights (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxcodec/codec/
Dfx_codec_progress.cpp81 pixel_weights.m_Weights[0] = 65536; in Calc()
83 pixel_weights.m_Weights[1] = FXSYS_round( in Calc()
85 pixel_weights.m_Weights[0] = 65536 - pixel_weights.m_Weights[1]; in Calc()
133 pixel_weights.m_Weights[j - start_i] = in Calc()
156 pWeight->m_Weights[0] = 65536; in Calc()
157 pWeight->m_Weights[1] = 0; in Calc()
163 pWeight->m_Weights[0] = 65536; in Calc()
164 pWeight->m_Weights[1] = 0; in Calc()
174 pWeight->m_Weights[0] = in Calc()
177 pWeight->m_Weights[1] = 65536 - pWeight->m_Weights[0]; in Calc()
[all …]
Dccodec_progressivedecoder.h72 int m_Weights[1]; member
/external/pdfium/core/fxge/dib/
Dcstretchengine.cpp70 pixel_weights.m_Weights[0] = 65536; in Calc()
72 pixel_weights.m_Weights[1] = in Calc()
76 pixel_weights.m_Weights[0] = 65536 - pixel_weights.m_Weights[1]; in Calc()
96 pixel_weights.m_Weights[0] = in Calc()
108 pixel_weights.m_Weights[0] = SDP_Table[256 + weight] << 8; in Calc()
109 pixel_weights.m_Weights[1] = in Calc()
115 pixel_weights.m_Weights[0] = in Calc()
119 pixel_weights.m_Weights[1] = SDP_Table[512 - weight] << 8; in Calc()
121 pixel_weights.m_Weights[0] = in Calc()
123 pixel_weights.m_Weights[1] = in Calc()
[all …]
/external/pdfium/core/fxge/
Dfx_dib.h37 int m_Weights[1]; member