HomeSort by relevance Sort by last modified time
    Searched refs:center_y (Results 1 - 19 of 19) sorted by null

  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Fisheye.java 34 private float center_y = 0.5f; field in class:Fisheye
70 center_y = progress / 100.0f;
80 center_y, scale); local
85 center_y, scale); local
89 mInPixelsAllocation.getType().getY(), center_x, center_y, local
94 mInPixelsAllocation.getType().getY(), center_x, center_y, local
Vignette.java 34 private float center_y = 0.5f; field in class:Vignette
92 center_y = progress / 100.0f;
102 center_y, scale, shade, slope); local
107 center_y, scale, shade, slope); local
111 mInPixelsAllocation.getType().getY(), center_x, center_y, local
116 mInPixelsAllocation.getType().getY(), center_x, center_y, local
fisheye.rsh 23 void init_filter(uint32_t dim_x, uint32_t dim_y, float center_x, float center_y, float k) {
25 center.y = center_y;
fisheye_approx.rsh 23 void init_filter(uint32_t dim_x, uint32_t dim_y, float center_x, float center_y, float k) {
25 center.y = center_y;
vignette.rsh 20 void init_vignette(uint32_t dim_x, uint32_t dim_y, float center_x, float center_y,
24 neg_center.y = -center_y;
vignette_approx.rsh 20 void init_vignette(uint32_t dim_x, uint32_t dim_y, float center_x, float center_y,
24 neg_center.y = -center_y;
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Fisheye.java 31 private float center_y = 0.5f; field in class:Fisheye
67 center_y = progress / 100.0f;
77 center_y, scale); local
82 center_y, scale); local
86 mInPixelsAllocation.getType().getY(), center_x, center_y, local
91 mInPixelsAllocation.getType().getY(), center_x, center_y, local
Vignette.java 30 private float center_y = 0.5f; field in class:Vignette
88 center_y = progress / 100.0f;
98 center_y, scale, shade, slope); local
103 center_y, scale, shade, slope); local
107 mInPixelsAllocation.getType().getY(), center_x, center_y, local
112 mInPixelsAllocation.getType().getY(), center_x, center_y, local
fisheye.rsh 23 void init_filter(uint32_t dim_x, uint32_t dim_y, float center_x, float center_y, float k) {
25 center.y = center_y;
fisheye_approx.rsh 23 void init_filter(uint32_t dim_x, uint32_t dim_y, float center_x, float center_y, float k) {
25 center.y = center_y;
vignette.rsh 20 void init_vignette(uint32_t dim_x, uint32_t dim_y, float center_x, float center_y,
24 neg_center.y = -center_y;
vignette_approx.rsh 20 void init_vignette(uint32_t dim_x, uint32_t dim_y, float center_x, float center_y,
24 neg_center.y = -center_y;
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Fisheye.java 34 private float center_y = 0.5f; field in class:Fisheye
70 center_y = progress / 100.0f;
80 center_y, scale); local
85 center_y, scale); local
89 mInPixelsAllocation.getType().getY(), center_x, center_y, local
94 mInPixelsAllocation.getType().getY(), center_x, center_y, local
Vignette.java 34 private float center_y = 0.5f; field in class:Vignette
92 center_y = progress / 100.0f;
102 center_y, scale, shade, slope); local
107 center_y, scale, shade, slope); local
111 mInPixelsAllocation.getType().getY(), center_x, center_y, local
116 mInPixelsAllocation.getType().getY(), center_x, center_y, local
fisheye.rsh 23 void init_filter(uint32_t dim_x, uint32_t dim_y, float center_x, float center_y, float k) {
25 center.y = center_y;
fisheye_approx.rsh 23 void init_filter(uint32_t dim_x, uint32_t dim_y, float center_x, float center_y, float k) {
25 center.y = center_y;
vignette.rsh 20 void init_vignette(uint32_t dim_x, uint32_t dim_y, float center_x, float center_y,
24 neg_center.y = -center_y;
vignette_approx.rsh 20 void init_vignette(uint32_t dim_x, uint32_t dim_y, float center_x, float center_y,
24 neg_center.y = -center_y;
  /external/qemu/android/skin/
argb.h 359 int center_y = ((sy1 >> 16) + 1) < ((sy2-1) >> 16); local
394 if (center_y) {

Completed in 119 milliseconds