Lines Matching defs:wBottom

107 		uint16 wLeft, uint16 wTop, uint16 wRight, uint16 wBottom)
116 t[0] += (s[0] * wLeft + s[4] * wRight) * wBottom;
117 t[1] += (s[1] * wLeft + s[5] * wRight) * wBottom;
118 t[2] += (s[2] * wLeft + s[6] * wRight) * wBottom;
127 uint16 wTop, uint16 wBottom)
129 t[0] = (s[0] * wTop + sBottom[0] * wBottom) >> 8;
130 t[1] = (s[1] * wTop + sBottom[1] * wBottom) >> 8;
131 t[2] = (s[2] * wTop + sBottom[2] * wBottom) >> 8;
148 uint16 wLeft, uint16 wTop, uint16 wRight, uint16 wBottom)
159 t[0] += (s[0] * wLeft + s[4] * wRight) * wBottom;
160 t[1] += (s[1] * wLeft + s[5] * wRight) * wBottom;
161 t[2] += (s[2] * wLeft + s[6] * wRight) * wBottom;
162 t[3] += (s[3] * wLeft + s[7] * wRight) * wBottom;
172 uint16 wTop, uint16 wBottom)
174 t[0] = (s[0] * wTop + sBottom[0] * wBottom) >> 8;
175 t[1] = (s[1] * wTop + sBottom[1] * wBottom) >> 8;
176 t[2] = (s[2] * wTop + sBottom[2] * wBottom) >> 8;
177 t[3] = (s[3] * wTop + sBottom[3] * wBottom) >> 8;
250 const uint16 wBottom = 255 - this->fWeightsY[y1].weight;
272 wLeft, wTop, wRight, wBottom);
285 wBottom);
332 const uint16 wBottom = 255 - fWeightsY[y1].weight;
370 d[0] = (s[0] * wTop + sBottom[0] * wBottom)
372 d[1] = (s[1] * wTop + sBottom[1] * wBottom)
374 d[2] = (s[2] * wTop + sBottom[2] * wBottom)
391 t0 += (s[0] * wLeft + s[4] * wRight) * wBottom;
392 t1 += (s[1] * wLeft + s[5] * wRight) * wBottom;
393 t2 += (s[2] * wLeft + s[6] * wRight) * wBottom;
428 const uint16 wBottom = 255 - fWeightsY[y1].weight;
444 d[0] = (s[0] * wTop + sBottom[0] * wBottom) >> 8;
445 d[1] = (s[1] * wTop + sBottom[1] * wBottom) >> 8;
446 d[2] = (s[2] * wTop + sBottom[2] * wBottom) >> 8;