Lines Matching defs:xf
94 float xf, float yf, int width) {
95 int startx = (int) floor(xf - 1);
96 xf = xf - floor(xf);
106 convert_float4(yp0[xs3]), xf);
111 convert_float4(yp1[xs3]), xf);
116 convert_float4(yp2[xs3]), xf);
121 convert_float4(yp3[xs3]), xf);
129 float xf, float yf, int width) {
130 int startx = (int) floor(xf - 1);
131 xf = xf - floor(xf);
141 convert_float2(yp0[xs3]), xf);
146 convert_float2(yp1[xs3]), xf);
151 convert_float2(yp2[xs3]), xf);
156 convert_float2(yp3[xs3]), xf);
164 float xf, float yf, int width) {
165 int startx = (int) floor(xf - 1);
166 xf = xf - floor(xf);
174 (float)yp0[xs2], (float)yp0[xs3], xf);
176 (float)yp1[xs2], (float)yp1[xs3], xf);
178 (float)yp2[xs2], (float)yp2[xs3], xf);
180 (float)yp3[xs2], (float)yp3[xs3], xf);
192 uint32_t xf,
206 uint32_t xf,
220 uint32_t xf,
245 float xf, float yf, int width) {
246 int startx = (int) floor(xf - 1);
247 xf = xf - floor(xf);
255 yp0[xs2], yp0[xs3], xf);
257 yp1[xs2], yp1[xs3], xf);
259 yp2[xs2], yp2[xs3], xf);
261 yp3[xs2], yp3[xs3], xf);
268 float xf, float yf, int width) {
269 int startx = (int) floor(xf - 1);
270 xf = xf - floor(xf);
278 yp0[xs2], yp0[xs3], xf);
280 yp1[xs2], yp1[xs3], xf);
282 yp2[xs2], yp2[xs3], xf);
284 yp3[xs2], yp3[xs3], xf);
291 float xf, float yf, int width) {
292 int startx = (int) floor(xf - 1);
293 xf = xf - floor(xf);
301 yp0[xs2], yp0[xs3], xf);
303 yp1[xs2], yp1[xs3], xf);
305 yp2[xs2], yp2[xs3], xf);
307 yp3[xs2], yp3[xs3], xf);
347 float xf = (x1 + 0.5f) * cp->scaleX - 0.5f;
348 long xf16 = rint(xf * 0x10000);
373 float xf = (x1 + 0.5f) * cp->scaleX - 0.5f;
374 *out = OneBiCubic(yp0, yp1, yp2, yp3, xf, yf, srcWidth);
414 float xf = (x1 + 0.5f) * cp->scaleX - 0.5f;
415 long xf16 = rint(xf * 0x10000);
440 float xf = (x1 + 0.5f) * cp->scaleX - 0.5f;
441 *out = OneBiCubic(yp0, yp1, yp2, yp3, xf, yf, srcWidth);
481 float xf = (x1 + 0.5f) * cp->scaleX - 0.5f;
482 long xf16 = rint(xf * 0x10000);
507 float xf = (x1 + 0.5f) * cp->scaleX - 0.5f;
508 *out = OneBiCubic(yp0, yp1, yp2, yp3, xf, yf, srcWidth);
547 float xf = (x1 + 0.5f) * cp->scaleX - 0.5f;
548 *out = OneBiCubic(yp0, yp1, yp2, yp3, xf, yf, srcWidth);
587 float xf = (x1 + 0.5f) * cp->scaleX - 0.5f;
588 *out = OneBiCubic(yp0, yp1, yp2, yp3, xf, yf, srcWidth);
627 float xf = (x1 + 0.5f) * cp->scaleX - 0.5f;
628 *out = OneBiCubic(yp0, yp1, yp2, yp3, xf, yf, srcWidth);