Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/
Dprogressivedecoder.cpp74 pixel_weights.m_Weights[0] = 65536; in Calc()
76 pixel_weights.m_Weights[1] = FXSYS_roundf( in Calc()
78 pixel_weights.m_Weights[0] = 65536 - pixel_weights.m_Weights[1]; in Calc()
123 pixel_weights.m_Weights[j - start_i] = in Calc()
145 pWeight->m_Weights[0] = 65536; in Calc()
146 pWeight->m_Weights[1] = 0; in Calc()
152 pWeight->m_Weights[0] = 65536; in Calc()
153 pWeight->m_Weights[1] = 0; in Calc()
163 pWeight->m_Weights[0] = in Calc()
166 pWeight->m_Weights[1] = 65536 - pWeight->m_Weights[0]; in Calc()
[all …]
Dprogressivedecoder.h99 int m_Weights[1]; member
/external/pdfium/core/fxge/dib/
Dcstretchengine.cpp72 pixel_weights.m_Weights[0] = 65536; in Calc()
74 pixel_weights.m_Weights[1] = in Calc()
78 pixel_weights.m_Weights[0] = 65536 - pixel_weights.m_Weights[1]; in Calc()
98 pixel_weights.m_Weights[0] = in Calc()
110 pixel_weights.m_Weights[0] = SDP_Table[256 + weight] << 8; in Calc()
111 pixel_weights.m_Weights[1] = in Calc()
117 pixel_weights.m_Weights[0] = in Calc()
121 pixel_weights.m_Weights[1] = SDP_Table[512 - weight] << 8; in Calc()
123 pixel_weights.m_Weights[0] = in Calc()
125 pixel_weights.m_Weights[1] = in Calc()
[all …]
/external/pdfium/core/fxge/
Dfx_dib.h37 int m_Weights[1]; member