Searched defs:locX (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
H A D | ImageFilterWBalance.java | 50 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, int locX, int locY); in nativeApplyFilter()
|
/aosp12/frameworks/rs/driver/runtime/ |
H A D | rs_sample.c | 189 int locX, int locY, int nextX, int nextY, in getSample_A() 202 int locX, int locY, int nextX, int nextY, in getSample_L() 215 int locX, int locY, int nextX, int nextY, in getSample_LA() 228 int locX, int locY, int nextX, int nextY, in getSample_RGB() 241 int locX, int locY, int nextX, int nextY, in getSample_RGBA() 253 int locX, int locY, int nextX, int nextY, in getSample_565()
|
/aosp12/packages/apps/Gallery2/jni/filters/ |
H A D | wbalance.c | 133 …ImageFilterWBalance, nativeApplyFilter, jobject bitmap, jint width, jint height, int locX,int locY) in JNIFUNCF()
|