Home
last modified time | relevance | path

Searched defs:xf (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/cpu_ref/
DrsCpuIntrinsicResize.cpp87 float xf, float yf, int width) { in OneBiCubic()
122 float xf, float yf, int width) { in OneBiCubic()
157 float xf, float yf, int width) { in OneBiCubic()
238 float xf, float yf, int width) { in OneBiCubic()
261 float xf, float yf, int width) { in OneBiCubic()
284 float xf, float yf, int width) { in OneBiCubic()
340 float xf = (x1 + 0.5f) * cp->scaleX - 0.5f; in kernelU4() local
366 float xf = (x1 + 0.5f) * cp->scaleX - 0.5f; in kernelU4() local
407 float xf = (x1 + 0.5f) * cp->scaleX - 0.5f; in kernelU2() local
433 float xf = (x1 + 0.5f) * cp->scaleX - 0.5f; in kernelU2() local
[all …]
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/d1new/
DKernelDataForRenderScriptd1new.java108 float xf = x - kernelRadius + dx; in generateDiskKernelArray() local
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/f32/
DKernelDataForRenderScriptF32.java106 float xf = x - kernelRadius + dx; in generateDiskKernelArray() local
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java2963 WindowState getTouchableWinAtPointLocked(float xf, float yf) { in getTouchableWinAtPointLocked()