Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_progress.cpp50 pixel_weights.m_Weights[0] = 65536; in Calc()
52 pixel_weights.m_Weights[1] = FXSYS_round( in Calc()
55 pixel_weights.m_Weights[0] = 65536 - pixel_weights.m_Weights[1]; in Calc()
60 pixel_weights.m_Weights[0] = 65536; in Calc()
109 pixel_weights.m_Weights[j - start_i] = in Calc()
134 pWeight->m_Weights[0] = 65536; in Calc()
135 pWeight->m_Weights[1] = 0; in Calc()
142 pWeight->m_Weights[0] = 65536; in Calc()
143 pWeight->m_Weights[1] = 0; in Calc()
153 pWeight->m_Weights[0] = in Calc()
[all …]
Dfx_codec_progress.h18 int m_Weights[1]; member
/external/pdfium/core/src/fxge/dib/
Dfx_dib_engine.cpp57 pixel_weights.m_Weights[0] = 65536; in Calc()
59 pixel_weights.m_Weights[1] = FXSYS_round( in Calc()
62 pixel_weights.m_Weights[0] = 65536 - pixel_weights.m_Weights[1]; in Calc()
87 pixel_weights.m_Weights[0] = in Calc()
99 pixel_weights.m_Weights[0] = SDP_Table[256 + weight] << 8; in Calc()
100 pixel_weights.m_Weights[1] = in Calc()
106 pixel_weights.m_Weights[0] = in Calc()
110 pixel_weights.m_Weights[1] = SDP_Table[512 - weight] << 8; in Calc()
112 pixel_weights.m_Weights[0] = in Calc()
114 pixel_weights.m_Weights[1] = in Calc()
[all …]
Ddib_int.h41 int m_Weights[1]; member