Searched defs:xf (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DDragState.java392 private WindowState getTouchedWinAtPointLw(float xf, float yf) { argument
394 final int x = (int) xf;
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicResize.cpp85 float xf, float yf, int width) {
86 int startx = (int) floor(xf - 1);
87 xf = xf - floor(xf);
97 convert_float4(yp0[xs3]), xf);
102 convert_float4(yp1[xs3]), xf);
107 convert_float4(yp2[xs3]), xf);
112 convert_float4(yp3[xs3]), xf);
120 float xf, floa
84 OneBiCubic(const uchar4 *yp0, const uchar4 *yp1, const uchar4 *yp2, const uchar4 *yp3, float xf, float yf, int width) argument
119 OneBiCubic(const uchar2 *yp0, const uchar2 *yp1, const uchar2 *yp2, const uchar2 *yp3, float xf, float yf, int width) argument
154 OneBiCubic(const uchar *yp0, const uchar *yp1, const uchar *yp2, const uchar *yp3, float xf, float yf, int width) argument
211 float xf = (x1 + 0.5f) * cp->scaleX - 0.5f; local
251 float xf = (x1 + 0.5f) * cp->scaleX - 0.5f; local
291 float xf = (x1 + 0.5f) * cp->scaleX - 0.5f; local
[all...]

Completed in 717 milliseconds