Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/dib/
Dcstretchengine.cpp99 (SDP_Table[256 + weight] + SDP_Table[weight] + in Calc()
100 SDP_Table[256 - weight] + SDP_Table[512 - weight]) in Calc()
110 pixel_weights.m_Weights[0] = SDP_Table[256 + weight] << 8; in Calc()
112 (SDP_Table[weight] + SDP_Table[256 - weight] + in Calc()
113 SDP_Table[512 - weight]) in Calc()
118 (SDP_Table[256 + weight] + SDP_Table[weight] + in Calc()
119 SDP_Table[256 - weight]) in Calc()
121 pixel_weights.m_Weights[1] = SDP_Table[512 - weight] << 8; in Calc()
124 (SDP_Table[256 + weight] + SDP_Table[weight]) << 8; in Calc()
126 (SDP_Table[256 - weight] + SDP_Table[512 - weight]) << 8; in Calc()
[all …]
Dcfx_imagetransformer.cpp94 u_w[0] = SDP_Table[256 + res_x]; in bicubic_get_pos_weight()
95 u_w[1] = SDP_Table[res_x]; in bicubic_get_pos_weight()
96 u_w[2] = SDP_Table[256 - res_x]; in bicubic_get_pos_weight()
97 u_w[3] = SDP_Table[512 - res_x]; in bicubic_get_pos_weight()
98 v_w[0] = SDP_Table[256 + res_y]; in bicubic_get_pos_weight()
99 v_w[1] = SDP_Table[res_y]; in bicubic_get_pos_weight()
100 v_w[2] = SDP_Table[256 - res_y]; in bicubic_get_pos_weight()
101 v_w[3] = SDP_Table[512 - res_y]; in bicubic_get_pos_weight()
Dfx_dib_main.cpp20 const int16_t SDP_Table[513] = { variable
/external/pdfium/core/fxge/
Dfx_dib.h47 extern const int16_t SDP_Table[513];