Searched defs:center_x (Results 1 - 7 of 7) sorted by relevance

/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A DFisheye.java33 private float center_x = 0.5f; field in class:Fisheye
66 center_x = progress / 100.0f;
79 mInPixelsAllocation.getType().getY(), center_x,
84 mInPixelsAllocation.getType().getY(), center_x,
89 mInPixelsAllocation.getType().getY(), center_x, center_y,
94 mInPixelsAllocation.getType().getY(), center_x, center_y,
H A DVignette.java33 private float center_x = 0.5f; field in class:Vignette
88 center_x = progress / 100.0f;
101 mInPixelsAllocation.getType().getY(), center_x,
106 mInPixelsAllocation.getType().getY(), center_x,
111 mInPixelsAllocation.getType().getY(), center_x, center_y,
116 mInPixelsAllocation.getType().getY(), center_x, center_y,
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
H A DFisheye.java30 private float center_x = 0.5f; field in class:Fisheye
63 center_x = progress / 100.0f;
81 mInPixelsAllocation.getType().getY(), center_x,
86 mInPixelsAllocation.getType().getY(), center_x,
91 mInPixelsAllocation.getType().getY(), center_x, center_y,
96 mInPixelsAllocation.getType().getY(), center_x, center_y,
H A DVignette.java29 private float center_x = 0.5f; field in class:Vignette
85 center_x = progress / 100.0f;
103 mInPixelsAllocation.getType().getY(), center_x,
108 mInPixelsAllocation.getType().getY(), center_x,
113 mInPixelsAllocation.getType().getY(), center_x, center_y,
118 mInPixelsAllocation.getType().getY(), center_x, center_y,
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A DFisheye.java33 private float center_x = 0.5f; field in class:Fisheye
66 center_x = progress / 100.0f;
84 mInPixelsAllocation.getType().getY(), center_x,
89 mInPixelsAllocation.getType().getY(), center_x,
94 mInPixelsAllocation.getType().getY(), center_x, center_y,
99 mInPixelsAllocation.getType().getY(), center_x, center_y,
H A DVignette.java29 private float center_x = 0.5f; field in class:Vignette
85 center_x = progress / 100.0f;
103 mInPixelsAllocation.getType().getY(), center_x,
108 mInPixelsAllocation.getType().getY(), center_x,
113 mInPixelsAllocation.getType().getY(), center_x, center_y,
118 mInPixelsAllocation.getType().getY(), center_x, center_y,
/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
H A DFilters.java250 private final float center_x = 0.5f; field in class:Filters.VignetteFilter
260 mInPixelsAllocation.getType().getY(), center_x,
268 center_x,

Completed in 101 milliseconds