Searched defs:xf (Results 1 – 2 of 2) sorted by relevance
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicResize.cpp | 94 float xf, float yf, int width) { in OneBiCubic() 129 float xf, float yf, int width) { in OneBiCubic() 164 float xf, float yf, int width) { in OneBiCubic() 245 float xf, float yf, int width) { in OneBiCubic() 268 float xf, float yf, int width) { in OneBiCubic() 291 float xf, float yf, int width) { in OneBiCubic() 347 float xf = (x1 + 0.5f) * cp->scaleX - 0.5f; in kernelU4() local 373 float xf = (x1 + 0.5f) * cp->scaleX - 0.5f; in kernelU4() local 414 float xf = (x1 + 0.5f) * cp->scaleX - 0.5f; in kernelU2() local 440 float xf = (x1 + 0.5f) * cp->scaleX - 0.5f; in kernelU2() local [all …]
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DragState.java | 394 private WindowState getTouchedWinAtPointLw(float xf, float yf) { in getTouchedWinAtPointLw()
|